debian experimental exim-daemon-heavy config
[exim.git] / test / aux-fixed / 0316.f-user
CommitLineData
9ba4af2b
PH
1# Exim filter
2
3if foranyaddress "a@b, c@d" ( $thisaddress matches ^c ) then
4 testprint "1 Matched $thisaddress"
5endif
6
7if foranyaddress "Group name: a@b, c@d;, cc@dd" ( $thisaddress matches ^c )
8then
9 testprint "2 Matched $thisaddress"
10endif
11
12if foranyaddress "Group name: a@b, c@d;, cc@dd" ( $thisaddress matches ^cc )
13then
14 testprint "3 Matched $thisaddress"
15endif
16
17if foranyaddress "Group name: a@b, c@d;, cc@dd, N2: e@f;, ee@ff"
18 ( $thisaddress matches ^e )
19then
20 testprint "4 Matched $thisaddress"
21endif
22