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
23 MAIL FROM:<CALLER@bloggs.com>
31 Line 1: This is a simple test.
32 Line 2: This is a simple test.
33 ..Line 3 has a leading dot
34 extra30chars234567890123456789
43 # 2: CHUNKING injection; should be stored as wireformat therefore
44 # onward-send should not use sendfile. Should still be signed, and verify correctly.
45 client-anytls 127.0.0.1 PORT_S
60 MAIL FROM:<CALLER@bloggs.com>
67 Line 1: This is a simple test.
68 Line 2: This is a simple test.
69 .Line 3 has a leading dot
70 extra32chars234567890123456789