From: Silvio Rhatto Date: Tue, 7 Jan 2014 16:46:30 +0000 (-0200) Subject: Avoiding 'UNCHECKED contents in mail FROM' messages X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2e0e930935f0c3ac0e767331812bf3b649ba5856;p=puppet-mail.git Avoiding 'UNCHECKED contents in mail FROM' messages --- 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