1 # DKIM, CHUNKING, wireformat-spoolfile
3 exim -bd -DSERVER=server -DSRV=tls -DOPT=dkim -DLIST=Subject -oX PORT_S:PORT_D
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-anytls 127.0.0.1 PORT_S
22 MAIL FROM:<CALLER@bloggs.com>
30 Line 1: This is a simple test.
31 Line 2: This is a simple test.
32 ..Line 3 has a leading dot
33 extra30chars234567890123456789
42 # 2: CHUNKING injection; should be stored as wireformat therefore
43 # onward-send should not use sendfile. Should still be signed, and verify correctly.
44 client-anytls 127.0.0.1 PORT_S
58 MAIL FROM:<CALLER@bloggs.com>
65 Line 1: This is a simple test.
66 Line 2: This is a simple test.
67 .Line 3 has a leading dot
68 extra32chars234567890123456789