Testsuite: testcase for DKIM bug 2029
[exim.git] / test / scripts / 4500-DKIM / 4520
1 # DKIM signing
2 #
3 exim -bd -DSERVER=server -oX PORT_D
4 ****
5 #
6 # single header signed
7 exim -DOPT=From -odf a@test.ex
8 From: nobody@example.com
9 From: second@example.com
10
11 content
12 ****
13 #
14 # single header, oversigned
15 exim -DOPT=From:From -odf b@test.ex
16 From: nobody@example.com
17
18 content
19 ****
20 #
21 # default header set
22 exim -DHEADERS_MAXSIZE=y -odf c@test.ex
23 From: nobody@example.com
24
25 content
26 ****
27 #
28 # check that on signing we warn in debug mode about verify problems
29 exim -d-all+acl -DHEADERS_MAXSIZE=y -DSELECTOR=sel_bad -odf d@test.ex
30 From: nobody@example.com
31
32 content
33 ****
34 #
35 millisleep 500
36 killdaemon
37 no_msglog_check