diff dnsbl.conf @ 165:bf828f785407 stable-6-0-5

fix unitialized variable
author carl
date Sun, 26 Aug 2007 20:54:58 -0700
parents 97d7da45fe2a
children 9b129ed78d7d
line wrap: on
line diff
--- a/dnsbl.conf	Sun Aug 26 19:43:35 2007 -0700
+++ b/dnsbl.conf	Sun Aug 26 20:54:58 2007 -0700
@@ -102,6 +102,6 @@
         # dcc_from { include "/var/dcc/whitecommon"; };
     };
 
-    # autowhite 90 "my-auto-whitelist";
+    autowhite 90 "my-auto-whitelist";
 };