DKIM: fix verify under TLS & chunking, with pipelined next command
[exim.git] / test / stdout / 4539
1 Connecting to 127.0.0.1 port 1224 ... connected
2 ??? 220
3 <<< 220 testhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
4 >>> EHLO xxx
5 ??? 250-
6 <<< 250-testhost.test.ex Hello xxx [127.0.0.1]
7 ??? 250-
8 <<< 250-SIZE 52428800
9 ??? 250-
10 <<< 250-8BITMIME
11 ??? 250-
12 <<< 250-PIPELINING
13 ??? 250-
14 <<< 250-CHUNKING
15 ??? 250-
16 <<< 250-STARTTLS
17 ??? 250
18 <<< 250 HELP
19 >>> STARTTLS
20 ??? 220
21 <<< 220 TLS go ahead
22 Attempting to start TLS
23 Succeeded in starting TLS
24 >>> HELO xxx
25 ??? 250
26 <<< 250 testhost.test.ex Hello xxx [127.0.0.1]
27 >>> MAIL FROM:<CALLER@bloggs.com>
28 ??? 250
29 <<< 250 OK
30 >>> RCPT TO:<z@test.ex>
31 ??? 250
32 <<< 250 Accepted
33 >>> DATA
34 ??? 354
35 <<< 354 Enter message, ending with "." on a line by itself
36 >>> Subject: simple test
37 >>> 
38 >>> Line 1: This is a simple test.
39 >>> Line 2: This is a simple test.
40 >>> ..Line 3 has a leading dot
41 >>> extra30chars234567890123456789
42 >>> last line: 4
43 >>> .
44 ??? 250
45 <<< 250 OK id=10HmaZ-0005vi-00
46 >>> QUIT
47 ??? 221
48 <<< 221 testhost.test.ex closing connection
49 End of script
50 Connecting to 127.0.0.1 port 1224 ... connected
51 ??? 220
52 <<< 220 testhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
53 >>> EHLO xxx
54 ??? 250-
55 <<< 250-testhost.test.ex Hello xxx [127.0.0.1]
56 ??? 250-
57 <<< 250-SIZE 52428800
58 ??? 250-
59 <<< 250-8BITMIME
60 ??? 250-
61 <<< 250-PIPELINING
62 ??? 250-
63 <<< 250-CHUNKING
64 ??? 250-
65 <<< 250-STARTTLS
66 ??? 250
67 <<< 250 HELP
68 >>> STARTTLS
69 ??? 220
70 <<< 220 TLS go ahead
71 Attempting to start TLS
72 Succeeded in starting TLS
73 >>> HELO xxx
74 ??? 250
75 <<< 250 testhost.test.ex Hello xxx [127.0.0.1]
76 >>> MAIL FROM:<CALLER@bloggs.com>
77 ??? 250
78 <<< 250 OK
79 >>> RCPT TO:<y@test.ex>
80 ??? 250
81 <<< 250 Accepted
82 >>> BDAT 161 LAST
83 >>> Subject: simple test
84 >>> 
85 >>> Line 1: This is a simple test.
86 >>> Line 2: This is a simple test.
87 >>> .Line 3 has a leading dot
88 >>> extra32chars234567890123456789
89 >>> last line: 4
90 ??? 250-
91 <<< 250- 161 byte chunk, total 161
92 ??? 250
93 <<< 250 OK id=10HmbA-0005vi-00
94 >>> QUIT
95 ??? 221
96 <<< 221 testhost.test.ex closing connection
97 End of script