taint: allow appendfile create_file option to specify a de-tainting safe path
[exim.git] / test / confs / 5500
index 91dc4275d3fd9d9246f38d95e09e9df45fe2458c..97894d1cde50b1275e5aadd5ec6d8d6f08bfdba7 100644 (file)
@@ -45,7 +45,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
 
 # ----- Routers -----