summaryrefslogtreecommitdiff
path: root/test/aux-fixed/0352.F
diff options
context:
space:
mode:
Diffstat (limited to 'test/aux-fixed/0352.F')
-rw-r--r--test/aux-fixed/0352.F17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/aux-fixed/0352.F b/test/aux-fixed/0352.F
new file mode 100644
index 000000000..31c01a652
--- /dev/null
+++ b/test/aux-fixed/0352.F
@@ -0,0 +1,17 @@
+# Exim filter
+
+if foranyaddress $h_to: ($thisaddress contains abcd) then
+ headers add "Found: abcd yes"
+else
+ headers add "Found: abcd no"
+endif
+
+if foranyaddress $h_to: ($thisaddress contains xyz) then
+ headers add "Found: xyz yes"
+else
+ headers add "Found: xyz no"
+endif
+
+headers add "TO: >$h_to:<"
+
+