Ajout : dovecot-antispam + amavis + crm114.
[lhc/ateliers.git] / etc / amavis / 15-content_filter_mode
1 use strict;
2
3 # You can modify this file to re-enable SPAM checking through spamassassin
4 # and to re-enable antivirus checking.
5
6 #
7 # Default antivirus checking mode
8 # Please note, that anti-virus checking is DISABLED by
9 # default.
10 # If You wish to enable it, please uncomment the following lines:
11
12
13 #@bypass_virus_checks_maps = (
14 # \%bypass_virus_checks, \@bypass_virus_checks_acl, \$bypass_virus_checks_re);
15
16
17 #
18 # Default SPAM checking mode
19 # Please note, that anti-spam checking is DISABLED by
20 # default.
21 # If You wish to enable it, please uncomment the following lines:
22
23
24 @bypass_spam_checks_maps = (
25 \%bypass_spam_checks, \@bypass_spam_checks_acl, \$bypass_spam_checks_re);
26
27 1; # ensure a defined return