taint: allow appendfile create_file option to specify a de-tainting safe path
[exim.git] / test / confs / 0310
index a999c26426c6c13b45e1bcd86ec247a9004fabf1..9a2ac203a74131c429a936d7c37c81e5d524e785 100644 (file)
@@ -28,13 +28,15 @@ begin transports
 
 local_delivery:
   driver = appendfile
-  file = DIR/test-mail/${bless:$local_part}
+  file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   quota = 5
   user = CALLER
 
 bounce:
   driver = appendfile
-  file = DIR/test-mail/${bless:$local_part}
+  file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER