Correct header sorting for testsuite. Required manual patching, so maybe errors...
[exim.git] / test / stdout / 0431
1
2 ******** SERVER ********
3 Listening on port 1224 ...
4 Connection request from [127.0.0.1]
5 220 Server ready
6 EHLO myhost.test.ex
7 250 OK
8 MAIL FROM:<CALLER@myhost.test.ex>
9 250 OK
10 RCPT TO:<xxx@a.b>
11 250 OK
12 RCPT TO:<xxx@a.b>
13 250 OK
14 DATA
15 354 Go ahead
16 Received: from CALLER by myhost.test.ex with local (Exim x.yz)
17 (envelope-from <CALLER@myhost.test.ex>)
18 id 10HmaX-0005vi-00; 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 QUIT
26 220 OK
27 End of script
28 Listening on port 1224 ...
29 Connection request from [127.0.0.1]
30 220 Server ready
31 EHLO myhost.test.ex
32 250 OK
33 MAIL FROM:<CALLER@myhost.test.ex>
34 250 OK
35 RCPT TO:<pre-xxx@a.b>
36 250 OK
37 RCPT TO:<xxx+post@a.b>
38 250 OK
39 DATA
40 354 Go ahead
41 Received: from CALLER by myhost.test.ex with local (Exim x.yz)
42 (envelope-from <CALLER@myhost.test.ex>)
43 id 10HmaY-0005vi-00; Tue, 2 Mar 1999 09:44:33 +0000
44 Date: Tue, 2 Mar 1999 09:44:33 +0000
45 Message-Id: <E10HmaY-0005vi-00@myhost.test.ex>
46 From: CALLER_NAME <CALLER@myhost.test.ex>
47
48 .
49 250 OK
50 QUIT
51 220 OK
52 End of script