]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Enhancement] Check Message-ID RHS against popular DNSBLs by default
authortwesterhever <40121680+twesterhever@users.noreply.github.com>
Sun, 24 Mar 2024 16:29:47 +0000 (16:29 +0000)
committertwesterhever <40121680+twesterhever@users.noreply.github.com>
Sun, 28 Apr 2024 08:28:38 +0000 (08:28 +0000)
conf/modules.d/rbl.conf

index ef87c4c5a052ec932e30a94faf80e41fd7372277..3d980acbeea85aac9f61a620a19a069118149ede 100644 (file)
@@ -205,7 +205,7 @@ rbl {
     "SURBL_MULTI" {
       ignore_defaults = true;
       rbl = "multi.surbl.org";
-      checks = ['emails', 'dkim', 'helo', 'rdns', 'replyto', 'urls'];
+      checks = ['emails', 'dkim', 'helo', 'rdns', 'replyto', 'mid', 'urls'];
       emails_domainonly = true;
       exclude_users = false;
 
@@ -241,7 +241,7 @@ rbl {
     "URIBL_MULTI" {
       ignore_defaults = true;
       rbl = "multi.uribl.com";
-      checks = ['emails', 'dkim', 'helo', 'rdns', 'replyto', 'urls'];
+      checks = ['emails', 'dkim', 'helo', 'rdns', 'replyto', 'mid', 'urls'];
       emails_domainonly = true;
       exclude_users = false;
 
@@ -274,7 +274,7 @@ rbl {
       ignore_defaults = true;
       rbl = "dbl.spamhaus.org";
       no_ip = true;
-      checks = ['emails', 'dkim', 'helo', 'rdns', 'replyto', 'urls'];
+      checks = ['emails', 'dkim', 'helo', 'rdns', 'replyto', 'mid', 'urls'];
       emails_domainonly = true;
       exclude_users = false;