]> git.donarmstrong.com Git - spamassassin_config.git/blob - bugs/user_prefs
6f50e6e850955c5229abfc07621e624c25d1ca11
[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 include bayes_configuration
49
50 # a bit cautious (cf. #188703)
51 # blarson -- ajust again, now that it's trained 2004-05-13
52 # blarson 2004-10-22
53 # blarson 2006-10-29 2006-11-17 2007-11-06
54 score BAYES_00 -4
55 score BAYES_05 -2
56 score BAYES_20 -1
57 score BAYES_40 -0.2
58 score BAYES_50 1
59 score BAYES_60 2
60 score BAYES_80 3
61 score BAYES_95 4
62 score BAYES_99 4.5
63
64 # add a bayes header
65 add_header all Bayes score:_BAYES_ _TOKENSUMMARY_ spammytokens:_SPAMMYTOKENS(5)_ hammytokens:_HAMMYTOKENS(5)_
66
67 # blarson 2005-01-28
68 clear_trusted_networks
69 # the /24 around spohr, master, and gluck
70 # something is already adding 127; remove it.
71 trusted_networks 128.193.0.0/24 146.82.138.0/24 192.25.206.0/24 140.211.166.0/24
72
73 # blarson 2004-03-20
74 # Disable most DNSBLs -- overhead to high 
75 # blarson 2005-01-28 try reducing timeout while adding spamcop back
76 # blarson 2005-10-29 adding some back now we are multi-threaded
77 # blarson 2007-09-14
78 rbl_timeout 15
79
80 # blarson 2007-09-14
81 loadplugin Mail::SpamAssassin::Plugin::URIDNSBL
82 # uridnsbl_timeout      5
83 rbl_timeout             5
84
85 include common/blacklists
86
87 include common/common_rbl
88
89 include common/common_spam
90
91 include common/bts_spam
92
93 include common/debian_specific
94
95 include common/bts_specific
96
97 include common/bts_scores