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