Merge from master into 4.next
[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 -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 millisleep 500
28 killdaemon
29 no_msglog_check