summaryrefslogtreecommitdiff
path: root/test/aux-fixed/0412.F
diff options
context:
space:
mode:
Diffstat (limited to 'test/aux-fixed/0412.F')
-rw-r--r--test/aux-fixed/0412.F7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/aux-fixed/0412.F b/test/aux-fixed/0412.F
new file mode 100644
index 000000000..0560cd331
--- /dev/null
+++ b/test/aux-fixed/0412.F
@@ -0,0 +1,7 @@
+# Exim filter
+
+if foranyaddress $h_to: ($thisaddress contains usery) then
+ headers add "Found: yes\nFound2: yes"
+else
+ headers add "Found: no"
+endif