Advertisement
Guest User

Untitled

a guest
May 28th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. #
  2. # MaestroPanel SpamAssassin Configuration File
  3. #
  4. ###########################################################################
  5. version_tag maestropanel
  6. rewrite_header Subject *****SPAM*****
  7. report_safe 0
  8. required_score 5.0
  9.  
  10. use_bayes 1
  11. use_bayes_rules 1
  12. bayes_auto_learn 1
  13.  
  14. skip_rbl_checks 1
  15. rbl_timeout 12
  16. allow_user_rules 0
  17.  
  18. ok_languages all
  19. ok_locales all
  20.  
  21. #whitelist_from *@domain.com
  22. #whitelist_from *@domain.net
  23.  
  24. #blacklist_from *@domain.cool
  25. #blacklist_from *@domain.info
  26.  
  27. # Set headers which may provide inappropriate cues to the Bayesian
  28. # classifier
  29. #
  30. # bayes_ignore_header X-Bogosity
  31. # bayes_ignore_header X-Spam-Flag
  32. # bayes_ignore_header X-Spam-Status
  33.  
  34.  
  35. ifplugin Mail::SpamAssassin::Plugin::Shortcircuit
  36. #
  37. # default: strongly-whitelisted mails are *really* whitelisted now, if the
  38. # shortcircuiting plugin is active, causing early exit to save CPU load.
  39. # Uncomment to turn this on
  40. #
  41. # shortcircuit USER_IN_WHITELIST on
  42. # shortcircuit USER_IN_DEF_WHITELIST on
  43. # shortcircuit USER_IN_ALL_SPAM_TO on
  44. # shortcircuit SUBJECT_IN_WHITELIST on
  45.  
  46. # the opposite; blacklisted mails can also save CPU
  47. #
  48. # shortcircuit USER_IN_BLACKLIST on
  49. # shortcircuit USER_IN_BLACKLIST_TO on
  50. # shortcircuit SUBJECT_IN_BLACKLIST on
  51.  
  52. # if you have taken the time to correctly specify your "trusted_networks",
  53. # this is another good way to save CPU
  54. #
  55. # shortcircuit ALL_TRUSTED on
  56.  
  57. # and a well-trained bayes DB can save running rules, too
  58. #
  59. # shortcircuit BAYES_99 spam
  60. # shortcircuit BAYES_00 ham
  61.  
  62. endif # Mail::SpamAssassin::Plugin::Shortcircuit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement