[Rspamd] Change whitelisted senders map from prefilter to score -2050
parent
1d8f08ef15
commit
414cbbef6b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue