diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-07-02 11:45:11 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-07-02 11:45:11 +0100 |
commit | 50a5a3075d27729ecc4ab53e1c43b7b33b88d2a7 (patch) | |
tree | 060ccf4fee6b7c56163a17caf7ac90c65cdfa4aa | |
parent | 31ef21901866b7b76755436646ab0ed2857815a1 (diff) | |
parent | 29a80e94d19ca50e57cc6f347d333da50c5e6ea8 (diff) | |
download | rspamd-50a5a3075d27729ecc4ab53e1c43b7b33b88d2a7.tar.gz rspamd-50a5a3075d27729ecc4ab53e1c43b7b33b88d2a7.zip |
Merge pull request #321 from fatalbanana/master
Further defang whitelists
-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"; |