diff options
-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 |