[Rspamd] Fix IP whitelist

This commit is contained in:
andryyy 2019-07-22 13:50:05 +02:00
parent 71df10892c
commit db0719f068
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF

View File

@ -99,4 +99,6 @@ MAILCOW_DOMAIN_HEADER_FROM {
IP_WHITELIST { IP_WHITELIST {
type = "ip"; type = "ip";
map = "$LOCAL_CONFDIR/custom/ip_wl.map"; map = "$LOCAL_CONFDIR/custom/ip_wl.map";
prefilter = "true";
action = "accept";
} }