diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-02-17 13:03:41 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-02-17 13:03:41 +0200 |
commit | 28f55f0cbed039eba244c2c829136f8d09f75c08 (patch) | |
tree | 983295b0f817d58fe553b31be356af2ee857a746 /doc | |
parent | 9ad2a7d1e58101e4dea0695a6d56bce7a1f4bce3 (diff) | |
download | rspamd-28f55f0cbed039eba244c2c829136f8d09f75c08.tar.gz rspamd-28f55f0cbed039eba244c2c829136f8d09f75c08.zip |
Forgot to update documentation for emails dnsbl
Diffstat (limited to 'doc')
-rw-r--r-- | doc/markdown/modules/rbl.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/markdown/modules/rbl.md b/doc/markdown/modules/rbl.md index e27e94049..67f495892 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. |