[Rspamd] Global blacklists are not prefilters anymore to not prevent them from being learned
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user