More new test committing.
[users/jgh/exim.git] / test / aux-var-src / 0383.F
diff --git a/test/aux-var-src/0383.F b/test/aux-var-src/0383.F
new file mode 100644 (file)
index 0000000..78a5898
--- /dev/null
@@ -0,0 +1,13 @@
+# Exim filter (system filter for test 444)
+
+if error_message then finish endif
+
+if foranyaddress $h_to: ($thisaddress matches "^(alice)") then
+  pipe "DIR/aux-fixed/showenv $thisaddress $1"
+  finish
+endif   
+
+if $h_to: matches "^(j..)" then
+  pipe "DIR/aux-fixed/showenv $1"
+endif   
+