diff options
author | Andrew Lewis <nerf@judo.za.org> | 2014-11-26 21:59:47 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2014-11-26 21:59:47 +0200 |
commit | ebba464d74b74e67a4e580016842f590913ff5a4 (patch) | |
tree | cced403ad6032c880b8572d02d549f63f50bd711 /doc/markdown | |
parent | 37f6167c294ef6e0ed09e8a4d3d5d62ceb1c5bb5 (diff) | |
download | rspamd-ebba464d74b74e67a4e580016842f590913ff5a4.tar.gz rspamd-ebba464d74b74e67a4e580016842f590913ff5a4.zip |
Fix misinformation in RBL module doc
Diffstat (limited to 'doc/markdown')
-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 faa1b40e8..84bb91478 100644 --- a/doc/markdown/modules/rbl.md +++ b/doc/markdown/modules/rbl.md @@ -29,11 +29,11 @@ Use this RBL to test IPv4 addresses. Use this RBL to test IPv6 addresses. -- default_received (false) +- default_received (true) Use this RBL to test IPv4/IPv6 addresses found in Received headers. The RBL should also be configured to check one/both of IPv4/IPv6 addresses. -- default_from (true) +- default_from (false) Use this RBL to test IPv4/IPv6 addresses of message senders. The RBL should also be configured to check one/both of IPv4/IPv6 addresses. |