More test commits.
[exim.git] / test / stdout / 0460
1 Connecting to 127.0.0.1 port 1225 ... connected
2 ??? 220
3 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
4 >>> ehlo rhu.barb
5 ??? 250-
6 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
7 ??? 250-
8 <<< 250-SIZE 52428800
9 ??? 250-
10 <<< 250-PIPELINING
11 ??? 250
12 <<< 250 HELP
13 >>> mail from:<userx@test.ex>
14 ??? 250
15 <<< 250 OK
16 >>> rcpt to:<userx@test.ex>
17 ??? 250
18 <<< 250 Accepted
19 >>> DATA
20 ??? 3
21 <<< 354 Enter message, ending with "." on a line by itself
22 >>> From: x@y
23 >>> To: some@one
24 >>> Subject: contains >\n< bare lf
25 >>> Aheader: Another header line
26 >>>
27 >>> This is the message body.
28 >>> .
29 ??? 2
30 <<< 250 OK id=10HmaX-0005vi-00
31 >>> mail from:<userx@test.ex>
32 ??? 250
33 <<< 250 OK
34 >>> rcpt to:<userx@test.ex>
35 ??? 250
36 <<< 250 Accepted
37 >>> DATA
38 ??? 3
39 <<< 354 Enter message, ending with "." on a line by itself
40 >>> From: x@y\nBheader: some text
41 >>> To: some@one
42 >>> Subject: contains >\n< bare lf
43 >>> Aheader: Another header line
44 >>>
45 >>> This is the message body.
46 >>> .
47 ??? 2
48 <<< 250 OK id=10HmaY-0005vi-00
49 >>> QUIT
50 ??? 221
51 <<< 221 myhost.test.ex closing connection
52 End of script