Michael Mansour <mic@...> wrote: > I know milter-greylist can query IP blacklists (I use that already) but I > wonder if milter-greylist's dnsrbl function can query URI lists like: > > multi.surbl.org > multi.uribl.org We can tweak it to do so, this is the easy part. The tricky part is to find the URI in the message. What are you going to look at? Something like this? ://[-_a-zA-Z\.]+\.[a-zA-Z]+ We can collect all the URI while we look at the body, store them in a chained list, and query a URIBL for each collected URI. I am willing to implement that, provided someone answers the question above. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@...
Message
Re: [milter-greylist] blacklisting from uribl
2009-01-16 by manu@netbsd.org