[Rspamd] Global blacklists are not prefilters anymore to not prevent them from being learned

This commit is contained in:
andryyy
2020-10-21 19:00:53 +02:00
parent 4ddeb317fa
commit c7e17c7fd1
4 changed files with 10 additions and 10 deletions

View File

@@ -53,8 +53,7 @@ GLOBAL_SMTP_FROM_BL {
type = "from";
map = "${LOCAL_CONFDIR}/custom/global_smtp_from_blacklist.map";
regexp = true;
prefilter = true;
action = "reject";
score = 2050;
}
GLOBAL_MIME_FROM_WL {
@@ -72,8 +71,7 @@ GLOBAL_MIME_FROM_BL {
filter = "email:addr";
map = "${LOCAL_CONFDIR}/custom/global_mime_from_blacklist.map";
regexp = true;
prefilter = true;
action = "reject";
score = 2050;
}
GLOBAL_RCPT_WL {