michael@191: ## michael@191: ## @l_prefix@/etc/spamassassin/local.cf -- site-wide defaults for SpamAssassin michael@191: ## (see 'perldoc Mail::SpamAssassin::Conf' for details of what can be tweaked) michael@191: ## michael@191: michael@191: # configuration branding michael@191: version_tag openpkg michael@191: michael@191: # required score for mail to be considered as spam michael@191: required_score 5.0 michael@191: michael@191: # whitelist and blacklist addresses michael@191: #whitelist_from *@example.com michael@191: #whitelist_to *@example.com michael@191: michael@192: # use a terse header instead of X-Spam-Report michael@192: remove_header all Report michael@192: michael@192: # encapsulate spam in an attachment michael@192: report_safe 0 michael@192: michael@192: # enable the Bayes system michael@192: use_bayes 1 michael@192: michael@192: # enable Bayes autolearning michael@192: bayes_auto_learn 1 michael@192: michael@192: # enable or disable network checks michael@192: #skip_rbl_checks 1 michael@192: #use_razor2 1 michael@192: #use_dcc 1 michael@192: #use_pyzor 1 michael@192: michael@212: # DCC/Razor/Pyzor parameters michael@212: #dcc_body_max 999999 michael@212: #dcc_fuz1_max 999999 michael@212: #dcc_fuz2_max 999999 michael@212: #dcc_timeout 8 michael@212: #dcc_home michael@212: #dcc_dccifd_path michael@212: #dcc_path michael@212: #dcc_options <[0-9A-Za-z ,._/-]> michael@212: #dccifd_options <[0-9A-Za-z ,._/-]> michael@212: #razor_timeout 5 michael@212: #razor_config michael@212: #pyzor_max 5 michael@212: #pyzor_timeout 3.5 michael@212: #pyzor_options --homedir @l_prefix@/etc/spamassassin michael@212: #pyzor_path @l_prefix@/bin/pyzor michael@212: michael@192: # mail using languages used in these country codes will not michael@192: # be marked as being possibly spam in a foreign language. michael@192: #ok_languages all michael@192: michael@192: # mail using locales used in these country codes will not michael@192: # be marked as being possibly spam in a foreign language. michael@192: #ok_locales all michael@192: