diff -r d980506f80fc -r 62106debeb75 spamassassin/local.cf --- a/spamassassin/local.cf Thu Apr 23 15:16:09 2009 +0200 +++ b/spamassassin/local.cf Thu Apr 23 15:20:21 2009 +0200 @@ -13,3 +13,29 @@ #whitelist_from *@example.com #whitelist_to *@example.com +# use a terse header instead of X-Spam-Report +remove_header all Report + +# encapsulate spam in an attachment +report_safe 0 + +# enable the Bayes system +use_bayes 1 + +# enable Bayes autolearning +bayes_auto_learn 1 + +# enable or disable network checks +#skip_rbl_checks 1 +#use_razor2 1 +#use_dcc 1 +#use_pyzor 1 + +# mail using languages used in these country codes will not +# be marked as being possibly spam in a foreign language. +#ok_languages all + +# mail using locales used in these country codes will not +# be marked as being possibly spam in a foreign language. +#ok_locales all +