Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0271
index b9512dca1cd2f87cf4318fd305be51a4d66c84f7..6153af80e2328593edfe54a8b95954a01b9cc5a5 100644 (file)
@@ -14,7 +14,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 -----