blob: b2d20b181cb60dc9501e0a304581ff81ac215fa5 (
plain)
1
2
3
4
5
6
7
8
|
# The map/match here detaints the $recipients
#
if $recipients contains pipe then
pipe "DIR/aux-fixed/showenv \
\"${map {<, $recipients} \
{${if match_address {$item} {pipe@test.ex : another@test.ex : a-third@test.ex} {$value}}}}\""
endif
|