X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fspamassassin%2Flocal.cf;h=0ac80b6db36af1adca4bdff645d9dd9318618f52;hb=refs%2Fheads%2Fmail;hp=065a15eb6f6489fe0f1567ed1594b2b59fb7ebb8;hpb=91103cae3861433e87c9a163fc91d53df2f30187;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/spamassassin/local.cf b/etc/spamassassin/local.cf index 065a15e..0ac80b6 100644 --- a/etc/spamassassin/local.cf +++ b/etc/spamassassin/local.cf @@ -21,3 +21,18 @@ internal_networks 130.89.5.0/24 internal_networks 130.89.175.0/24 # kat internal_networks 130.89.168.160/32 + +# Mark any messages with score > 20 as spam, making exim reject them at the +# door. Any messages with lower spamscores should be filtered by users +# themselves. +required_score 20.0 + +# Report template. Should fit within 78 character (dots below). +# ........................................................................ +clear_report_template +report Spamchecked on "_HOSTNAME_" +report +report pts rule name description +report ---- ---------------------- ------------------------------------------- +report _SUMMARY_ +# ........................................................................