From 0f6b7cf487a93a8b7d021acd279c3126d7ec11e0 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Mon, 15 Jul 2013 08:01:48 +0200 Subject: [PATCH] Add a bit more information if header syntax checks fail --- 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 fd4b2afb..63dfe797 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -929,7 +929,7 @@ check_message: deny condition = ${if eq {$acl_m_prf}{PopconMail}{no}{yes}} !verify = header_syntax - message = Invalid syntax in the header + message = Invalid header syntax: $acl_verify_message # RFC 822 and 2822 say that headers must be ASCII. This kinda emulates # postfix's strict_7bit_headers option, but only checks a few common problem -- 2.39.2