Correct header sorting for testsuite. Required manual patching, so maybe errors...
[exim.git] / test / stdout / 0015
1
2 ******** SERVER ********
3 Listening on port 1224 ... 
4 Connection request from [127.0.0.1]
5 220 Server ready
6 EHLO the.local.host.name
7 250 OK
8 MAIL FROM:<CALLER@test.ex>
9 250 OK
10 RCPT TO:<userx@Test.Ex>
11 250 OK
12 DATA
13 300 go ahead
14 Received: from CALLER by the.local.host.name with local (Exim x.yz)
15         (envelope-from <CALLER@test.ex>)
16         id 10HmbE-0005vi-00
17         for S+userx@Test.Ex; Tue, 2 Mar 1999 09:44:33 +0000
18 Date: Tue, 2 Mar 1999 09:44:33 +0000
19 Message-Id: <E10HmbE-0005vi-00@the.local.host.name>
20 From: CALLER_NAME <CALLER@test.ex>
21
22 More text.
23 .
24 250 OK
25 QUIT
26 250 OK
27 End of script
28 Listening on port 1224 ... 
29 Connection request from [127.0.0.1]
30 220 Server ready
31 EHLO the.local.host.name
32 250 OK
33 MAIL FROM:<CALLER@test.ex>
34 250 OK
35 RCPT TO:<Userx@Test.Ex>
36 250 OK
37 DATA
38 300 go ahead
39 Received: from CALLER by the.local.host.name with local (Exim x.yz)
40         (envelope-from <CALLER@test.ex>)
41         id 10HmbG-0005vi-00
42         for Userx-S@Test.Ex; Tue, 2 Mar 1999 09:44:33 +0000
43 Date: Tue, 2 Mar 1999 09:44:33 +0000
44 Message-Id: <E10HmbG-0005vi-00@the.local.host.name>
45 From: CALLER_NAME <CALLER@test.ex>
46
47 More text.
48 .
49 250 OK
50 QUIT
51 250 OK
52 End of script