More new test committing.
[users/jgh/exim.git] / test / aux-var-src / 0079.filter
diff --git a/test/aux-var-src/0079.filter b/test/aux-var-src/0079.filter
new file mode 100644 (file)
index 0000000..09f48b0
--- /dev/null
@@ -0,0 +1,13 @@
+# Exim filter
+
+if error_message then finish
+
+elif $h_x-warning: contains "blacklist"
+then
+unseen save DIR/test-mail/rbl
+endif
+
+if $h_sysmail: contains yes
+then
+mail to userx@exim.test.ex text "testing testing"
+endif