From: Stephen Gran Date: Sun, 4 Oct 2009 11:25:24 +0000 (+0100) Subject: make it happier with error messages X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=dfe5ab83fcea5e8ae873a0a4bf9254cf81e62914;p=mirror%2Fdsa-puppet.git make it happier with error messages Signed-off-by: Stephen Gran --- diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index feecf8696..e7674bd17 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -981,8 +981,8 @@ out accept verify = certificate - require verify = header_syntax - condition = ${if eq {$acl_m_prf}{PopconMail}{no}{yes}} + deny condition = ${if eq {$acl_m_prf}{PopconMail}{no}{yes}} + !verify = header_syntax message = Invalid syntax in the header # RFC 822 and 2822 say that headers must be ASCII. This kinda emulates