From 7ce0eac3b78826088192e1d0c933c78aa6a804f3 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sat, 25 Apr 2009 18:33:47 +0200 Subject: [PATCH] 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. --- etc/spamassassin/local.cf | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.30.2