git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Hintsdb transactions
[exim.git]
/
test
/
aux-var-src
/
0164.F
diff --git
a/test/aux-var-src/0164.F
b/test/aux-var-src/0164.F
index b6f98f3845725bf89c4416c6e680d662c60f2471..b2d20b181cb60dc9501e0a304581ff81ac215fa5 100644
(file)
--- a/
test/aux-var-src/0164.F
+++ b/
test/aux-var-src/0164.F
@@
-1,3
+1,8
@@
+# The map/match here detaints the $recipients
+#
if $recipients contains pipe then
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
endif
+