make it happier with error messages
authorStephen Gran <steve@lobefin.net>
Sun, 4 Oct 2009 11:25:24 +0000 (12:25 +0100)
committerStephen Gran <steve@lobefin.net>
Sun, 4 Oct 2009 11:25:24 +0000 (12:25 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/templates/eximconf.erb

index feecf86..e7674bd 100644 (file)
@@ -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