summaryrefslogtreecommitdiff
path: root/amavis
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-03-08 00:44:48 +0100
committerJonas Smedegaard <dr@jones.dk>2011-03-08 00:44:48 +0100
commitd4b12a6b0432d53883c493a8f14b1dde522895de (patch)
treec2c4ccbc5bf4eaf8ff757831a3663bfa60e49489 /amavis
parentc2ecd2e1ab88ed8d441d01b98db1c1a54ac17618 (diff)
Suppress noise if failing to undecipher (e.g. GPG-encrypted mail).
Diffstat (limited to 'amavis')
-rw-r--r--amavis/amavisd.conf.addon3
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 = '+';