git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix taint trap in parse_fix_phrase(). Bug 2617
[exim.git]
/
test
/
confs
/
0027
diff --git
a/test/confs/0027
b/test/confs/0027
index 19bdaa0b6d987bea1ecc9fef7d2136657ab07d53..c2d0f01be93a7044f22a2872f452968aef721813 100644
(file)
--- a/
test/confs/0027
+++ b/
test/confs/0027
@@
-39,7
+39,7
@@
data3:
acl_rcpt:
warn set acl_m_1 = ${acl {data}}
accept endpass
- acl = ${
tr{$local_part}{:}{\n
}}
+ acl = ${
bless:${tr{$local_part}{:}{\n}
}}
deny message = this message should not occur