diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-09-23 18:14:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-09-23 18:14:00 -0300 |
commit | d815580fa3990e07adbcd533a417fcefbd97b5cb (patch) | |
tree | ad6c9f34a8b688524f48ee59078908b5fe2fa394 /files/amavisd | |
parent | bd8cf3fb50e068fde0ead9ffd6656a9f8e39fc65 (diff) | |
download | puppet-mail-d815580fa3990e07adbcd533a417fcefbd97b5cb.tar.gz puppet-mail-d815580fa3990e07adbcd533a417fcefbd97b5cb.tar.bz2 |
Changing sa_tag_level_deflt to 'undef'
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 148e6dc..d28e02e 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 = -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_tag_level_deflt = undef; # 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? |