summaryrefslogtreecommitdiff
path: root/test/aux-fixed/0316.f-user
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-07 10:16:23 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-07 10:16:23 +0000
commit9ba4af2b76958e076a0c002e53ead87ed7a47a68 (patch)
tree7d0420abd15c97c46159bd629564fd612e697928 /test/aux-fixed/0316.f-user
parentc55a77db55ebf46a399f136eeb3a928b1e862772 (diff)
More new test committing.
Diffstat (limited to 'test/aux-fixed/0316.f-user')
-rw-r--r--test/aux-fixed/0316.f-user22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/aux-fixed/0316.f-user b/test/aux-fixed/0316.f-user
new file mode 100644
index 000000000..a110ec05b
--- /dev/null
+++ b/test/aux-fixed/0316.f-user
@@ -0,0 +1,22 @@
+# Exim filter
+
+if foranyaddress "a@b, c@d" ( $thisaddress matches ^c ) then
+ testprint "1 Matched $thisaddress"
+endif
+
+if foranyaddress "Group name: a@b, c@d;, cc@dd" ( $thisaddress matches ^c )
+then
+ testprint "2 Matched $thisaddress"
+endif
+
+if foranyaddress "Group name: a@b, c@d;, cc@dd" ( $thisaddress matches ^cc )
+then
+ testprint "3 Matched $thisaddress"
+endif
+
+if foranyaddress "Group name: a@b, c@d;, cc@dd, N2: e@f;, ee@ff"
+ ( $thisaddress matches ^e )
+then
+ testprint "4 Matched $thisaddress"
+endif
+