Taintcheck transport-process arguments
[exim.git] / test / confs / 0194
index abeaafcf1ab2dadfa9ae557a14198dc6e38d8e48..15906b996b0dea50b0b8df7bab373e6f88c20452 100644 (file)
@@ -31,7 +31,8 @@ begin transports
 
 local_delivery:
   driver = appendfile
-  file = DIR/test-mail/${bless:$local_part}
+  file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 pipe:
@@ -44,7 +45,7 @@ pipe:
 piperet:
   driver = pipe
   batch_max = 100
-  command = DIR/aux-fixed/TESTNUM.ret $h_ret:
+  command = DIR/aux-fixed/TESTNUM.ret "${if inlist {$h_ret:} {75:99} {$value}}"
   return_fail_output
   user = CALLER