diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-04-01 17:31:39 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-04-01 17:31:39 +0200 |
commit | cd9a587c39a197438453faff8a0a706f2b420191 (patch) | |
tree | 02efe074d4d232f80cbc5f2a6fbb293a46936984 /doc/markdown/modules | |
parent | 4442c05a65fbba59822a99da0138409dc4351618 (diff) | |
download | rspamd-cd9a587c39a197438453faff8a0a706f2b420191.tar.gz rspamd-cd9a587c39a197438453faff8a0a706f2b420191.zip |
RBL: change behaviour of whitelists
Diffstat (limited to 'doc/markdown/modules')
-rw-r--r-- | doc/markdown/modules/rbl.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/markdown/modules/rbl.md b/doc/markdown/modules/rbl.md index 6ffb46cda..cffeca044 100644 --- a/doc/markdown/modules/rbl.md +++ b/doc/markdown/modules/rbl.md @@ -65,6 +65,14 @@ If true & private_ips is set appropriately, do not use the RBL if the sending ho If true & local_exclude_ip_map has been set - do not use the RBL if the sending host address is in the local IP list & do not check received headers baring these addresses. +- default_is_whitelist (false) + +If true matches on this list should neutralise any listings where this setting is false, or ignore_whitelists has been set. + +- default_ignore_whitelists (false) + +If true this list should not be neutralised by whitelists. + Other parameters which can be set here are: - local_exclude_ip_map |