# This is the right place to customize your installation of SpamAssassin. # # See 'perldoc Mail::SpamAssassin::Conf' for details of what can be # tweaked. # ########################################################################### # # rewrite_subject 0 # report_safe 1 # trusted_networks 212.17.35. #skip_rbl_checks 1 required_hits 5 use_bayes 1 bayes_file_mode 0700 #bayes_path /etc/mail/spamassassin/.spamassassin/bayes #bayes_auto_learn_threshold_spam 8.0 #ok_languages all ok_locales all add_header spam Flag _YESNOCAPS_ required_score 5.5 report_safe 1 #report_contact spam-catcher@cadiaholding.com use_dcc 1 dcc_timeout 8 dcc_home /var/spamd/ dcc_path /usr/local/bin/dccproc add_header all DCC _DCCB_: _DCCR_ use_razor2 1 razor_config /etc/razor/razor-agent.conf razor_timeout 8 use_pyzor 1 pyzor_path /usr/bin/pyzor add_header all Pyzor _PYZOR_ clear_report_template use_bayes 1 bayes_path /var/spamd/.spamassassin/bayes bayes_auto_learn 1 bayes_auto_learn_threshold_nonspam 0.1 bayes_auto_learn_threshold_spam 8.0 use_auto_whitelist 1 rewrite_subject 1 subject_tag [SPAM found in message] dns_available yes report _SUMMARY_ ##header SPF_CHECK_FAIL Received-SPF =~ /^fail/ ##describe SPF_CHECK_FAIL SPF reports sender host as NOT permitted ##score SPF_CHECK_FAIL 0.75 ##header SPF_CHECK_PASS Received-SPF =~ /^pass/ ##describe SPF_CHECK_PASS SPF reports sender host as permitted sender ##score SPF_CHECK_PASS -2.5