3 if foranyaddress "a@b, c@d" ( $thisaddress matches ^c ) then
4 testprint "1 Matched $thisaddress"
7 if foranyaddress "Group name: a@b, c@d;, cc@dd" ( $thisaddress matches ^c )
9 testprint "2 Matched $thisaddress"
12 if foranyaddress "Group name: a@b, c@d;, cc@dd" ( $thisaddress matches ^cc )
14 testprint "3 Matched $thisaddress"
17 if foranyaddress "Group name: a@b, c@d;, cc@dd, N2: e@f;, ee@ff"
18 ( $thisaddress matches ^e )
20 testprint "4 Matched $thisaddress"