blob: 08ed7de4afe8f8a2bd0e5a3a8269b8008245de6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
use strict;
#
# Place your configuration directives here. They will override those in
# earlier files.
#
# See /usr/share/doc/amavisd-new/ for documentation and examples of
# the directives you can use in this file
#
# 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
|