commit 50fe33f: [Enhancement] Query HELOs, PTRs, and Reply-To's against SURBL and URIBL as well

twesterhever 40121680+twesterhever at users.noreply.github.com
Mon Apr 11 18:35:04 UTC 2022


Author: twesterhever
Date: 2022-04-09 14:36:35 +0000
URL: https://github.com/rspamd/rspamd/commit/50fe33f87e7b4c0fd0cc5c3565778b93696ab9c5 (refs/pull/4141/head)

[Enhancement] Query HELOs, PTRs, and Reply-To's against SURBL and URIBL as well

---
 conf/modules.d/rbl.conf | 4 ++--
 1 file 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 {


More information about the Commits mailing list