[Rspamd] Change whitelisted senders map from prefilter to score -2050

master
andryyy 2020-06-19 22:07:10 +02:00
parent 1d8f08ef15
commit 414cbbef6b
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 3 additions and 5 deletions

View File

@ -46,8 +46,7 @@ GLOBAL_SMTP_FROM_WL {
type = "from";
map = "${LOCAL_CONFDIR}/custom/global_smtp_from_whitelist.map";
regexp = true;
prefilter = true;
action = "accept";
score = -2050;
}
GLOBAL_SMTP_FROM_BL {
@ -63,8 +62,7 @@ GLOBAL_MIME_FROM_WL {
header = "from";
map = "${LOCAL_CONFDIR}/custom/global_mime_from_whitelist.map";
regexp = true;
prefilter = true;
action = "accept";
score = -2050;
}
GLOBAL_MIME_FROM_BL {
@ -116,7 +114,7 @@ IP_WHITELIST {
type = "ip";
map = "${LOCAL_CONFDIR}/custom/ip_wl.map";
symbols_set = ["IP_WHITELIST"];
score = -100;
score = -2050;
}
FISHY_TLD {