From: Matthijs Kooijman Date: Sat, 25 Apr 2009 19:51:00 +0000 (+0200) Subject: spamassassin: Set a custom spam report template. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=6017185e87df1a4d650b3305c0bbd90acfbe7108 spamassassin: Set a custom spam report template. 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. --- diff --git a/etc/spamassassin/local.cf b/etc/spamassassin/local.cf index ff92911..b2501ef 100644 --- a/etc/spamassassin/local.cf +++ b/etc/spamassassin/local.cf @@ -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_ +# ........................................................................