From: Andrew Lewis Date: Tue, 17 Feb 2015 11:03:41 +0000 (+0200) Subject: Forgot to update documentation for emails dnsbl X-Git-Tag: 0.8.2~40^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=676cf2aac164f0547bccc88dc31854b0893aa02a;p=thirdparty%2Frspamd.git Forgot to update documentation for emails dnsbl --- diff --git a/doc/markdown/modules/rbl.md b/doc/markdown/modules/rbl.md index e27e940491..67f4958927 100644 --- a/doc/markdown/modules/rbl.md +++ b/doc/markdown/modules/rbl.md @@ -45,6 +45,10 @@ Use this RBL to test reverse DNS names of message senders (hostnames passed to r Use this RBL to test parameters sent for HELO/EHLO at SMTP time. +- default_emails (false) + +Use this RBL to test email addresses in form [localpart].[domainpart].[rbl] or if set to "domain_only" uses [domainpart].[rbl]. + - default_unknown (false) If set to false, do not yield a result unless the response received from the RBL is defined in its related returncodes {} subsection, else return the default symbol for the RBL.