From: root Date: Mon, 5 Oct 2009 22:18:20 +0000 (-0400) Subject: Fix auto-whitelist path and remove potentially obsolete directives X-Git-Url: https://git.hcoop.net/hcoop/config/spamassassin.git/commitdiff_plain/6e7ba7cfa77a4e8ce7c20f330d1c82ab7a8135c5 Fix auto-whitelist path and remove potentially obsolete directives --- diff --git a/local.cf b/local.cf index 95f188f..d4a3c0e 100644 --- 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