ACL: control = queue/first_pass_route
[exim.git] / test / scripts / 4500-DKIM / 4525
CommitLineData
179ed8c3
JH
1# DKIM signing, with transport_filter
2#
3exim -bd -DSERVER=server -oX PORT_D
4****
5#
6# baseline (no transport_filter)
7exim -DOPT=From -odf a@test.ex
8From: nobody@example.com
9
10content
11****
12millisleep 500
13#
14#
15# with transport_filter
16exim -DOPT=From -DFILTER=y -odf b@test.ex
17From: nobody@example.com
18
19content
20****
21millisleep 500
22# with transport_filter and CHUNKING
23exim -DOPT=From -DFILTER=y -DALLOW=y -odf c@test.ex
24From: nobody@example.com
25
26content
27****
28millisleep 500
29#
30# for comparison, mails that should get identical sigs, though not using a transport_filter
31exim -DOPT=From -odf b@test.ex
32From: nobody@example.com
33
34content
35
36--
37This is a generic mailinglist footer, using a traditional .sig-separator line
38----
39****
40millisleep 500
41exim -DOPT=From -DALLOW=y -odf c@test.ex
42From: nobody@example.com
43
44content
45
46--
47This is a generic mailinglist footer, using a traditional .sig-separator line
48----
49****
50millisleep 500
51#
52#
53killdaemon
54no_msglog_check