| 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 |
rewrite_subject 0
|
| 12 |
report_safe 1
|
| 13 |
#defang_mime 0
|
| 14 |
required_hits 4
|
| 15 |
version_tag bugs.debian.org-2005-01-02
|
| 16 |
# just for testing!
|
| 17 |
#always_add_report 1
|
| 18 |
|
| 19 |
# cjwatson 2004-04-09 sorry, but we're stalling on Razor all the time at the
|
| 20 |
# moment and it's causing bad delays; turning off until spamscan is fixed to
|
| 21 |
# be multiprocess
|
| 22 |
# 2005-10-30 blarson turn back on finally
|
| 23 |
use_razor2 1
|
| 24 |
|
| 25 |
# testing only --joy, 2003-09-12
|
| 26 |
# 2005-01-28 blarson -- doesn't seem to be useful, disabling
|
| 27 |
#ok_locales en
|
| 28 |
#ok_languages en
|
| 29 |
#score CHARSET_FARAWAY 0.03
|
| 30 |
#score CHARSET_FARAWAY_HEADERS 0.02
|
| 31 |
#score HTML_CHARSET_FARAWAY 0.005
|
| 32 |
#score MIME_CHARSET_FARAWAY 0.02
|
| 33 |
#score UNDESIRED_LANGUAGE_BODY 0.03
|
| 34 |
ok_locales all
|
| 35 |
ok_languages all
|
| 36 |
score CHARSET_FARAWAY 0
|
| 37 |
score CHARSET_FARAWAY_HEADERS 0
|
| 38 |
score HTML_CHARSET_FARAWAY 0
|
| 39 |
score MIME_CHARSET_FARAWAY 0
|
| 40 |
score UNDESIRED_LANGUAGE_BODY 0
|
| 41 |
|
| 42 |
#bayes_expiry_scan_count 20000
|
| 43 |
|
| 44 |
# blarson 2005-01-28 -- try a bigger datebase
|
| 45 |
bayes_expiry_max_db_size 300000
|
| 46 |
# may solve locking problem at cost of slower updates
|
| 47 |
bayes_learn_to_journal 1
|
| 48 |
|
| 49 |
# Cope with refiltered mail
|
| 50 |
bayes_ignore_header X-Spam-Checker-Version
|
| 51 |
bayes_ignore_header X-Spam-Flag
|
| 52 |
bayes_ignore_header X-Spam-Level
|
| 53 |
bayes_ignore_header X-Spam-Status
|
| 54 |
|
| 55 |
# a bit cautious (cf. #188703)
|
| 56 |
# blarson -- ajust again, now that it's trained 2004-05-13
|
| 57 |
# blarson 2004-10-22
|
| 58 |
# blarson 2006-10-29 2006-11-17
|
| 59 |
auto_learn_threshold_nonspam -5
|
| 60 |
score BAYES_00 -3
|
| 61 |
score BAYES_01 -2
|
| 62 |
score BAYES_10 -1.5
|
| 63 |
score BAYES_20 -1
|
| 64 |
score BAYES_30 -0.5
|
| 65 |
score BAYES_40 -0.2
|
| 66 |
score BAYES_44 -0.1
|
| 67 |
score BAYES_50 0.5
|
| 68 |
score BAYES_56 1
|
| 69 |
score BAYES_60 2
|
| 70 |
score BAYES_70 2.5
|
| 71 |
score BAYES_80 3
|
| 72 |
score BAYES_90 4
|
| 73 |
score BAYES_99 4.5
|
| 74 |
|
| 75 |
include common/bts_specific
|
| 76 |
# blarson 2005-01-28
|
| 77 |
clear_trusted_networks
|
| 78 |
# the /24 around spohr, master, and gluck
|
| 79 |
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
|
| 80 |
|
| 81 |
# blarson 2004-03-20
|
| 82 |
# Disable most DNSBLs -- overhead to high
|
| 83 |
# blarson 2005-01-28 try reducing timeout while adding spamcop back
|
| 84 |
# blarson 2005-10-29 adding some back now we are multi-threaded
|
| 85 |
rbl_timeout 10
|
| 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
|