Add new errors mail_4xx, data_4xx, lost_connection, tls_required.
[exim.git] / test / stdout / 0100
CommitLineData
54c5ebb1
PH
1
2******** SERVER ********
3Listening on port 1224 ...
4Connection request from [127.0.0.1]
5220 ESMTP
6EHLO the.local.host.name
7250 OK
8MAIL FROM:<CALLER@test.ex>
9250 Sender OK
10RCPT TO:<userx@domain.com>
11250 Recipient OK
12DATA
13354 Send data
14Received: 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; Tue, 2 Mar 1999 09:44:33 +0000
18..dotheader: This is perfectly legal
19Message-Id: <E10HmbD-0005vi-00@the.local.host.name>
20From: CALLER_NAME <CALLER@test.ex>
21Date: Tue, 2 Mar 1999 09:44:33 +0000
22
23A message containing
24.. a line starting with a dot
25... and one starting with two dots
26..
27The previous one contains only a dot.
28.
29250 OK
30QUIT
31250 OK
32End of script
33Listening on port 1224 ...
34Connection request from [127.0.0.1]
35220 ESMTP
36EHLO the.local.host.name
37250 OK
38MAIL FROM:<CALLER@test.ex>
39250 Sender OK
40RCPT TO:<userx@filtered.com>
41250 Recipient OK
42DATA
43354 Send data
44X-Filtered: just checking
45Received: from CALLER by the.local.host.name with local (Exim x.yz)
46 (envelope-from <CALLER@test.ex>)
47 id 10HmbM-0005vi-00
48 for userx@filtered.com; Tue, 2 Mar 1999 09:44:33 +0000
49..dotheader: This is perfectly legal
50Message-Id: <E10HmbM-0005vi-00@the.local.host.name>
51From: CALLER_NAME <CALLER@test.ex>
52Date: Tue, 2 Mar 1999 09:44:33 +0000
53
54A message containing
55.. a line starting with a dot
56... and one starting with two dots
57..
58The previous one contains only a dot.
59.
60250 OK
61QUIT
62250 OK
63End of script