]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - test/aux-var-src/0164.F
Taint: de-taint $2 (fixed part of key) from a matching partial-search
[user/henk/code/exim.git] / test / aux-var-src / 0164.F
index b6f98f3845725bf89c4416c6e680d662c60f2471..b2d20b181cb60dc9501e0a304581ff81ac215fa5 100644 (file)
@@ -1,3 +1,8 @@
+# The map/match here detaints the $recipients
+#
 if $recipients contains pipe then
-  pipe "DIR/aux-fixed/showenv $recipients"
+  pipe "DIR/aux-fixed/showenv \
+    \"${map {<, $recipients} \
+        {${if match_address {$item} {pipe@test.ex : another@test.ex : a-third@test.ex} {$value}}}}\""
 endif   
+