Taintcheck transport-process arguments
[exim.git] / test / aux-var-src / 0164.F
1 # The map/match here detaints the $recipients
2 #
3 if $recipients contains pipe then
4   pipe "DIR/aux-fixed/showenv \
5     \"${map {<, $recipients} \
6         {${if match_address {$item} {pipe@test.ex : another@test.ex : a-third@test.ex} {$value}}}}\""
7 endif   
8