X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Famavis%2F15-content_filter_mode;fp=etc%2Famavis%2F15-content_filter_mode;h=1d5ffab2e02aabbf0757284d38eb179228e8ce43;hb=b0da1a3b6963f3f6d7611770c8798f8dd7cac7d4;hp=0000000000000000000000000000000000000000;hpb=2018969d17b305926d804dea6a9a486c4e653ee8;p=lhc%2Fateliers.git diff --git a/etc/amavis/15-content_filter_mode b/etc/amavis/15-content_filter_mode new file mode 100644 index 0000000..1d5ffab --- /dev/null +++ b/etc/amavis/15-content_filter_mode @@ -0,0 +1,27 @@ +use strict; + +# You can modify this file to re-enable SPAM checking through spamassassin +# and to re-enable antivirus checking. + +# +# Default antivirus checking mode +# Please note, that anti-virus checking is DISABLED by +# default. +# If You wish to enable it, please uncomment the following lines: + + +#@bypass_virus_checks_maps = ( +# \%bypass_virus_checks, \@bypass_virus_checks_acl, \$bypass_virus_checks_re); + + +# +# Default SPAM checking mode +# Please note, that anti-spam checking is DISABLED by +# default. +# If You wish to enable it, please uncomment the following lines: + + +@bypass_spam_checks_maps = ( + \%bypass_spam_checks, \@bypass_spam_checks_acl, \$bypass_spam_checks_re); + +1; # ensure a defined return