From 2e0e930935f0c3ac0e767331812bf3b649ba5856 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 7 Jan 2014 14:46:30 -0200 Subject: Avoiding 'UNCHECKED contents in mail FROM' messages --- files/amavisd/50-user | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3