Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0289
index 0c4b1f28d7a47455ee5bc60cfe69de1a51321a45..44e40a528847a57e7f35a16f632d1e4da32acd11 100644 (file)
@@ -1,15 +1,9 @@
 # Exim test configuration 0289
 
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
-primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
+.include DIR/aux-var/std_conf_prefix
+
 trusted_users = CALLER
+primary_hostname = myhost.test.ex
 
 # ----- Main settings -----
 
@@ -33,6 +27,7 @@ begin transports
 local_delivery:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER