From cd6ba3eb9c9a6c35386fb6c413f1dfb592934182 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Fri, 25 Oct 2019 18:10:25 +0100 Subject: [PATCH] eximconf: whitespace fixup Signed-off-by: Adam D. Barratt --- modules/exim/templates/eximconf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index ee73e02e0..45b3c4376 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -1056,7 +1056,7 @@ check_message: # postfix's strict_7bit_headers option, but only checks a few common problem # headers, as there doesn't appear to be an easy way to check them all. deny - condition = ${if or {{match {$rh_Subject:}{[\200-\377]}}\ + condition = ${if or {{match {$rh_Subject:}{[\200-\377]}}\ {match {$rh_To:}{[\200-\377]}}\ {match {$rh_From:}{[\200-\377]}}\ {match {$rh_Cc:}{[\200-\377]}}}} -- 2.20.1