diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-02-17 13:12:05 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-02-17 13:14:10 +0200 |
commit | 9e1b3fd96d6313535e02cb9ece8a90c0cb0062b2 (patch) | |
tree | a38df5c1b360fcacbe4f8c029fe2365d6da8d833 /doc | |
parent | 28f55f0cbed039eba244c2c829136f8d09f75c08 (diff) | |
download | rspamd-9e1b3fd96d6313535e02cb9ece8a90c0cb0062b2.tar.gz rspamd-9e1b3fd96d6313535e02cb9ece8a90c0cb0062b2.zip |
Since exclude_private_ips requires config to change behaviour now we can make it default true
Diffstat (limited to 'doc')
-rw-r--r-- | doc/markdown/modules/rbl.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/markdown/modules/rbl.md b/doc/markdown/modules/rbl.md index 67f495892..6ffb46cda 100644 --- a/doc/markdown/modules/rbl.md +++ b/doc/markdown/modules/rbl.md @@ -57,7 +57,7 @@ If set to false, do not yield a result unless the response received from the RBL If set to true, do not use this RBL if the message sender is authenticated. -- default_exclude_private_ips (false) +- 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. |