taint: allow appenfile create_file option to specify a de-tainting safe path
[users/jgh/exim.git] / test / confs / 0584
index 654ecbfb9d7331a46713507309485049258dc459..cca109f00ad3b3bc1637529e8a7828f5f5d07094 100644 (file)
@@ -1,5 +1,7 @@
 # Exim test configuration 0005
 
+OPT=
+
 .include DIR/aux-var/std_conf_prefix
 
 
@@ -25,16 +27,17 @@ check_recipient:
 begin routers
 
 localuser:
-  driver = accept
-  check_local_user
-  transport = local_delivery
+  driver =     accept
+  transport =  local_delivery
+  errors_to =
 
 # ----- 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