Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0137
index 7c48d62349121cf588817ed9460cdbbf7cfb9ded..c12709698a23b9d04d6cf294d16ad0788c5be597 100644 (file)
@@ -31,6 +31,7 @@ begin transports
 local_delivery:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   lock_interval = 1s
   lock_retries = 2
   user = CALLER
@@ -38,6 +39,7 @@ local_delivery:
 local_delivery_fcntl:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   lock_interval = 1s
   lock_retries = 2
   no_use_lockfile
@@ -46,6 +48,7 @@ local_delivery_fcntl:
 local_delivery_fcntl_blocking:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   lock_fcntl_timeout = 2s
   lock_interval = 1s
   lock_retries = 2