1 # DKIM signing, with transport_filter
3 exim -bd -DSERVER=server -oX PORT_D
6 # baseline (no transport_filter)
7 exim -DOPT=From -odf a@test.ex
8 From: nobody@example.com
15 # with transport_filter
16 exim -DOPT=From -DFILTER=y -odf b@test.ex
17 From: nobody@example.com
22 # with transport_filter and CHUNKING
23 exim -DOPT=From -DFILTER=y -DALLOW=y -odf c@test.ex
24 From: nobody@example.com
30 # for comparison, mails that should get identical sigs, though not using a transport_filter
31 exim -DOPT=From -odf b@test.ex
32 From: nobody@example.com
37 This is a generic mailinglist footer, using a traditional .sig-separator line
41 exim -DOPT=From -DALLOW=y -odf c@test.ex
42 From: nobody@example.com
47 This is a generic mailinglist footer, using a traditional .sig-separator line