taint: allow appendfile create_file option to specify a de-tainting safe path
[exim.git] / test / confs / 0456
index 313aa14a6366100575249f910c8c3ebb188c5175..2c5514ed25bca65fd0e6cc040ccac177d13f28f4 100644 (file)
@@ -30,7 +30,8 @@ begin transports
 
 t1:
   driver = appendfile
-  file = DIR/test-mail/${bless:$local_part}
+  file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 # ----- Retry -----