summaryrefslogtreecommitdiff
path: root/test/aux-fixed/0320.filter
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-07 10:16:23 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-07 10:16:23 +0000
commit9ba4af2b76958e076a0c002e53ead87ed7a47a68 (patch)
tree7d0420abd15c97c46159bd629564fd612e697928 /test/aux-fixed/0320.filter
parentc55a77db55ebf46a399f136eeb3a928b1e862772 (diff)
More new test committing.
Diffstat (limited to 'test/aux-fixed/0320.filter')
-rw-r--r--test/aux-fixed/0320.filter11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/aux-fixed/0320.filter b/test/aux-fixed/0320.filter
new file mode 100644
index 000000000..be51aa5fa
--- /dev/null
+++ b/test/aux-fixed/0320.filter
@@ -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 /source/exim4/AutoTest/test-mail/saved
+endif
+
+finish