DKIM: support oversigning. Bugs 1309, 1310
[exim.git] / test / scripts / 4500-Domain-Keys-Identified-Mail / 4503
1 # DKIM signing
2 #
3 exim -bd -DSERVER=server -oX PORT_D
4 ****
5 #
6 # single header signed
7 exim -DOPT=From a@test.ex
8 From: nobody@example.com
9
10 content
11 ****
12 #
13 # single header, oversigned
14 exim -DOPT=From:From b@test.ex
15 From: nobody@example.com
16
17 content
18 ****
19 #
20 # default header set
21 exim -DHEADERS_MAXSIZE=y c@test.ex
22 From: nobody@example.com
23
24 content
25 ****
26 millisleep 500
27 killdaemon
28 no_msglog_check