ARC: Fix signing for case when DKIM signing failed
[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; Tue, 2 Mar 1999 09:44:33 +0000
18 ..dotheader: This is perfectly legal
19 Message-Id: <E10HmbD-0005vi-00@the.local.host.name>
20 From: CALLER_NAME <CALLER@test.ex>
21 Date: Tue, 2 Mar 1999 09:44:33 +0000
22
23 A message containing
24 .. a line starting with a dot
25 ... and one starting with two dots
26 ..
27 The previous one contains only a dot.
28 .
29 250 OK
30 QUIT
31 250 OK
32 End of script
33 Listening on port 1224 ...
34 Connection request from [127.0.0.1]
35 220 ESMTP
36 EHLO the.local.host.name
37 250 OK
38 MAIL FROM:<CALLER@test.ex>
39 250 Sender OK
40 RCPT TO:<userx@filtered.com>
41 250 Recipient OK
42 DATA
43 354 Send data
44 X-Filtered: just checking
45 Received: 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
50 Message-Id: <E10HmbM-0005vi-00@the.local.host.name>
51 From: CALLER_NAME <CALLER@test.ex>
52 Date: Tue, 2 Mar 1999 09:44:33 +0000
53
54 A message containing
55 .. a line starting with a dot
56 ... and one starting with two dots
57 ..
58 The previous one contains only a dot.
59 .
60 250 OK
61 QUIT
62 250 OK
63 End of script