diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-04-01 18:01:27 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-04-01 18:01:27 +0200 |
commit | 270d8ed00effbda560b0ec99e23acb47ae1223ef (patch) | |
tree | 659c3069e04df5452cc1d67ab1571b101c07512f /conf/modules.conf | |
parent | cd9a587c39a197438453faff8a0a706f2b420191 (diff) | |
download | rspamd-270d8ed00effbda560b0ec99e23acb47ae1223ef.tar.gz rspamd-270d8ed00effbda560b0ec99e23acb47ae1223ef.zip |
RBL: Add missing is_whitelist = true setting
Diffstat (limited to 'conf/modules.conf')
-rw-r--r-- | conf/modules.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index 6d2822cca..c4afed009 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -141,6 +141,7 @@ rbl { mailspike_wl { rbl = "wl.mailspike.net"; + is_whitelist = true; returncodes { RWL_MAILSPIKE_POSSIBLE = "127.0.0.17"; RWL_MAILSPIKE_GOOD = "127.0.0.18"; |