spamassassin/local.cf

changeset 192
62106debeb75
parent 191
d980506f80fc
child 212
862d0abd0aa8
equal deleted inserted replaced
0:27b0eb0d12f4 1:16d47e5ac4d3
11 11
12 # whitelist and blacklist addresses 12 # whitelist and blacklist addresses
13 #whitelist_from *@example.com 13 #whitelist_from *@example.com
14 #whitelist_to *@example.com 14 #whitelist_to *@example.com
15 15
16 # use a terse header instead of X-Spam-Report
17 remove_header all Report
18
19 # encapsulate spam in an attachment
20 report_safe 0
21
22 # enable the Bayes system
23 use_bayes 1
24
25 # enable Bayes autolearning
26 bayes_auto_learn 1
27
28 # enable or disable network checks
29 #skip_rbl_checks 1
30 #use_razor2 1
31 #use_dcc 1
32 #use_pyzor 1
33
34 # mail using languages used in these country codes will not
35 # be marked as being possibly spam in a foreign language.
36 #ok_languages all
37
38 # mail using locales used in these country codes will not
39 # be marked as being possibly spam in a foreign language.
40 #ok_locales all
41

mercurial