diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-02-07 21:14:37 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-02-10 00:03:26 +0000 |
commit | 8ef02a06b1fccc921e34c48633a1d4659326dacc (patch) | |
tree | 8d5aff98bfdf54434d85e6f105e8feb48711beb1 /test/scripts | |
parent | 2c9f7ff8e77f13267519311c294eba51e5ea1b38 (diff) |
DKIM: support oversigning. Bugs 1309, 1310
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/4500-Domain-Keys-Identified-Mail/4503 | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/test/scripts/4500-Domain-Keys-Identified-Mail/4503 b/test/scripts/4500-Domain-Keys-Identified-Mail/4503 index cebc62dc3..45be7c2c6 100644 --- a/test/scripts/4500-Domain-Keys-Identified-Mail/4503 +++ b/test/scripts/4500-Domain-Keys-Identified-Mail/4503 @@ -2,7 +2,23 @@ # exim -bd -DSERVER=server -oX PORT_D **** -exim a@test.ex +# +# single header signed +exim -DOPT=From a@test.ex +From: nobody@example.com + +content +**** +# +# single header, oversigned +exim -DOPT=From:From b@test.ex +From: nobody@example.com + +content +**** +# +# default header set +exim -DHEADERS_MAXSIZE=y c@test.ex From: nobody@example.com content |