More new test committing.
[exim.git] / test / aux-var-src / 0114.filter
diff --git a/test/aux-var-src/0114.filter b/test/aux-var-src/0114.filter
new file mode 100644 (file)
index 0000000..578f49a
--- /dev/null
@@ -0,0 +1,15 @@
+# Exim filter
+
+if $local_part is null then
+  save /dev/null
+elif $local_part is file then
+  save DIR/test-mail/file
+elif $local_part is pipe then
+  pipe "/bin/sh -c \"cat >DIR/test-mail/pipe\""
+elif $local_part is reply then
+  seen mail 
+    to "A. File <file>, No One <null>"
+    subject autoreply
+    text "Test Text"
+    once DIR/test-once
+endif