git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
taint: allow appenfile create_file option to specify a de-tainting safe path
[users/jgh/exim.git]
/
test
/
confs
/
0584
diff --git
a/test/confs/0584
b/test/confs/0584
index 654ecbfb9d7331a46713507309485049258dc459..cca109f00ad3b3bc1637529e8a7828f5f5d07094 100644
(file)
--- a/
test/confs/0584
+++ b/
test/confs/0584
@@
-1,5
+1,7
@@
# Exim test configuration 0005
# Exim test configuration 0005
+OPT=
+
.include DIR/aux-var/std_conf_prefix
.include DIR/aux-var/std_conf_prefix
@@
-25,16
+27,17
@@
check_recipient:
begin routers
localuser:
begin routers
localuser:
- driver = accept
- check_local_user
- transport = local_delivery
+ driver =
accept
+ transport = local_delivery
+ errors_to =
# ----- Transports -----
begin transports
local_delivery:
# ----- Transports -----
begin transports
local_delivery:
- driver = appendfile
- file = DIR/test-mail/$local_part
+ driver = appendfile
+ file = DIR/test-mail/$local_part
+ create_file = OPT
# End
# End