diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-09-23 18:04:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-09-23 18:04:59 -0300 |
commit | bd8cf3fb50e068fde0ead9ffd6656a9f8e39fc65 (patch) | |
tree | ed81aeb8f9cc7ae00c042275d200f49f6b2d3749 /files/amavisd | |
parent | 057da2275b6da85889b115a84de32605a15baefb (diff) | |
download | puppet-mail-bd8cf3fb50e068fde0ead9ffd6656a9f8e39fc65.tar.gz puppet-mail-bd8cf3fb50e068fde0ead9ffd6656a9f8e39fc65.tar.bz2 |
Decreasing sa_tag_level_deflt at amavis config
Diffstat (limited to 'files/amavisd')
-rw-r--r-- | files/amavisd/20-debian_defaults | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/amavisd/20-debian_defaults b/files/amavisd/20-debian_defaults index 480183d..148e6dc 100644 --- a/files/amavisd/20-debian_defaults +++ b/files/amavisd/20-debian_defaults @@ -33,10 +33,10 @@ $enable_global_cache = 1; # enable use of libdb-based cache if $enable_db=1 $inet_socket_port = 10024; # default listening socket $sa_spam_subject_tag = '***SPAM*** '; -$sa_tag_level_deflt = 2.0; # add spam info headers if at, or above that level -$sa_tag2_level_deflt = 6.31; # add 'spam detected' headers at that level -$sa_kill_level_deflt = 6.31; # triggers spam evasive actions -$sa_dsn_cutoff_level = 10; # spam level beyond which a DSN is not sent +$sa_tag_level_deflt = -100.0; # add spam info headers if at, or above that level +$sa_tag2_level_deflt = 6.31; # add 'spam detected' headers at that level +$sa_kill_level_deflt = 6.31; # triggers spam evasive actions +$sa_dsn_cutoff_level = 10; # spam level beyond which a DSN is not sent $sa_mail_body_size_limit = 200*1024; # don't waste time on SA if mail is larger $sa_local_tests_only = 0; # only tests which do not require internet access? |