spamassassin/local.cf

changeset 192
62106debeb75
parent 191
d980506f80fc
child 212
862d0abd0aa8
     1.1 --- a/spamassassin/local.cf	Thu Apr 23 15:16:09 2009 +0200
     1.2 +++ b/spamassassin/local.cf	Thu Apr 23 15:20:21 2009 +0200
     1.3 @@ -13,3 +13,29 @@
     1.4  #whitelist_from         *@example.com
     1.5  #whitelist_to           *@example.com
     1.6  
     1.7 +#   use a terse header instead of X-Spam-Report
     1.8 +remove_header all Report
     1.9 +
    1.10 +#   encapsulate spam in an attachment
    1.11 +report_safe             0
    1.12 +
    1.13 +#   enable the Bayes system
    1.14 +use_bayes               1
    1.15 +
    1.16 +#   enable Bayes autolearning
    1.17 +bayes_auto_learn        1
    1.18 +
    1.19 +#   enable or disable network checks
    1.20 +#skip_rbl_checks         1
    1.21 +#use_razor2              1
    1.22 +#use_dcc                 1
    1.23 +#use_pyzor               1
    1.24 +
    1.25 +#   mail using languages used in these country codes will not
    1.26 +#   be marked as being possibly spam in a foreign language.
    1.27 +#ok_languages            all
    1.28 +
    1.29 +#   mail using locales used in these country codes will not
    1.30 +#   be marked as being possibly spam in a foreign language.
    1.31 +#ok_locales              all
    1.32 +

mercurial