Correct header sorting for testsuite. Required manual patching, so maybe errors...
[exim.git] / test / stdout / 0554
1 +++++++++++++++++++++++++++
2   R:x@y:<CALLER@myhost.test.ex> -44 13121 SMTP error from remote mail server after RCPT TO:<x@y>: host 127.0.0.1 [127.0.0.1]: 451 Temporary error
3 first failed = time last try = time2 next try = time2 + 1
4 +++++++++++++++++++++++++++
5
6 ******** SERVER ********
7 Listening on port 1224 ... 
8 Connection request from [127.0.0.1]
9 220 Server ready
10 EHLO myhost.test.ex
11 250 OK
12 MAIL FROM:<CALLER@myhost.test.ex>
13 250 OK
14 RCPT TO:<x@y>
15 451 Temporary error
16 QUIT
17 250 OK
18 End of script
19 Listening on port 1224 ... 
20 Connection request from [127.0.0.1]
21 220 Server ready
22 EHLO myhost.test.ex
23 250 OK
24 MAIL FROM:<CALLER@myhost.test.ex>
25 250 OK
26 RCPT TO:<x@y>
27 250 OK
28 DATA
29 354 Go Ahead
30 Received: from CALLER by myhost.test.ex with local (Exim x.yz)
31         (envelope-from <CALLER@myhost.test.ex>)
32         id 10HmaX-0005vi-00
33         for x@y; Tue, 2 Mar 1999 09:44:33 +0000
34 Date: Tue, 2 Mar 1999 09:44:33 +0000
35 Message-Id: <E10HmaX-0005vi-00@myhost.test.ex>
36 From: CALLER_NAME <CALLER@myhost.test.ex>
37
38 .
39 250 OK
40 QUIT
41 250 OK
42 End of script