Move ESMPT LIMITS extension from experimental to mainline
[exim.git] / test / scripts / 4500-DKIM / 4519
1 # DKIM, CHUNKING, wireformat-spoolfile
2 #
3 exim -bd -DSERVER=server -DOPT=dkim -DLIST=Subject -oX PORT_S:PORT_D
4 ****
5 #
6 # 1: non-CHUNKING injection; will not be stored as wireformat therefore
7 # onward-send will not use sendfile.  Should still be signed, and verify correctly.
8 client 127.0.0.1 PORT_S
9 ??? 220
10 EHLO xxx
11 ??? 250-
12 ??? 250-
13 ??? 250-
14 ??? 250-
15 ??? 250-
16 ??? 250-
17 ??? 250
18 MAIL FROM:<CALLER@bloggs.com>
19 ??? 250
20 RCPT TO:<z@test.ex>
21 ??? 250
22 DATA
23 ??? 354
24 Subject: simple test
25
26 Line 1: This is a simple test.
27 Line 2: This is a simple test.
28 ..Line 3 has a leading dot
29 last line: 4
30 .
31 ??? 250
32 QUIT
33 ??? 221
34 ****
35 sleep 1
36 #
37 # 2: CHUNKING injection; should be stored as wireformat therefore
38 # onward-send should not use sendfile.  Should still be signed, and verify correctly.
39 client 127.0.0.1 PORT_S
40 ??? 220
41 EHLO xxx
42 ??? 250-
43 ??? 250-
44 ??? 250-
45 ??? 250-
46 ??? 250-
47 ??? 250-
48 ??? 250
49 MAIL FROM:<CALLER@bloggs.com>
50 ??? 250
51 RCPT TO:<y@test.ex>
52 ??? 250
53 BDAT 129 LAST
54 Subject: simple test
55
56 Line 1: This is a simple test.
57 Line 2: This is a simple test.
58 .Line 3 has a leading dot
59 last line: 4
60 ??? 250-
61 ??? 250
62 QUIT
63 ??? 221
64 ****
65 sleep 1
66 #
67 killdaemon
68 exim -q
69 ****
70 no_msglog_check