Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0369
index 511c541f690ed3d3badd149d3a28c27972386a15..a9eae39e54b21a3592358a5cd42e622a8d9787bd 100644 (file)
@@ -29,13 +29,13 @@ begin transports
 
 t1:
   driver = pipe
-  command = /bin/sh -c 'exit $local_part'
+  command = /bin/sh -c 'exit "${if inlist {$local_part}{0:10:45}{$value}}"'
   user = CALLER
   temp_errors = 45 : 56
 
 t2:
   driver = pipe
-  command = /bin/sh -c 'exit $local_part'
+  command = /bin/sh -c 'exit "${if inlist {$local_part}{0:10:45}{$value}}"'
   user = CALLER
   temp_errors = *