Start adding tests for the filters.
[apps/pfixtools.git] / postlicyd / data / test.conf
diff --git a/postlicyd/data/test.conf b/postlicyd/data/test.conf
new file mode 100644 (file)
index 0000000..5f47d71
--- /dev/null
@@ -0,0 +1,10 @@
+filter1 {
+  type = match;
+
+  condition = stress #=;
+  on_match  = postfix:OK;
+  on_fail   = postfix:OK;
+}
+
+
+recipient_filter = filter1;