diff options
Diffstat (limited to 'amavis')
-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 = '+'; |