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
/
0374
diff --git
a/test/confs/0374
b/test/confs/0374
index 2843442762548928ae052fa25169c4675933f2ca..1cae0254ce256be98279b2901e5a7521695d584d 100644
(file)
--- a/
test/confs/0374
+++ b/
test/confs/0374
@@
-50,7
+50,7
@@
begin transports
# Successful local transport
ut1:
driver = appendfile
# Successful local transport
ut1:
driver = appendfile
- file = DIR/test-mail/$
local_part
-u
+ file = DIR/test-mail/$
{bless:$local_part}
-u
user = CALLER
return_path_add
envelope_to_add
user = CALLER
return_path_add
envelope_to_add
@@
-83,7
+83,7
@@
ut4:
# Real delivery
real:
driver = appendfile
# Real delivery
real:
driver = appendfile
- file = DIR/test-mail/$
local_part
+ file = DIR/test-mail/$
{bless:$local_part}
user = CALLER
return_path_add
envelope_to_add
user = CALLER
return_path_add
envelope_to_add