Check for lost connection or unexpected input at end of message.
[exim.git] / test / stdout / 2029
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 abcd
5 ??? 250-
6 <<< 250-myhost.test.ex Hello abcd [127.0.0.1]
7 ??? 250-
8 <<< 250-SIZE 52428800
9 ??? 250-
10 <<< 250-PIPELINING
11 ??? 250-
12 <<< 250-STARTTLS
13 ??? 250
14 <<< 250 HELP
15 >>> starttls
16 ??? 220
17 <<< 220 TLS go ahead
18 Attempting to start TLS
19 Succeeded in starting TLS
20 >>> mail from:<userx@test.ex>
21 ??? 250
22 <<< 250 OK
23 >>> rcpt to:<userx@test.ex>
24 ??? 250
25 <<< 250 Accepted
26 >>> data
27 ??? 354
28 <<< 354 Enter message, ending with "." on a line by itself
29 >>> This is a test message.
30 >>> .
31 +++ 1
32 End of script
33 Connecting to 127.0.0.1 port 1225 ... connected
34 ??? 220
35 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
36 >>> ehlo abcd
37 ??? 250-
38 <<< 250-myhost.test.ex Hello abcd [127.0.0.1]
39 ??? 250-
40 <<< 250-SIZE 52428800
41 ??? 250-
42 <<< 250-PIPELINING
43 ??? 250-
44 <<< 250-STARTTLS
45 ??? 250
46 <<< 250 HELP
47 >>> starttls
48 ??? 220
49 <<< 220 TLS go ahead
50 Attempting to start TLS
51 Succeeded in starting TLS
52 >>> mail from:<userx@test.ex>
53 ??? 250
54 <<< 250 OK
55 >>> rcpt to:<userx@test.ex>
56 ??? 250
57 <<< 250 Accepted
58 >>> data
59 ??? 354
60 <<< 354 Enter message, ending with "." on a line by itself
61 >>> This is a test message.
62 >>> .\r\nrset
63 +++ 1
64 End of script