Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0476
index c8f76b8c8dc99a8188328387c130cef0da0ae31e..1db78e796da92bdbc85cfb335a62cc559c5bf938 100644 (file)
@@ -1,11 +1,7 @@
 # Exim test configuration 0476
 
-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
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -30,6 +26,7 @@ begin transports
 t1:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----