diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-01-07 14:46:30 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-01-07 14:46:30 -0200 |
commit | 2e0e930935f0c3ac0e767331812bf3b649ba5856 (patch) | |
tree | d5a7587de83819c9158733240a6d069012c97626 /files/amavisd | |
parent | 8cd0cb475b00473caf0acc898caf2d7ef31d1da4 (diff) | |
download | puppet-mail-2e0e930935f0c3ac0e767331812bf3b649ba5856.tar.gz puppet-mail-2e0e930935f0c3ac0e767331812bf3b649ba5856.tar.bz2 |
Avoiding 'UNCHECKED contents in mail FROM' messages
Diffstat (limited to 'files/amavisd')
-rw-r--r-- | files/amavisd/50-user | 3 |
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 |