diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-07-05 13:54:39 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-07-05 13:54:39 +0200 |
commit | 3ff01049526dff228e526284548e2e5ea562a7df (patch) | |
tree | 8b8b4bb7eedbca8d723a29b67af74db9a8efd503 /doc/markdown | |
parent | 0273c484240613de6e1084e8e173773a1a11fd9a (diff) | |
download | rspamd-3ff01049526dff228e526284548e2e5ea562a7df.tar.gz rspamd-3ff01049526dff228e526284548e2e5ea562a7df.zip |
Add DKIM support to RBL module
Diffstat (limited to 'doc/markdown')
-rw-r--r-- | doc/markdown/modules/rbl.md | 8 |
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]. |