1 # DKIM, CHUNKING, wireformat-spoolfile
3 exim -bd -DSERVER=server -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 127.0.0.1 PORT_S
18 MAIL FROM:<CALLER@bloggs.com>
26 Line 1: This is a simple test.
27 Line 2: This is a simple test.
28 ..Line 3 has a leading dot
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
49 MAIL FROM:<CALLER@bloggs.com>
56 Line 1: This is a simple test.
57 Line 2: This is a simple test.
58 .Line 3 has a leading dot