diff options
author | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2022-04-09 14:36:35 +0000 |
---|---|---|
committer | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2022-04-09 14:36:35 +0000 |
commit | 50fe33f87e7b4c0fd0cc5c3565778b93696ab9c5 (patch) | |
tree | b82deb9474021c4f2dfa80701d36bc5604b34ec0 /conf/modules.d | |
parent | c191fe870def67e3e36ff8ea398372b9262a9f09 (diff) | |
download | rspamd-50fe33f87e7b4c0fd0cc5c3565778b93696ab9c5.tar.gz rspamd-50fe33f87e7b4c0fd0cc5c3565778b93696ab9c5.zip |
[Enhancement] Query HELOs, PTRs, and Reply-To's against SURBL and URIBL as well
Diffstat (limited to 'conf/modules.d')
-rw-r--r-- | conf/modules.d/rbl.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index dd3c0f5f9..453f18b76 100644 --- a/conf/modules.d/rbl.conf +++ b/conf/modules.d/rbl.conf @@ -192,7 +192,7 @@ rbl { "SURBL_MULTI" { ignore_defaults = true; rbl = "multi.surbl.org"; - checks = ['emails', 'dkim', 'urls']; + checks = ['emails', 'dkim', 'helo', 'rdns', 'replyto', 'urls']; emails_domainonly = true; returnbits = { @@ -207,7 +207,7 @@ rbl { "URIBL_MULTI" { ignore_defaults = true; rbl = "multi.uribl.com"; - checks = ['emails', 'dkim', 'urls']; + checks = ['emails', 'dkim', 'helo', 'rdns', 'replyto', 'urls']; emails_domainonly = true; returnbits { |