diff dnsbl.conf @ 119:d9d2f8699621

uribl patch from Jeff Evans <jeffe@tricab.com>
author carl
date Sun, 12 Mar 2006 12:38:43 -0800
parents aa07452e641b
children e8971c595845
line wrap: on
line diff
--- a/dnsbl.conf	Sun Mar 12 10:20:59 2006 -0800
+++ b/dnsbl.conf	Sun Mar 12 12:38:43 2006 -0800
@@ -7,10 +7,12 @@
 
     content on {
         filter    sbl-xbl.spamhaus.org        "Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s";
+        uribl     multi-surbl.org             "Mail containing %s rejected - surbl; see http://www.rulesemporium.com/cgi-bin/uribl.cgi?bl0=1&domain0=%s";
+        #uribl    black.uribl.com             "Mail containing %s rejected - uribl; see http://l.uribl.com/?d=%s";
         ignore    { include "hosts-ignore.conf"; };
         tld       { include "tld.conf"; };
         cctld       { include "cctld.conf"; };
-#        html_tags { include "html-tags.conf"; };
+        html_tags { include "html-tags.conf"; };
         html_limit off;
         host_limit soft 20;
     };