aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2024-11-10 18:11:46 +0600
committerGitHub <noreply@github.com>2024-11-10 18:11:46 +0600
commitae3eb8efcdb13c4e73a92f19816adca553ac56ea (patch)
treecf17c380fbce1ac0030775c2a0772eeb584ff489 /conf
parent8a1d65bbb676629035c2688187e780e3299e6824 (diff)
parent6b056e4e6054e486fcda3aa5c5a289906af0bd4b (diff)
downloadrspamd-ae3eb8efcdb13c4e73a92f19816adca553ac56ea.tar.gz
rspamd-ae3eb8efcdb13c4e73a92f19816adca553ac56ea.zip
Merge branch 'master' into vstakhov-conf-reorgvstakhov-conf-reorg
Diffstat (limited to 'conf')
-rw-r--r--conf/modules.d/rbl.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf
index 2a718e5a4..70f8b25e9 100644
--- a/conf/modules.d/rbl.conf
+++ b/conf/modules.d/rbl.conf
@@ -254,6 +254,7 @@ rbl {
checks = ['emails', 'dkim', 'helo', 'rdns', 'replyto', 'urls'];
emails_domainonly = true;
exclude_users = false;
+ url_full_hostname = true; # According to SURBL rules
selector = {
mid = 'header(Message-Id).regexp("@([^\.]+\.[^>]+)").last';
}