X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/3324ab3f03dc273e0ad6d9c6d91ce78b2ca35e17..484cc1a938bec2546c2475deecdd11d34866a257:/test/scripts/4500-DKIM/4520?ds=sidebyside diff --git a/test/scripts/4500-DKIM/4520 b/test/scripts/4500-DKIM/4520 index 3e5879972..1bc4c6030 100644 --- a/test/scripts/4500-DKIM/4520 +++ b/test/scripts/4500-DKIM/4520 @@ -15,6 +15,39 @@ content exim -DOPT=From:From -odf b@test.ex From: nobody@example.com +content +**** +# +# no header, multi-sign +exim -DOPT=From:=X-Mine -odf b10@test.ex +From: nobody@example.com + +content +**** +# +# double header, multi-sign +exim -DOPT=From:=X-Mine -odf b12@test.ex +From: nobody@example.com +X-mine: one +X-mine: two + +content +**** +# +# +# no header, always-oversign +exim -DOPT=+X-Mine -odf b20@test.ex +From: nobody@example.com + +content +**** +# +# double header, always-oversign +exim -DOPT=+X-Mine -odf b22@test.ex +From: nobody@example.com +X-mine: one +X-mine: two + content **** #