Correct header sorting for testsuite. Required manual patching, so maybe errors...
[exim.git] / test / stdout / 0179
1
2 ******** SERVER ********
3 Listening on port 1224 ... 
4 Connection request from [127.0.0.1]
5 220 ESMTP
6 EHLO myhost.test.ex
7 250-OK
8 250 HELP
9 MAIL FROM:<CALLER@myhost.test.ex>
10 250 Sender OK
11 RCPT TO:<userx@domain.com>
12 250 Recipient OK
13 DATA
14 350 Send message
15 Received: from CALLER by myhost.test.ex with local (Exim x.yz)
16         (envelope-from <CALLER@myhost.test.ex>)
17         id 10HmaX-0005vi-00
18         for userx@domain.com; Tue, 2 Mar 1999 09:44:33 +0000
19 Date: Tue, 2 Mar 1999 09:44:33 +0000
20 Message-Id: <E10HmaX-0005vi-00@myhost.test.ex>
21 From: CALLER_NAME <CALLER@myhost.test.ex>
22
23 .
24 250 OK
25 MAIL FROM:<CALLER@myhost.test.ex>
26 250 Sender OK
27 RCPT TO:<abcd@domain.com>
28 250 Recipient OK
29 DATA
30 350 Send message
31 Received: from CALLER by myhost.test.ex with local (Exim x.yz)
32         (envelope-from <CALLER@myhost.test.ex>)
33         id 10HmaY-0005vi-00
34         for abcd@domain.com; Tue, 2 Mar 1999 09:44:33 +0000
35 Date: Tue, 2 Mar 1999 09:44:33 +0000
36 Message-Id: <E10HmaY-0005vi-00@myhost.test.ex>
37 From: CALLER_NAME <CALLER@myhost.test.ex>
38
39 .
40 250 OK
41 QUIT
42 250 OK
43 End of script