spamassassin: Set a custom spam report template.
authorMatthijs Kooijman <matthijs@stdin.nl>
Sat, 25 Apr 2009 19:51:00 +0000 (21:51 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sat, 25 Apr 2009 19:51:00 +0000 (21:51 +0200)
The default template is long and wordy, and says the message is marked
as spam. In our configuration, all messages get the report, so that is
not very accurate.

etc/spamassassin/local.cf

index ff92911338ccc1d8ba00e00b98a38a5376c550c8..b2501effd1492f356097f496113c7ef655398461 100644 (file)
@@ -26,3 +26,13 @@ internal_networks 130.89.168.160/32
 # 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_
+#      ........................................................................