Use separate line in Received: header for timestamp
[exim.git] / test / stdout / 5402
1 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
2 250-myhost.test.ex Hello CALLER at myhost.test.ex\r
3 250-SIZE 52428800\r
4 250-8BITMIME\r
5 250-PIPELINING\r
6 250 HELP\r
7 250 OK\r
8 250 Accepted\r
9 221 myhost.test.ex closing connection\r
10 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
11 250-myhost.test.ex Hello CALLER at myhost.test.ex\r
12 250-SIZE 52428800\r
13 250-8BITMIME\r
14 250-PIPELINING\r
15 250 HELP\r
16 250 OK\r
17 250 Accepted\r
18 354 Enter message, ending with "." on a line by itself\r
19 250 OK id=10HmaX-0005vi-00\r
20 221 myhost.test.ex closing connection\r
21
22 ******** SERVER ********
23 Listening on port 1224 ... 
24 Connection request from [ip4.ip4.ip4.ip4]
25 220 ESMTP
26 EHLO myhost.test.ex
27 250 OK
28 MAIL FROM:<CALLER@myhost.test.ex>
29 250 Sender OK
30 RCPT TO:<dest@domain.com>
31 250 Recipient OK
32 QUIT
33 250 OK
34 End of script
35 Listening on port 1224 ... 
36 Connection request from [ip4.ip4.ip4.ip4]
37 220 ESMTP
38 EHLO myhost.test.ex
39 250 OK
40 MAIL FROM:<CALLER@myhost.test.ex>
41 250 Sender OK
42 RCPT TO:<dest@domain.com>
43 250 Recipient OK
44 DATA
45 354 Send data
46 Received: from CALLER (helo=myhost.test.ex)
47         by myhost.test.ex with local-esmtp (Exim x.yz)
48         (envelope-from <CALLER@myhost.test.ex>)
49         id 10HmaX-0005vi-00
50         for dest@domain.com;
51         Tue, 2 Mar 1999 09:44:33 +0000
52 Message-Id: <E10HmaX-0005vi-00@myhost.test.ex>
53 From: CALLER_NAME <CALLER@myhost.test.ex>
54 Date: Tue, 2 Mar 1999 09:44:33 +0000
55
56 .
57 250 OK
58 QUIT
59 250 OK
60 End of script