Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0267
index e99d29f71be9ee323283bdd51d979e2f8d3bee39..4a52018cae48bed45a69990ecdda31cf6a970511 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 -----