]> git.donarmstrong.com Git - spamassassin_config.git/blob - bugs/user_prefs
add blars changes
[spamassassin_config.git] / bugs / user_prefs
1 # This is the right place to customize your installation of SpamAssassin.
2 # See 'perldoc Mail::SpamAssassin::Conf' for details of what can be tweaked.
3 #
4 ###########################################################################
5 #
6 # (/org/bugs.debian.org/spamassassin/spamc)
7
8 # HEY YOU. YES YOU.
9 # RUN spamassassin --lint!
10
11 report_safe             1
12 #defang_mime            0
13 required_hits           4
14 version_tag             bugs.debian.org-2005-01-02
15 # just for testing!
16 #always_add_report      1
17
18 # cjwatson 2004-04-09 sorry, but we're stalling on Razor all the time at the
19 # moment and it's causing bad delays; turning off until spamscan is fixed to
20 # be multiprocess
21 # 2005-10-30 blarson turn back on finally
22 use_razor2              1
23
24 # testing only --joy, 2003-09-12
25 # 2005-01-28 blarson -- doesn't seem to be useful, disabling
26 #ok_locales              en
27 #score CHARSET_FARAWAY           0.03
28 #score HTML_CHARSET_FARAWAY      0.005
29 #score MIME_CHARSET_FARAWAY      0.02
30 ok_locales              all
31 score CHARSET_FARAWAY           0
32 score HTML_CHARSET_FARAWAY      0
33 score MIME_CHARSET_FARAWAY      0
34
35 #bayes_expiry_scan_count 20000
36
37 # blarson 2005-01-28 -- try a bigger datebase
38 bayes_expiry_max_db_size 300000
39 # may solve locking problem at cost of slower updates
40 bayes_learn_to_journal  1
41
42 # Cope with refiltered mail
43 bayes_ignore_header X-Spam-Checker-Version
44 bayes_ignore_header X-Spam-Flag
45 bayes_ignore_header X-Spam-Level
46 bayes_ignore_header X-Spam-Status
47
48 # a bit cautious (cf. #188703)
49 # blarson -- ajust again, now that it's trained 2004-05-13
50 # blarson 2004-10-22
51 # blarson 2006-10-29 2006-11-17 2007-11-06
52 score BAYES_00 -4
53 score BAYES_20 -1
54 score BAYES_40 -0.2
55 score BAYES_50 1
56 score BAYES_60 2
57 score BAYES_80 3
58 score BAYES_95 4
59 score BAYES_99 4.5
60
61 # blarson 2005-01-28
62 clear_trusted_networks
63 # the /24 around spohr, master, and gluck
64 trusted_networks 127.0.0.1 128.193.0.0/24 146.82.138.0/24 192.25.206.0/24 140.211.166.0/24
65
66 # blarson 2004-03-20
67 # Disable most DNSBLs -- overhead to high 
68 # blarson 2005-01-28 try reducing timeout while adding spamcop back
69 # blarson 2005-10-29 adding some back now we are multi-threaded
70 # blarson 2007-09-14
71 rbl_timeout 15
72
73 # blarson 2007-09-14
74 loadplugin Mail::SpamAssassin::Plugin::URIDNSBL
75 # uridnsbl_timeout      5
76 rbl_timeout             5
77
78 include common/blacklists
79
80 include common/common_rbl
81
82 include common/common_spam
83
84 include common/bts_spam
85
86 include common/debian_specific
87
88 include common/bts_specific
89
90 include common/bts_scores