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
17 MAIL FROM:<CALLER@bloggs.com>
25 Line 1: This is a simple test.
26 Line 2: This is a simple test.
27 ..Line 3 has a leading dot
36 # 2: CHUNKING injection; should be stored as wireformat therefore
37 # onward-send should not use sendfile. Should still be signed, and verify correctly.
38 client 127.0.0.1 PORT_S
47 MAIL FROM:<CALLER@bloggs.com>
54 Line 1: This is a simple test.
55 Line 2: This is a simple test.
56 .Line 3 has a leading dot