Created
August 11, 2014 14:40
-
-
Save mrballcb/c096f1a27207a6b58530 to your computer and use it in GitHub Desktop.
SpamAssassin local.cf used with Exim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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