Fix auto-whitelist path and remove potentially obsolete directives
[hcoop/config/spamassassin.git] / local.cf
index 95f188f..d4a3c0e 100644 (file)
--- a/local.cf
+++ b/local.cf
@@ -57,8 +57,14 @@ bayes_path /var/local/lib/spamd/.spamassassin/bayes
 # Fix bayes permissions
 bayes_file_mode 0770
 
+# hcoop: auto-whitelist lock
+auto_whitelist_path /var/local/lib/spamd/.spamassassin/auto-whitelist
+
 # Directives from old installation on fyodor
-score PYZOR_CHECK 0
-score URIBL_SBL 1.096
-score DNS_FROM_RFC_POST 0.5
-score FORGED_HOTMAIL_RCVD 0.5
+
+# clinton: disabling these for now because they may have helped with
+# an ancient spamd, but probably won't do anything nowadays
+#score PYZOR_CHECK 0
+#score URIBL_SBL 1.096
+#score DNS_FROM_RFC_POST 0.5
+#score FORGED_HOTMAIL_RCVD 0.5