From: Dmitriy Alekseev <1865999+dragoangel@users.noreply.github.com> Date: Thu, 6 Nov 2025 10:22:25 +0000 (+0100) Subject: Update RBL config to use lower_utf8 for domains when hashing is in place X-Git-Tag: 3.14.0~2^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d06f6d9f350dac8e5da5ce354f41d8e13da13014;p=thirdparty%2Frspamd.git Update RBL config to use lower_utf8 for domains when hashing is in place --- diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index a3cacb8570..ec577a7d78 100644 --- a/conf/modules.d/rbl.conf +++ b/conf/modules.d/rbl.conf @@ -317,9 +317,9 @@ rbl { exclude_users = false; emails_domainonly = true; selector = { - from_smtp = "from('smtp'):domain"; - from_mime = "from('mime'):domain"; - mid = "header(Message-Id).regexp('@([^\.]+\.[^>]+)').last"; + from_smtp = "from('smtp'):domain.lower_utf8"; + from_mime = "from('mime'):domain.lower_utf8"; + mid = "header(Message-Id).regexp('@([^\.]+\.[^>]+)').last.lower_utf8"; } returncodes = { RSPAMD_URIBL = [