summaryrefslogtreecommitdiff
path: root/test/stdout
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2012-05-11 06:21:17 -0400
committerPhil Pennock <pdp@exim.org>2012-05-11 06:21:17 -0400
commit1ca9f5074196f7fa459367956bcf6d4239b47634 (patch)
tree56b8d0b06db461f83166e59e09e7cae9bca98502 /test/stdout
parent964551ca40d4f7355bde171e801249405e6c580e (diff)
Testing for -bw mode
Diffstat (limited to 'test/stdout')
-rw-r--r--test/stdout/056429
1 files changed, 29 insertions, 0 deletions
diff --git a/test/stdout/0564 b/test/stdout/0564
new file mode 100644
index 000000000..6f4f06bdb
--- /dev/null
+++ b/test/stdout/0564
@@ -0,0 +1,29 @@
+Connecting to 127.0.0.1 port 1225 ... connected
+??? 220
+<<< 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+>>> ehlo abcd
+??? 250-
+<<< 250-the.local.host.name Hello abcd [127.0.0.1]
+??? 250-
+<<< 250-SIZE 52428800
+??? 250-
+<<< 250-8BITMIME
+??? 250-
+<<< 250-PIPELINING
+??? 250
+<<< 250 HELP
+>>> mail from:<userx@test.ex>\r\nrcpt to:<userx@test.ex>\r\ndata
+??? 250
+<<< 250 OK
+??? 250
+<<< 250 Accepted
+??? 354
+<<< 354 Enter message, ending with "." on a line by itself
+>>> This is a test message.
+>>> .
+??? 250
+<<< 250 OK id=10HmaX-0005vi-00
+>>> quit
+??? 221
+<<< 221 the.local.host.name closing connection
+End of script