taint: allow appendfile create_file option to specify a de-tainting safe path
[exim.git] / test / confs / 0231
index 67f21c0e17a1398994ff7eeba012421c4c357dc5..7bc9d18291ce609e59eafcfdd7323f4f0a1f1cf7 100644 (file)
@@ -51,13 +51,15 @@ begin transports
 
 local_delivery_rewrite:
   driver = appendfile
-  file = DIR/test-mail/${bless:$local_part}
+  file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   headers_rewrite = a@test.ex a-rewrite@test.ex
   user = CALLER
 
 local_delivery:
   driver = appendfile
-  file = DIR/test-mail/${bless:$local_part}
+  file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 smtp_rewrite: