Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0533
index 78e343505f46d8aab8d86e715c03b1d7da5eea42..36e547ad6650215a978a8c9e98e6ea68f6636ce9 100644 (file)
@@ -1,12 +1,8 @@
 # Exim test configuration 0533
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
@@ -20,7 +16,7 @@ r1:
   driver = redirect
   local_part_prefix = file-
   local_part_suffix = =*
-  data = DIR/test-mail/${substr_1:$local_part_suffix}
+  data = DIR/test-mail/${extract {${substr_1:$local_part_suffix}} {mbox=mbox mbox2=mbox2}}
   file_transport = t1
 
 r2:
@@ -28,7 +24,7 @@ r2:
   local_part_prefix = pipe-
   local_part_suffix = =*
   caseful_local_part = true
-  data = |${substr_1:$local_part_suffix}
+  data = |DIR/bin/${extract {$local_part} {userx=iefbr14 usery=iefbr14 userz=../bin/iefbr14}}
   pipe_transport = t2
 
 
@@ -38,6 +34,7 @@ begin transports
 
 t1:
   driver = appendfile
+  create_file = DIR/test-mail
   envelope_to_add
   user = CALLER
   batch_max = 10