Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / scripts / 4500-DKIM / 4525
1 # DKIM signing, with transport_filter
2 #
3 exim -bd -DSERVER=server -oX PORT_D
4 ****
5 #
6 # baseline (no transport_filter)
7 exim -DOPT=From -odf a@test.ex
8 From: nobody@example.com
9
10 content
11 ****
12 millisleep 500
13 #
14 #
15 # with transport_filter
16 exim -DOPT=From -DFILTER=y -odf b@test.ex
17 From: nobody@example.com
18
19 content
20 ****
21 millisleep 500
22 # with transport_filter and CHUNKING
23 exim -DOPT=From -DFILTER=y -DALLOW=y -odf c@test.ex
24 From: nobody@example.com
25
26 content
27 ****
28 millisleep 500
29 #
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
33
34 content
35
36 --
37 This is a generic mailinglist footer, using a traditional .sig-separator line
38 ----
39 ****
40 millisleep 500
41 exim -DOPT=From -DALLOW=y -odf c@test.ex
42 From: nobody@example.com
43
44 content
45
46 --
47 This is a generic mailinglist footer, using a traditional .sig-separator line
48 ----
49 ****
50 millisleep 500
51 #
52 #
53 killdaemon
54 no_msglog_check