Testsuite: output changes resulting
[exim.git] / test / stdout / 0100
1
2 ******** SERVER ********
3 Listening on port 1224 ... 
4 Connection request from [127.0.0.1]
5 220 ESMTP
6 EHLO the.local.host.name
7 250 OK
8 MAIL FROM:<CALLER@test.ex>
9 250 Sender OK
10 RCPT TO:<userx@domain.com>
11 250 Recipient OK
12 DATA
13 354 Send data
14 Received: from CALLER by the.local.host.name with local (Exim x.yz)
15         (envelope-from <CALLER@test.ex>)
16         id 10HmbD-0005vi-00
17         for userx@domain.com;
18         Tue, 2 Mar 1999 09:44:33 +0000
19 ..dotheader: This is perfectly legal
20 Message-Id: <E10HmbD-0005vi-00@the.local.host.name>
21 From: CALLER_NAME <CALLER@test.ex>
22 Date: Tue, 2 Mar 1999 09:44:33 +0000
23
24 A message containing
25 .. a line starting with a dot
26 ... and one starting with two dots
27 ..
28 The previous one contains only a dot.
29 .
30 250 OK
31 QUIT
32 250 OK
33 End of script
34 Listening on port 1224 ... 
35 Connection request from [127.0.0.1]
36 220 ESMTP
37 EHLO the.local.host.name
38 250 OK
39 MAIL FROM:<CALLER@test.ex>
40 250 Sender OK
41 RCPT TO:<userx@filtered.com>
42 250 Recipient OK
43 DATA
44 354 Send data
45 X-Filtered: just checking
46 Received: from CALLER by the.local.host.name with local (Exim x.yz)
47         (envelope-from <CALLER@test.ex>)
48         id 10HmbM-0005vi-00
49         for userx@filtered.com;
50         Tue, 2 Mar 1999 09:44:33 +0000
51 ..dotheader: This is perfectly legal
52 Message-Id: <E10HmbM-0005vi-00@the.local.host.name>
53 From: CALLER_NAME <CALLER@test.ex>
54 Date: Tue, 2 Mar 1999 09:44:33 +0000
55
56 A message containing
57 .. a line starting with a dot
58 ... and one starting with two dots
59 ..
60 The previous one contains only a dot.
61 .
62 250 OK
63 QUIT
64 250 OK
65 End of script