Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0573
index 49169756f2c2f43badcdc526bacf9ceff6773f87..d46b67a11000ecb167c43ba3f4d0a6c4ebca740c 100644 (file)
@@ -1,14 +1,8 @@
 # Exim test configuration 0573
 
-exim_path = EXIM_PATH
-keep_environment =
-hide host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 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 =
 
 # ----- Main settings -----
 
@@ -33,6 +27,7 @@ begin transports
 t1:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 # End