diff dnsbl.conf @ 167:9b129ed78d7d stable-6-0-6

actually use spamassassin result, allow build without spam assassin, only call it if some recipient needs it.
author carl
date Mon, 27 Aug 2007 20:49:19 -0700
parents bf828f785407
children 6bac960af6b4
line wrap: on
line diff
--- a/dnsbl.conf	Sun Aug 26 20:54:59 2007 -0700
+++ b/dnsbl.conf	Mon Aug 27 20:49:19 2007 -0700
@@ -102,6 +102,7 @@
         # dcc_from { include "/var/dcc/whitecommon"; };
     };
 
-    autowhite 90 "my-auto-whitelist";
+    autowhite 90 "autowhite/my-auto-whitelist";
+    # install should create /etc/dnsbl/autowhite writable by userid dnsbl
 };