eee1b2e4361e0efd027e5f7a10404741a08df4b3
[exim.git] / test / stdout / 0559
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 HELP
13 >>> mail from:<userx@test.ex>\r\nrcpt to:<userx@test.ex>\r\ndata
14 ??? 250
15 <<< 250 OK
16 ??? 250
17 <<< 250 Accepted
18 ??? 354
19 <<< 354 Enter message, ending with "." on a line by itself
20 >>> This is a test message.
21 >>> .
22 +++ 1
23 End of script
24 Connecting to 127.0.0.1 port 1225 ... connected
25 ??? 220
26 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
27 >>> ehlo abcd
28 ??? 250-
29 <<< 250-myhost.test.ex Hello abcd [127.0.0.1]
30 ??? 250-
31 <<< 250-SIZE 52428800
32 ??? 250-
33 <<< 250-PIPELINING
34 ??? 250
35 <<< 250 HELP
36 >>> mail from:<userx@test.ex>\r\nrcpt to:<userx@test.ex>\r\ndata
37 ??? 250
38 <<< 250 OK
39 ??? 250
40 <<< 250 Accepted
41 ??? 354
42 <<< 354 Enter message, ending with "." on a line by itself
43 >>> This is a test message.
44 >>> .\r\nrset
45 ??? 550
46 <<< 550 Synchronization error (data after final dot)
47 End of script