aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authortwesterhever <40121680+twesterhever@users.noreply.github.com>2024-04-28 08:29:32 +0000
committertwesterhever <40121680+twesterhever@users.noreply.github.com>2024-04-28 08:29:32 +0000
commit1e47b6a63efe82c87968542d61ddcf129ee99095 (patch)
tree83aa814db3958035d0c8c6354162aa95a0e6841f /conf
parent60499c0563dccc65ebf08adf33b9909f0941d0db (diff)
downloadrspamd-1e47b6a63efe82c87968542d61ddcf129ee99095.tar.gz
rspamd-1e47b6a63efe82c87968542d61ddcf129ee99095.zip
Revert "[Enhancement] Check Message-ID RHS against popular DNSBLs by default"
This reverts commit c78c70c76bb7ae8e714ed773037ccce1012dd20f.
Diffstat (limited to 'conf')
-rw-r--r--conf/modules.d/rbl.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf
index 3d980acbe..ef87c4c5a 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', 'mid', 'urls'];
+ checks = ['emails', 'dkim', 'helo', 'rdns', 'replyto', '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', 'mid', 'urls'];
+ checks = ['emails', 'dkim', 'helo', 'rdns', 'replyto', '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', 'mid', 'urls'];
+ checks = ['emails', 'dkim', 'helo', 'rdns', 'replyto', 'urls'];
emails_domainonly = true;
exclude_users = false;