spamassassin: Mark messages as spam with score > 20.
[matthijs/servers/drsnuggles.git] / etc / spamassassin / local.cf
index ff92911338ccc1d8ba00e00b98a38a5376c550c8..0ac80b6db36af1adca4bdff645d9dd9318618f52 100644 (file)
@@ -22,7 +22,17 @@ 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
+# 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_
+#      ........................................................................