1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-21 22:01:31 +00:00

[Rspamd] Fix IP whitelist

This commit is contained in:
andryyy
2019-07-22 13:50:05 +02:00
parent 71df10892c
commit db0719f068

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";
}