diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-07-02 09:18:01 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-07-02 09:18:28 +0200 |
commit | 29a80e94d19ca50e57cc6f347d333da50c5e6ea8 (patch) | |
tree | 882e51f04f25d5fd3ff2527e747861bb0f61c514 /conf | |
parent | 4c2c52433abe83cb94f883347b744bb3237c255c (diff) | |
download | rspamd-29a80e94d19ca50e57cc6f347d333da50c5e6ea8.tar.gz rspamd-29a80e94d19ca50e57cc6f347d333da50c5e6ea8.zip |
Further defang whitelists
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index 20b6cc9b7..047b019e7 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -177,6 +177,7 @@ rbl { is_whitelist = true; unknown = true; whitelist_exception = "RWL_MAILSPIKE"; + whitelist_exception = "RWL_MAILSPIKE_GOOD"; whitelist_exception = "RWL_MAILSPIKE_POSSIBLE"; returncodes { RWL_MAILSPIKE_POSSIBLE = "127.0.0.17"; @@ -239,6 +240,7 @@ rbl { unknown = true; whitelist_exception = "RCVD_IN_DNSWL"; whitelist_exception = "RCVD_IN_DNSWL_NONE"; + whitelist_exception = "RCVD_IN_DNSWL_LOW"; whitelist_exception = "DNSWL_BLOCKED"; returncodes { RCVD_IN_DNSWL_NONE = "127.0.%d+.0"; |