taint: allow appendfile create_file option to specify a de-tainting safe path
[exim.git] / test / confs / 0283
index 7f40efb18dbeb07af7a1672d4dfe852237b1a5d7..62a5e60ca4b0156078cf2d8035634de84dcf803b 100644 (file)
@@ -37,12 +37,14 @@ t1:
 
 t2:
   driver = appendfile
-  file = DIR/test-mail/${bless:$local_part}
+  file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 t3:
   driver = appendfile
-  file = DIR/test-mail/${bless:$local_part}
+  file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = root
 
 # ----- Retry -----