Guest User

Untitled

a guest
Jan 12th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. # This is the right place to customize your installation of SpamAssassin.
  2. #
  3. # See 'perldoc Mail::SpamAssassin::Conf' for details of what can be
  4. # tweaked.
  5. #
  6. ###########################################################################
  7. #
  8. # rewrite_subject 0
  9. # report_safe 1
  10. # trusted_networks 212.17.35.
  11.  
  12. skip_rbl_checks 0
  13. required_hits 5
  14. use_bayes 1
  15. bayes_file_mode 0700
  16. bayes_path /etc/mail/spamassassin/.spamassassin/bayes
  17. bayes_auto_learn_threshold_spam 8.0
  18. #ok_languages all
  19. ok_locales all
  20. #add_header spam Flag _YESNOCAPS_
  21. add_header spam Flag _YESNOCAPS_
  22. add_header all Status _YESNO_, score=_SCORE_ required=_REQD_ tests=_TESTS_ autolearn=_AUTOLEARN_ version=_VERSION_
  23. add_header all Level _STARS(*)_
  24. add_header all Score _SCORE_
  25. add_header all Checker-Version SpamAssassin _VERSION_ (_SUBVERSION_) on _HOSTNAME_
  26. #rewrite_header Subject ****SPAM(_SCORE_)****
  27. report_safe 0
  28. use_auto_whitelist 0
  29. score URIBL_BLACK 4.0
  30. score BAYES_95 4.300
  31. score BAYES_99 4.300
  32. score FH_DATE_PAST_20XX 0
  33.  
  34. bayes_store_module Mail::SpamAssassin::BayesStore::SQL
  35. bayes_sql_dsn DBI:mysql:spamassassin:localhost
  36. bayes_sql_username #####
  37. bayes_sql_password #####
  38. bayes_sql_override_username #####
  39. user-scores-dsn DBI:mysql:spamassassin:localhost
  40. user_scores_sql_username #####
  41. user_scores_sql_password #####
Add Comment
Please, Sign In to add comment