From 05a25ce36b86980a49aee76e839c0b02e0d497c9 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Tue, 10 Dec 2019 22:07:23 +0000 Subject: [PATCH] eximconf: standardise on acl_m_body Signed-off-by: Adam D. Barratt --- modules/exim/templates/eximconf.erb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index 00ac38119..b6dee2afe 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -1080,12 +1080,12 @@ check_message: 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,}} \ - {match {$message_body}{\N(?i)Dear Beneficiary.*You have been selected.*Thousand United States Dollars\N}} \ - {match {$message_body}{\N(?i)receiving sum of money into your account for safe keeping\N}} \ - {match {$message_body}{\N(?i)I got your e-mail address through an internet marketing firm\N}} \ - {match {$message_body}{\N(?i)De conformidad con lo establecido en la Ley 34/2002 Lssice le comunicamos que este escrito procede de Search Task\N}} \ - {match {$message_body}{\NIf you are already our customer then please ignore this email\N}} \ + {match {$acl_m_body}{Wenn Sie zukünftig keine weiteren Informationen erhalten möchten,
unwissentlich oder unbeabsichtigt in den Verteiler aufgenommen wurden,}} \ + {match {$acl_m_body}{\N(?i)Dear Beneficiary.*You have been selected.*Thousand United States Dollars\N}} \ + {match {$acl_m_body}{\N(?i)receiving sum of money into your account for safe keeping\N}} \ + {match {$acl_m_body}{\N(?i)I got your e-mail address through an internet marketing firm\N}} \ + {match {$acl_m_body}{\N(?i)De conformidad con lo establecido en la Ley 34/2002 Lssice le comunicamos que este escrito procede de Search Task\N}} \ + {match {$acl_m_body}{\NIf you are already our customer then please ignore this email\N}} \ {match {$acl_m_body}{\N\.debian\.org Webmail Administrator\N}} \ {match {$acl_m_body}{\N\N}} \ {match {$acl_m_body}{\NAll words on this page are an ad that was sent-to you\N}} \ -- 2.20.1