Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 5207
index 9465cfcebeba718f87e0ece03ca9155e1f0f1913..61f3748f3a65ce74adc923879df256f8d4b39de4 100644 (file)
@@ -14,7 +14,8 @@ begin transports
 
 t1:
   driver = appendfile
-  file = DIR/test-mail/${if eq{$address_data}{}{${bless:$local_part}}{$address_data}}
+  file = DIR/test-mail/${if eq{$address_data}{}{$local_part}{$address_data}}
+  create_file = DIR/test-mail
   user = CALLER
 
 # ----- Routers -----