From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Sun, 24 Mar 2024 16:29:47 +0000 (+0000) Subject: [Enhancement] Check Message-ID RHS against popular DNSBLs by default X-Git-Tag: 3.9.0~49^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c78c70c76bb7ae8e714ed773037ccce1012dd20f;p=thirdparty%2Frspamd.git [Enhancement] Check Message-ID RHS against popular DNSBLs by default --- diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index ef87c4c5a0..3d980acbee 100644 --- a/conf/modules.d/rbl.conf +++ b/conf/modules.d/rbl.conf @@ -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;