Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0107
index 9bbb7e7a3b2fc4fefa065ad74332690e76700677..190fa97760a80e6d637fb610e4bea7fbd4c6d77c 100644 (file)
@@ -26,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 -----