Testsuite: tidying
[exim.git] / test / stdout / 0374
1
2 ******** SERVER ********
3 Listening on port 1224 ... 
4 Connection request from [127.0.0.1]
5 220
6 EHLO myhost.test.ex
7 220 OK
8 MAIL FROM:<CALLER@myhost.test.ex>
9 250 OK
10 RCPT TO:<d1@myhost.test.ex>
11 250 OK
12 DATA
13 334 send more
14 Received: from CALLER by myhost.test.ex with local (Exim x.yz)
15         (envelope-from <CALLER@myhost.test.ex>)
16         id 10HmaX-000000005vi-0000;
17         Tue, 2 Mar 1999 09:44:33 +0000
18 Message-Id: <E10HmaX-000000005vi-0000@myhost.test.ex>
19 From: CALLER_NAME <CALLER@myhost.test.ex>
20 Date: Tue, 2 Mar 1999 09:44:33 +0000
21
22 .
23 250 OK
24 QUIT
25 250 OK
26 Expected EOF read from client
27 Listening on port 1224 ... 
28 Connection request from [127.0.0.1]
29 220
30 EHLO myhost.test.ex
31 220 OK
32 MAIL FROM:<CALLER@myhost.test.ex>
33 250 OK
34 RCPT TO:<d2@myhost.test.ex>
35 450 soft error
36 QUIT
37 250 OK
38 Expected EOF read from client
39 Listening on port 1224 ... 
40 Connection request from [127.0.0.1]
41 220
42 EHLO myhost.test.ex
43 220 OK
44 MAIL FROM:<CALLER@myhost.test.ex>
45 250 OK
46 RCPT TO:<d3@myhost.test.ex>
47 550 hard error
48 QUIT
49 250 OK
50 End of script