[Rspamd] Fix IP whitelist

master
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
1 changed files with 2 additions and 0 deletions

View File

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