spamassassin: Set the threshold really low (-100.0).
authorMatthijs Kooijman <matthijs@stdin.nl>
Sat, 25 Apr 2009 16:33:47 +0000 (18:33 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sat, 25 Apr 2009 16:33:47 +0000 (18:33 +0200)
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.

etc/spamassassin/local.cf

index 065a15eb6f6489fe0f1567ed1594b2b59fb7ebb8..ff92911338ccc1d8ba00e00b98a38a5376c550c8 100644 (file)
@@ -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