spamassassin: Set a custom spam report template.
[matthijs/servers/drsnuggles.git] / etc / spamassassin / local.cf
index 065a15eb6f6489fe0f1567ed1594b2b59fb7ebb8..b2501effd1492f356097f496113c7ef655398461 100644 (file)
@@ -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
+
+# 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
+
+# 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_
+#      ........................................................................