Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0026
index 2b1763f87c8434073127c790f0bca622847a8900..6407981b615a2dfe14e13526491ce7fd61f86d96 100644 (file)
@@ -1,14 +1,8 @@
 # Exim test configuration 0026
 
-exim_path = EXIM_PATH
-keep_environment =
-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 -----
 
@@ -61,6 +55,7 @@ dev_null:
 local_delivery:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 # End