Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0107
index 06e7b83ae734ce26c517d100c74e4db962116995..190fa97760a80e6d637fb610e4bea7fbd4c6d77c 100644 (file)
@@ -1,13 +1,7 @@
 # Exim test configuration 0107
 
-exim_path = EXIM_PATH
-keep_environment =
-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 -----
 
@@ -32,9 +26,9 @@ begin transports
 appendfile:
   driver = appendfile
   create_file = belowhome
-  file = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.filelist}\
-         {${if match{$value}{^/}{}{DIR/}}$value}\
-         {DIR/test-mail/$local_part}}
+  file = ${lookup {$local_part} lsearch {DIR/aux-fixed/TESTNUM.filelist}\
+               {${if match{$value}{^/}{}{DIR/}}$value}\
+               {DIR/test-mail/$local_part}}
   user = CALLER
 
 # ----- Retry -----