diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-02-17 10:22:19 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-02-17 12:48:33 +0200 |
commit | 6088c2b15fec2aad5043a8b29b1ef250ae7d90dd (patch) | |
tree | 6cc4847c83650eb95550673eae19f073050a8d75 /doc/markdown/modules | |
parent | a1e7c618420c72364251f072e35834a48ab6a9a4 (diff) | |
download | rspamd-6088c2b15fec2aad5043a8b29b1ef250ae7d90dd.tar.gz rspamd-6088c2b15fec2aad5043a8b29b1ef250ae7d90dd.zip |
Make local/private IP exclusions work for all RBL types
Diffstat (limited to 'doc/markdown/modules')
-rw-r--r-- | doc/markdown/modules/rbl.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/markdown/modules/rbl.md b/doc/markdown/modules/rbl.md index bff67e31d..e27e94049 100644 --- a/doc/markdown/modules/rbl.md +++ b/doc/markdown/modules/rbl.md @@ -55,11 +55,11 @@ If set to true, do not use this RBL if the message sender is authenticated. - default_exclude_private_ips (false) -If true & private_ips is set appropriately, from/received RBL checks will ignore private IP address space. +If true & private_ips is set appropriately, do not use the RBL if the sending host address is in the private IP list & do not check received headers baring these addresses. - default_exclude_local (true) -If true, and local_exclude_ip_map has been set - exclude specified addresses/subnets from received/from RBL checks. +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. Other parameters which can be set here are: |