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.
# 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_
+# ........................................................................