From: Andrew Lewis Date: Wed, 26 Nov 2014 19:59:47 +0000 (+0200) Subject: Fix misinformation in RBL module doc X-Git-Tag: 0.8.0~91^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F117%2Fhead;p=thirdparty%2Frspamd.git Fix misinformation in RBL module doc --- diff --git a/doc/markdown/modules/rbl.md b/doc/markdown/modules/rbl.md index faa1b40e87..84bb914780 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.