summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-01-07 14:46:30 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-01-07 14:46:30 -0200
commit2e0e930935f0c3ac0e767331812bf3b649ba5856 (patch)
treed5a7587de83819c9158733240a6d069012c97626 /files
parent8cd0cb475b00473caf0acc898caf2d7ef31d1da4 (diff)
downloadpuppet-mail-2e0e930935f0c3ac0e767331812bf3b649ba5856.tar.gz
puppet-mail-2e0e930935f0c3ac0e767331812bf3b649ba5856.tar.bz2
Avoiding 'UNCHECKED contents in mail FROM' messages
Diffstat (limited to 'files')
-rw-r--r--files/amavisd/50-user3
1 files changed, 3 insertions, 0 deletions
diff --git a/files/amavisd/50-user b/files/amavisd/50-user
index ddaab0f..08ed7de 100644
--- a/files/amavisd/50-user
+++ b/files/amavisd/50-user
@@ -11,5 +11,8 @@ use strict;
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498832
$undecipherable_subject_tag = undef;
+# See http://serverfault.com/questions/539279/turn-of-amavisd-notifications-about-unchecked-content-to-postmaster
+$admin_maps_by_ccat{+CC_UNCHECKED} = undef;
+
#------------ Do not modify anything below this line -------------
1; # ensure a defined return