From 64114b617b1dfed1c2618a0535e648df0b7fe577 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Fri, 22 Nov 2019 21:36:28 +0000 Subject: [PATCH] eximconf: create a convenience copy of the message body for matching Apply a fairly naive attempt at removing quoted-printable line endings Signed-off-by: Adam D. Barratt --- modules/exim/templates/eximconf.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index cc8294a7b..c52580359 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -1076,6 +1076,8 @@ check_message: log_message = Implausible Received header message = Header problem: message rejected + warn set acl_m_body = ${sg{$message_body}{= }{}} + warn condition = ${if bool_lax{$acl_m_defopt}} condition = ${if or {\ {match {$message_body}{Wenn Sie zukünftig keine weiteren Informationen erhalten möchten,
unwissentlich oder unbeabsichtigt in den Verteiler aufgenommen wurden,}} \ -- 2.20.1