diff options
author | Jonas Smedegaard <dr@jones.dk> | 2011-03-08 00:44:48 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2011-03-08 00:44:48 +0100 |
commit | d4b12a6b0432d53883c493a8f14b1dde522895de (patch) | |
tree | c2c4ccbc5bf4eaf8ff757831a3663bfa60e49489 | |
parent | c2ecd2e1ab88ed8d441d01b98db1c1a54ac17618 (diff) |
Suppress noise if failing to undecipher (e.g. GPG-encrypted mail).
-rw-r--r-- | amavis/amavisd.conf.addon | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/amavis/amavisd.conf.addon b/amavis/amavisd.conf.addon index ee7e79f..54a6d58 100644 --- a/amavis/amavisd.conf.addon +++ b/amavis/amavisd.conf.addon @@ -34,6 +34,9 @@ if ( -f $nonlocal_domains_file ) { # Suppress virus notifications (noone reads them anyway) $virus_admin = undef; +# Suppress noise if failing to undecipher (e.g. GPG-encrypted mail) +$undecipherable_subject_tag = undef; + # Recommendations from http://www200.pair.com/mecham/spam/spamfilter20060630.html # ...but lowered slightly $recipient_delimiter = '+'; |