Skip to content

Instantly share code, notes, and snippets.

@mrballcb
Created August 11, 2014 14:40
Show Gist options
  • Save mrballcb/c096f1a27207a6b58530 to your computer and use it in GitHub Desktop.
Save mrballcb/c096f1a27207a6b58530 to your computer and use it in GitHub Desktop.
SpamAssassin local.cf used with Exim
# Adjust headers to indicate which machine in the bank it came through
add_header spam Flag _YESNOCAPS_
add_header all Status _YESNO_, hits=_HITS_ required=_REQD_ tests=_TESTS_ autolearn=_AUTOLEARN_ version=_VERSION_
add_header all Report _REPORT_
# Adjust report for borderline spams to be vendor neutral
# Modified template. Keep it under 78 columns (inside the the dots below).
# ........................................................................
clear_report_template
report Content analysis details: (_HITS_ points, _REQD_ required)
report " pts rule name description"
report ---- ---------------------- --------------------------------------------------
report _SUMMARY_
# ........................................................................
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment