From 6e7ba7cfa77a4e8ce7c20f330d1c82ab7a8135c5 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 5 Oct 2009 18:18:20 -0400 Subject: [PATCH 1/1] Fix auto-whitelist path and remove potentially obsolete directives --- local.cf | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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 -- 2.20.1