From: Matthijs Kooijman Date: Sat, 25 Apr 2009 16:33:47 +0000 (+0200) Subject: spamassassin: Set the threshold really low (-100.0). X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=7ce0eac3b78826088192e1d0c933c78aa6a804f3 spamassassin: Set the threshold really low (-100.0). Exim will has its own spamscore threshold, but only adds spam headers on messages that are spam according to spamassasin. So we set the threshold really low here. --- diff --git a/etc/spamassassin/local.cf b/etc/spamassassin/local.cf index 065a15e..ff92911 100644 --- a/etc/spamassassin/local.cf +++ b/etc/spamassassin/local.cf @@ -21,3 +21,8 @@ internal_networks 130.89.5.0/24 internal_networks 130.89.175.0/24 # kat internal_networks 130.89.168.160/32 + +# Treat any score as spam. Exim checks the spamscore against its own +# threshold for denial. Exim also sets the spam headers and should do so for +# every message, not just ones with a high spamscore. +required_score -100.0