Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0216
index 04195d15323272f949884e0798115b240f6acaa9..962a64c28978f0bf6afce1e6ca4e4166053558fb 100644 (file)
@@ -1,15 +1,12 @@
 # Exim test configuration 0216
 
 SERVER=
+HAP=
+
+.include DIR/aux-var/std_conf_prefix
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
 primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/SERVER%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+log_selector = +pipelining
 
 
 # ----- Main settings -----
@@ -39,7 +36,9 @@ send_to_server:
   allow_localhost
   hosts = 127.0.0.1
   port = PORT_D
+  hosts_try_fastopen = :
   max_rcpt = 0
+  HAP
 
 
 # ----- Retry -----