diff options
Diffstat (limited to 'doc/markdown/modules/rbl.md')
-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 |