From d4b12a6b0432d53883c493a8f14b1dde522895de Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 8 Mar 2011 00:44:48 +0100 Subject: Suppress noise if failing to undecipher (e.g. GPG-encrypted mail). --- amavis/amavisd.conf.addon | 3 +++ 1 file changed, 3 insertions(+) (limited to 'amavis') 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 = '+'; -- cgit v1.2.3