File: /volume1/@appstore/MailPlus-Server/etc/template/rspamd.spam_blacklist_for_bitdefender.conf.template
# Spam blacklist for BitDefender priority: 6
# higher than antivirus(5) (BitDefender)
# no action to prevent set_pre_result
BLACKLIST_FROM_ACCOUNT {
type = "from";
filter = "email:user";
regexp = true;
map = "$LOCAL_CONFDIR/maps/blacklist_from_account.map";
prefilter = true;
priority = 6;
}
BLACKLIST_FROM_ADDRESS {
type = "from";
filter = "email:addr";
regexp = true;
map = "$LOCAL_CONFDIR/maps/blacklist_from_address.map";
prefilter = true;
priority = 6;
}
BLACKLIST_FROM_DOMAIN {
type = "from";
filter = "email:domain";
regexp = true;
map = "$LOCAL_CONFDIR/maps/blacklist_from_domain.map";
prefilter = true;
priority = 6;
}
BLACKLIST_TO_ACCOUNT {
type = "rcpt";
filter = "email:user";
regexp = true;
map = "$LOCAL_CONFDIR/maps/blacklist_to_account.map";
prefilter = true;
priority = 6;
}
BLACKLIST_TO_ADDRESS {
type = "rcpt";
filter = "email:addr";
regexp = true;
map = "$LOCAL_CONFDIR/maps/blacklist_to_address.map";
prefilter = true;
priority = 6;
}
BLACKLIST_TO_DOMAIN {
type = "rcpt";
filter = "email:domain";
regexp = true;
map = "$LOCAL_CONFDIR/maps/blacklist_to_domain.map";
prefilter = true;
priority = 6;
}