taint: allow appendfile create_file option to specify a de-tainting safe path
[exim.git] / test / confs / 5003
index 5aa96819fa7b70c5126a5e40a8b4b87c1007a870..76c0149b888d56c3db4fa92f93dc12d63ff47985 100644 (file)
@@ -24,14 +24,16 @@ begin transports
 
 local_delivery:
   driver = appendfile
-  directory = DIR/test-mail/${bless:$local_part}
+  directory = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   maildir_format
   quota = 1.5K
   user = CALLER
 
 local_delivery2:
   driver = appendfile
-  directory = DIR/test-mail/${bless:$local_part}/
+  directory = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   maildir_format
   quota = 1.5K
   user = CALLER