From dfe5ab83fcea5e8ae873a0a4bf9254cf81e62914 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 4 Oct 2009 12:25:24 +0100 Subject: [PATCH] make it happier with error messages Signed-off-by: Stephen Gran --- modules/exim/templates/eximconf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1