Test case for retry_include_ip_address
[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-0005vi-00; Tue, 2 Mar 1999 09:44:33 +0000
17 Message-Id: <E10HmaX-0005vi-00@myhost.test.ex>
18 From: CALLER_NAME <CALLER@myhost.test.ex>
19 Date: Tue, 2 Mar 1999 09:44:33 +0000
20
21 .
22 250 OK
23 QUIT
24 250 OK
25 Expected EOF read from client
26 Listening on port 1224 ...
27 Connection request from [127.0.0.1]
28 220
29 EHLO myhost.test.ex
30 220 OK
31 MAIL FROM:<CALLER@myhost.test.ex>
32 250 OK
33 RCPT TO:<d2@myhost.test.ex>
34 450 soft error
35 QUIT
36 250 OK
37 Expected EOF read from client
38 Listening on port 1224 ...
39 Connection request from [127.0.0.1]
40 220
41 EHLO myhost.test.ex
42 220 OK
43 MAIL FROM:<CALLER@myhost.test.ex>
44 250 OK
45 RCPT TO:<d3@myhost.test.ex>
46 550 hard error
47 QUIT
48 250 OK
49 End of script