John Schmerold wrote: > I've been running exim_surbl (from > http://www.teuton.org/~ejm/exim_surbl ) for approximately 12 hours. > Memory utilization is way down, message delivery time is way up, life > seems good.
I had a peek at the code for this and I found an issue with its URIBL query. While the code after the gethostbyname lookup is capable of handling results from .multi.uribl.com, the actual queried list is only the .black.uribl.com. Not a bug as such, just seems a little strange. The SURBL lookup correctly uses the multi list. -- The Exim Manual http://www.exim.org/docs.html http://www.exim.org/exim-html-current/doc/html/spec_html/index.html -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
