Hopefully the final lot of test files.
[exim.git] / test / scripts / 0000-Basic / 0033
diff --git a/test/scripts/0000-Basic/0033 b/test/scripts/0000-Basic/0033
new file mode 100644 (file)
index 0000000..8c188c9
--- /dev/null
@@ -0,0 +1,51 @@
+# one-time and -qq
+need_ipv4
+#
+exim -odq list@test.ex
+.
+****
+server PORT_S
+220 ESMTP
+EHLO
+250-OK
+250-HELP
+250 AUTH PLAIN
+MAIL FROM:
+250 Sender OK
+RCPT TO:
+250 Recipient OK
+RCPT TO:
+250 Recipient OK
+DATA
+354 Send data
+.
+250 OK
+QUIT
+250 OK
+****
+exim -q
+****
+exim -odq list@test.ex
+.
+****
+server PORT_S
+220 ESMTP
+EHLO
+250-OK
+250-HELP
+250 AUTH PLAIN
+MAIL FROM:
+250 Sender OK
+RCPT TO:
+250 Recipient OK
+RCPT TO:
+250 Recipient OK
+DATA
+354 Send data
+.
+250 OK
+QUIT
+250 OK
+****
+exim -qq
+****