File: /volume1/@appstore/MailPlus-Server/etc/template/rspamd.antivirus_whitelist.conf.template
# Antivirus whitelist priority: 6
# higher than antivirus(5)
# no action to prevent set_pre_result
ANTIVIRUS_WHITELIST_SENDER_IP {
type = "ip";
map = "$LOCAL_CONFDIR/maps/antivirus_whitelist_sender_ip.map";
prefilter = true;
priority = 6;
}
ANTIVIRUS_WHITELIST_SENDER_DOMAIN {
type = "from";
filter = "email:domain";
regexp = true;
map = "$LOCAL_CONFDIR/maps/antivirus_whitelist_sender_domain.map";
prefilter = true;
priority = 6;
}
ANTIVIRUS_WHITELIST_SENDER_EMAIL {
type = "from";
filter = "email"
regexp = true;
map = "$LOCAL_CONFDIR/maps/antivirus_whitelist_sender_email.map";
prefilter = true;
priority = 6;
}
ANTIVIRUS_WHITELIST_RECIPIENT_EMAIL {
type = "rcpt";
filter = "email"
regexp = true;
map = "$LOCAL_CONFDIR/maps/antivirus_whitelist_recipient_email.map";
prefilter = true;
priority = 6;
}