commit ab4a3f8: [Enhancement] Query HELOs, PTRs, and Reply-To's against Spamhaus DBL too
twesterhever
40121680+twesterhever at users.noreply.github.com
Mon Jan 31 20:07:04 UTC 2022
Author: twesterhever
Date: 2022-01-30 13:35:57 +0000
URL: https://github.com/rspamd/rspamd/commit/ab4a3f85c9d0b1da9fe0f6b686a22fd707fb01d3 (refs/pull/4052/head)
[Enhancement] Query HELOs, PTRs, and Reply-To's against Spamhaus DBL too
---
conf/modules.d/rbl.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf
index 4d6529246..dd3c0f5f9 100644
--- a/conf/modules.d/rbl.conf
+++ b/conf/modules.d/rbl.conf
@@ -238,7 +238,7 @@ rbl {
ignore_defaults = true;
rbl = "dbl.spamhaus.org";
no_ip = true;
- checks = ['emails', 'dkim', 'urls'];
+ checks = ['emails', 'dkim', 'helo', 'rdns', 'replyto', 'urls'];
emails_domainonly = true;
returncodes = {
More information about the Commits
mailing list