aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-01-03 20:10:40 +0200
committerAndrew Lewis <nerf@judo.za.org>2016-01-03 20:15:12 +0200
commit9eb45b6802923b0d77dc8eb77b6fc9f4be59e9c6 (patch)
treee094680aa68fc1e863b1c02f3638662f086ef31a /doc
parentbdbed0808e6de2dde912093cb8fd8900ef3b0f8b (diff)
downloadrspamd-9eb45b6802923b0d77dc8eb77b6fc9f4be59e9c6.tar.gz
rspamd-9eb45b6802923b0d77dc8eb77b6fc9f4be59e9c6.zip
RBL module: remove `private_ips` setting in favour of `local_addrs`
Diffstat (limited to 'doc')
-rw-r--r--doc/markdown/modules/rbl.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/markdown/modules/rbl.md b/doc/markdown/modules/rbl.md
index 3b3f624ed..24bd3532b 100644
--- a/doc/markdown/modules/rbl.md
+++ b/doc/markdown/modules/rbl.md
@@ -67,7 +67,7 @@ If set to true, do not use this RBL if the message sender is authenticated.
- default_exclude_private_ips (true)
-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.
+If true, do not use the RBL if the sending host address is in `local_addrs` & do not check received headers baring these addresses.
- default_exclude_local (true)
@@ -87,10 +87,6 @@ Other parameters which can be set here are:
Can be set to a URL of a list of IPv4/IPv6 addresses & subnets not to be considered as local exclusions by exclude_local checks.
-- private_ips
-
-Should be set to a space/comma/semicolon-delimited list of addresses & subnets to be considered private by exclude_private_ips checks.
-
RBL-specific subsection is structured as follows:
~~~nginx