diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-01 17:25:38 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-01 17:25:38 +0100 |
commit | 9a01296f34403c5949c167b0062943ff473d11d7 (patch) | |
tree | 38a846d9cd372cb40cf1bacb1b1ea683a210ea07 /doc | |
parent | 27b2a5bc41971072318e6b8f588c5d3e99d9e7d7 (diff) | |
parent | 270d8ed00effbda560b0ec99e23acb47ae1223ef (diff) | |
download | rspamd-9a01296f34403c5949c167b0062943ff473d11d7.tar.gz rspamd-9a01296f34403c5949c167b0062943ff473d11d7.zip |
Merge pull request #243 from fatalbanana/master
RBL: change behaviour of whitelists
Diffstat (limited to 'doc')
-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 |