taint: allow appendfile create_file option to specify a de-tainting safe path
[exim.git] / test / confs / 0137
index faab263aacb545690cb5a75e81aa63e370e0a6df..c12709698a23b9d04d6cf294d16ad0788c5be597 100644 (file)
@@ -30,14 +30,16 @@ begin transports
 
 local_delivery:
   driver = appendfile
-  file = DIR/test-mail/${bless:$local_part}
+  file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   lock_interval = 1s
   lock_retries = 2
   user = CALLER
 
 local_delivery_fcntl:
   driver = appendfile
-  file = DIR/test-mail/${bless:$local_part}
+  file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   lock_interval = 1s
   lock_retries = 2
   no_use_lockfile
@@ -45,7 +47,8 @@ local_delivery_fcntl:
 
 local_delivery_fcntl_blocking:
   driver = appendfile
-  file = DIR/test-mail/${bless:$local_part}
+  file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   lock_fcntl_timeout = 2s
   lock_interval = 1s
   lock_retries = 2