]> git.donarmstrong.com Git - spamassassin_config.git/blob - bugs/user_prefs
* disable XIRONPORT because of false positives
[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 loadplugin Mail::SpamAssassin::Plugin::Bayes
38 # blarson 2005-01-28 -- try a bigger datebase
39 bayes_expiry_max_db_size 3000000
40 # may solve locking problem at cost of slower updates
41 # bayes_learn_to_journal        1
42
43 # make sure bayes is on
44 use_bayes 1
45
46 # Cope with refiltered mail
47 bayes_ignore_header X-Spam-Checker-Version
48 bayes_ignore_header X-Spam-Flag
49 bayes_ignore_header X-Spam-Level
50 bayes_ignore_header X-Spam-Status
51
52 include bayes_configuration
53
54 # a bit cautious (cf. #188703)
55 # blarson -- ajust again, now that it's trained 2004-05-13
56 # blarson 2004-10-22
57 # blarson 2006-10-29 2006-11-17 2007-11-06
58 score BAYES_00 -4
59 score BAYES_05 -2
60 score BAYES_20 -1
61 score BAYES_40 -0.2
62 score BAYES_50 1
63 score BAYES_60 2
64 score BAYES_80 3
65 score BAYES_95 4
66 score BAYES_99 4.5
67
68 # add a bayes header
69 add_header all Bayes score:_BAYES_ _TOKENSUMMARY_ spammytokens:_SPAMMYTOKENS(5)_ hammytokens:_HAMMYTOKENS(5)_
70
71 # blarson 2005-01-28
72 clear_trusted_networks
73 # the /24 around spohr, master, and gluck
74 # something is already adding 127; remove it.
75 trusted_networks 128.193.0.0/24 146.82.138.0/24 192.25.206.0/24 140.211.166.0/24
76
77 # local hack to deal with missing plugin issues
78
79 loadplugin Mail::SpamAssassin::Plugin::URIDNSBL
80 loadplugin Mail::SpamAssassin::Plugin::Hashcash
81 loadplugin Mail::SpamAssassin::Plugin::SPF
82 loadplugin Mail::SpamAssassin::Plugin::Pyzor
83 loadplugin Mail::SpamAssassin::Plugin::Razor2
84 loadplugin Mail::SpamAssassin::Plugin::SpamCop
85 loadplugin Mail::SpamAssassin::Plugin::AWL
86 loadplugin Mail::SpamAssassin::Plugin::AutoLearnThreshold
87 loadplugin Mail::SpamAssassin::Plugin::WhiteListSubject
88 loadplugin Mail::SpamAssassin::Plugin::MIMEHeader
89 loadplugin Mail::SpamAssassin::Plugin::ReplaceTags
90 loadplugin Mail::SpamAssassin::Plugin::Check
91 loadplugin Mail::SpamAssassin::Plugin::HTTPSMismatch
92 loadplugin Mail::SpamAssassin::Plugin::URIDetail
93 loadplugin Mail::SpamAssassin::Plugin::BodyEval
94 loadplugin Mail::SpamAssassin::Plugin::DNSEval
95 loadplugin Mail::SpamAssassin::Plugin::HTMLEval
96 loadplugin Mail::SpamAssassin::Plugin::HeaderEval
97 loadplugin Mail::SpamAssassin::Plugin::MIMEEval
98 loadplugin Mail::SpamAssassin::Plugin::RelayEval
99 loadplugin Mail::SpamAssassin::Plugin::URIEval
100 loadplugin Mail::SpamAssassin::Plugin::WLBLEval
101 loadplugin Mail::SpamAssassin::Plugin::VBounce
102 loadplugin Mail::SpamAssassin::Plugin::Rule2XSBody
103 loadplugin Mail::SpamAssassin::Plugin::ImageInfo
104
105
106
107 # blarson 2004-03-20
108 # Disable most DNSBLs -- overhead to high 
109 # blarson 2005-01-28 try reducing timeout while adding spamcop back
110 # blarson 2005-10-29 adding some back now we are multi-threaded
111 # blarson 2007-09-14
112 rbl_timeout 15
113
114 # blarson 2007-09-14
115 loadplugin Mail::SpamAssassin::Plugin::URIDNSBL
116 # uridnsbl_timeout      5
117 rbl_timeout             5
118
119 include common/blacklists
120
121 include common/common_rbl
122
123 include common/common_spam
124
125 include common/bts_spam
126
127 include common/debian_specific
128
129 include common/bts_specific
130
131 include common/bts_scores