From f7aaaf50b8bfa9a92a9cd72d67c12fe5137ff8c4 Mon Sep 17 00:00:00 2001 From: "Sergey G. Brester" Date: Sun, 27 Apr 2025 23:00:09 +0200 Subject: [PATCH] `filter.d/exim.conf`: colon must be outside of F-RCPT group --- config/filter.d/exim.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filter.d/exim.conf b/config/filter.d/exim.conf index de7f6901..14ceda14 100644 --- a/config/filter.d/exim.conf +++ b/config/filter.d/exim.conf @@ -19,7 +19,7 @@ failregex = ^\s?\w+ authenticator failed for%(host_info)s: 535 Incorrect authent > mdre-more = ^%(host_info)s sender verify fail for <\S+>: (?:Unknown user|Unrouteable address|all relevant MX records point to non-existent hosts)\s*$ - ^%(host_info)s rejected RCPT (?:[^@]+@\S+:)? + ^%(host_info)s rejected RCPT (?:[^@]+@\S+:)? ^\s?SMTP protocol synchronization error \([^)]*\): rejected (?:connection from|"\S+")%(host_info)s (?:next )?input=".*"\s*$ ^\s?SMTP call from%(host_info)s dropped: too many (?:(?:nonmail|unrecognized) commands|syntax or protocol errors) ^\s?SMTP protocol error in "[^"]+(?:"+[^"]*(?="))*?"%(host_info)s [A-Z]+ (?:command used when not advertised|authentication mechanism not supported)\s*$