diff options
author | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2022-01-30 13:35:57 +0000 |
---|---|---|
committer | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2022-01-30 13:35:57 +0000 |
commit | ab4a3f85c9d0b1da9fe0f6b686a22fd707fb01d3 (patch) | |
tree | b3034cd39f414b89e4b8b105f373b27809760f97 /conf/modules.d | |
parent | e4f52703c82924eeb3240a457ac819451b835468 (diff) | |
download | rspamd-ab4a3f85c9d0b1da9fe0f6b686a22fd707fb01d3.tar.gz rspamd-ab4a3f85c9d0b1da9fe0f6b686a22fd707fb01d3.zip |
[Enhancement] Query HELOs, PTRs, and Reply-To's against Spamhaus DBL too
Diffstat (limited to 'conf/modules.d')
-rw-r--r-- | conf/modules.d/rbl.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |