From: Adam D. Barratt Date: Fri, 25 Oct 2019 17:10:25 +0000 (+0100) Subject: eximconf: whitespace fixup X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=cd6ba3eb9c9a6c35386fb6c413f1dfb592934182;p=mirror%2Fdsa-puppet.git eximconf: whitespace fixup Signed-off-by: Adam D. Barratt --- 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]}}}}