More new test committing.
[exim.git] / test / aux-fixed / 0412.F
diff --git a/test/aux-fixed/0412.F b/test/aux-fixed/0412.F
new file mode 100644 (file)
index 0000000..0560cd3
--- /dev/null
@@ -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