aboutsummaryrefslogtreecommitdiffstats
path: root/doc/markdown
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2015-07-05 13:54:39 +0200
committerAndrew Lewis <nerf@judo.za.org>2015-07-05 13:54:39 +0200
commit3ff01049526dff228e526284548e2e5ea562a7df (patch)
tree8b8b4bb7eedbca8d723a29b67af74db9a8efd503 /doc/markdown
parent0273c484240613de6e1084e8e173773a1a11fd9a (diff)
downloadrspamd-3ff01049526dff228e526284548e2e5ea562a7df.tar.gz
rspamd-3ff01049526dff228e526284548e2e5ea562a7df.zip
Add DKIM support to RBL module
Diffstat (limited to 'doc/markdown')
-rw-r--r--doc/markdown/modules/rbl.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/markdown/modules/rbl.md b/doc/markdown/modules/rbl.md
index b5f797fd3..3b3f624ed 100644
--- a/doc/markdown/modules/rbl.md
+++ b/doc/markdown/modules/rbl.md
@@ -45,6 +45,14 @@ 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_dkim (false)
+
+Use this RBL to test domains found in validated DKIM signatures.
+
+- default_dkim_domainonly (true)
+
+If true test top-level domain only, otherwise test entire domain found in DKIM signature.
+
- default_emails (false)
Use this RBL to test email addresses in form [localpart].[domainpart].[rbl] or if set to "domain_only" uses [domainpart].[rbl].