Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0570
index 4c5e5dc063d40eccc3f05dc3bd1d8b0fd1b456bb..efaf3bccbd0c3ad26040981628032d2815680556 100644 (file)
@@ -3,13 +3,8 @@
 
 OPTION =
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -40,6 +35,8 @@ begin transports
 smtp:
   driver = smtp
   port = PORT_D
+  hosts_try_fastopen = :
   OPTION
+  max_parallel = 1
 
 # End