summaryrefslogtreecommitdiff
path: root/test/scripts/5700-events/5701
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/5700-events/5701')
-rw-r--r--test/scripts/5700-events/570119
1 files changed, 19 insertions, 0 deletions
diff --git a/test/scripts/5700-events/5701 b/test/scripts/5700-events/5701
new file mode 100644
index 000000000..50e1c27c3
--- /dev/null
+++ b/test/scripts/5700-events/5701
@@ -0,0 +1,19 @@
+# Events for syntactically invalid generated recipient on autoreply
+#
+exim -odi userx-filter@domain1
+Subject: Bad from
+From: "something" x@y
+
+This is a test with a syntactically bad From: line and we process it
+with a filter and fire events.
+****
+#
+#
+#
+#
+exim -odi userx-filter@domain1
+Subject: Good from
+From: "User X" <userx@domain1>
+
+This is a test we process with a filter and fire events.
+****