More new test committing.
[exim.git] / test / aux-var-src / 0319.filter
diff --git a/test/aux-var-src/0319.filter b/test/aux-var-src/0319.filter
new file mode 100644 (file)
index 0000000..1103ec4
--- /dev/null
@@ -0,0 +1,11 @@
+# Exim filter
+
+if error_message then finish endif
+
+if $h_subject: contains "discard" then seen finish endif
+
+if $h_subject: contains "file" then
+  save DIR/test-mail/saved
+endif   
+
+finish