From ab9152ffe9c9930a60e337926e89eb41b1088659 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 9 Feb 2016 23:27:59 +0000 Subject: DKIM: fix selection of header for signing/verification given several. Bug 1792 --- test/scripts/4500-Domain-Keys-Identified-Mail/4503 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'test/scripts') diff --git a/test/scripts/4500-Domain-Keys-Identified-Mail/4503 b/test/scripts/4500-Domain-Keys-Identified-Mail/4503 index 45be7c2c6..140e6d6bf 100644 --- a/test/scripts/4500-Domain-Keys-Identified-Mail/4503 +++ b/test/scripts/4500-Domain-Keys-Identified-Mail/4503 @@ -4,21 +4,22 @@ exim -bd -DSERVER=server -oX PORT_D **** # # single header signed -exim -DOPT=From a@test.ex +exim -DOPT=From -odf a@test.ex From: nobody@example.com +From: second@example.com content **** # # single header, oversigned -exim -DOPT=From:From b@test.ex +exim -DOPT=From:From -odf b@test.ex From: nobody@example.com content **** # # default header set -exim -DHEADERS_MAXSIZE=y c@test.ex +exim -DHEADERS_MAXSIZE=y -odf c@test.ex From: nobody@example.com content -- cgit v1.2.3