summaryrefslogtreecommitdiff
path: root/test/stdout/0482
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-07 10:47:28 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-07 10:47:28 +0000
commit54c5ebb14ead7439af300e9d7d9d7d2ba29ff32e (patch)
treeea480313c058c0177c784686de9189bd305d8bd1 /test/stdout/0482
parentf767aaae1638df676a05699edf1f614cae351af2 (diff)
More test commits.
Diffstat (limited to 'test/stdout/0482')
-rw-r--r--test/stdout/048225
1 files changed, 25 insertions, 0 deletions
diff --git a/test/stdout/0482 b/test/stdout/0482
new file mode 100644
index 000000000..9ece5a3ad
--- /dev/null
+++ b/test/stdout/0482
@@ -0,0 +1,25 @@
+Connecting to 127.0.0.1 port 1225 ... connected
+??? 220
+<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+>>> helo foobar
+??? 250
+<<< 250 myhost.test.ex Hello foobar [127.0.0.1]
+>>> mail from:<userx@test.ex>
+??? 250
+<<< 250 OK
+>>> rcpt to:<userx@test.ex>
+??? 250
+<<< 250 Accepted
+>>> data
+??? 3
+<<< 354 Enter message, ending with "." on a line by itself
+>>> From : userx
+>>>
+>>> This is junk
+>>> .
+??? 5
+<<< 550 Administrative prohibition
+>>> quit
+??? 221
+<<< 221 myhost.test.ex closing connection
+End of script