Hopefully the final lot of test files.
[exim.git] / test / scripts / 0000-Basic / 0208
diff --git a/test/scripts/0000-Basic/0208 b/test/scripts/0000-Basic/0208
new file mode 100644 (file)
index 0000000..24367df
--- /dev/null
@@ -0,0 +1,29 @@
+# msglog: success, defer, and failure messages
+need_ipv4
+#
+server PORT_S
+220 Welcome
+EHLO
+250 OK
+MAIL
+250 OK
+RCPT
+550 Recipient refused
+QUIT
+250 OK
+****
+exim -odi ok defer fail.transport fail.direct fail.route@unknown.domain
+****
+server PORT_S
+220 Welcome
+EHLO
+250 OK
+MAIL
+250 OK
+RCPT
+550 Recipient refused
+QUIT
+250 OK
+****
+exim -DMESSAGE_LOGS=false -odi ok defer fail.transport fail.direct fail.route@unknown.domain
+****