Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0177
index ccf9611f9ebf373770554dc71d015b1743b65f3b..eb15a515d08aa519c81e673bc8832815e6c3d478 100644 (file)
@@ -1,12 +1,7 @@
 # Exim test configuration 0177
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-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
+
 
 # ----- Main settings -----
 
@@ -71,6 +66,7 @@ begin transports
 appendfile:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 autoreply:
@@ -80,6 +76,7 @@ autoreply:
 smtp:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----