projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d88cd6
)
Add a bit more information if header syntax checks fail
author
Tollef Fog Heen
<tfheen@err.no>
Mon, 15 Jul 2013 06:01:48 +0000
(08:01 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Mon, 15 Jul 2013 06:01:48 +0000
(08:01 +0200)
modules/exim/templates/eximconf.erb
patch
|
blob
|
history
diff --git
a/modules/exim/templates/eximconf.erb
b/modules/exim/templates/eximconf.erb
index
fd4b2af
..
63dfe79
100644
(file)
--- 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