aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2015-02-16 17:23:44 +0200
committerAndrew Lewis <nerf@judo.za.org>2015-02-16 17:32:29 +0200
commitda3dbe0097d601578fe4c463ead551b4f4ea14ba (patch)
treeacde1180a0791f4cc612badb67b19b75ef99ddff /doc
parentb8fdcf2270bc589fd80f599cb4aebc6d93a68d32 (diff)
downloadrspamd-da3dbe0097d601578fe4c463ead551b4f4ea14ba.tar.gz
rspamd-da3dbe0097d601578fe4c463ead551b4f4ea14ba.zip
Use radix for private IP exclusions in rbl.lua
Conflicts: src/plugins/lua/rbl.lua
Diffstat (limited to 'doc')
-rw-r--r--doc/markdown/modules/rbl.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/markdown/modules/rbl.md b/doc/markdown/modules/rbl.md
index 7798f0069..bff67e31d 100644
--- a/doc/markdown/modules/rbl.md
+++ b/doc/markdown/modules/rbl.md
@@ -55,7 +55,7 @@ If set to true, do not use this RBL if the message sender is authenticated.
- default_exclude_private_ips (false)
-If set to true, from/received RBL checks will ignore private IP address space.
+If true & private_ips is set appropriately, from/received RBL checks will ignore private IP address space.
- default_exclude_local (true)
@@ -67,6 +67,10 @@ 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 processed by from/received RBL 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