diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-11-29 01:36:06 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-11-29 22:56:04 +0000 |
commit | 9042106b5116fcc621e1c720460a42896011c1cd (patch) | |
tree | 9384fc34c1b13a4c148082cd4b0e5aad2d8b8654 /test/scripts | |
parent | ac3ad4262e3fe4b6ca02532c706069251c32106e (diff) |
DKIM: fix relaxed body verify for a newline-only body. Bug 963
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/4500-Domain-Keys-Identified-Mail/4502 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/test/scripts/4500-Domain-Keys-Identified-Mail/4502 b/test/scripts/4500-Domain-Keys-Identified-Mail/4502 index 9f6d62fcd..25ebadde3 100644 --- a/test/scripts/4500-Domain-Keys-Identified-Mail/4502 +++ b/test/scripts/4500-Domain-Keys-Identified-Mail/4502 @@ -50,6 +50,47 @@ QUIT ??? 221 **** # +# This should pass. +# Mail original in aux-fixed/4502.msg2.txt +# Sig generated by: perl aux-fixed/dkim/sign.pl --method=relaxed < aux_fixed/4502.msg2.txt +client 127.0.0.1 PORT_D +??? 220 +HELO xxx +??? 250 +MAIL FROM:<CALLER@bloggs.com> +??? 250 +RCPT TO:<a@test.ex> +??? 250 +DATA +??? 354 +DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=test.ex; h=from:to:subject + :date:mime-version:content-type; s=sel; bh=uoq1oCgLlTqpdDX/iUbLy + 7J1Wic=; b=R8INFWPcNpQCsFaaflR6DMlxeSiNyJzOhC6cd56blJf1Ko4pgXnPP + /iZk1GVEUVvrCg/PUSQZGbXfukFf3iiPeKuq3xLtFHLZ23BcWTBUTK/mBPNQrB6p + YSQAYzZC/3x4DzTlkqgQgBcm78x8SkO2TdaUK/3Ja6HloNp2spUgLQ= +Received: from xxxxxxxx.sproing.at ([127.0.0.1]:6225 helo=xxxxxxxx.sproing.at) + by yyyyyyyyyy.sproing.at with esmtp (Exim 4.86) + (envelope-from <postmaster@sproing.at>) + id 1a2FuN-0007pz-HD + for eximdkimtest@sproing.at; Fri, 27 Nov 2015 11:05:39 +0100 +From: <postmaster@test.ex> +To: <eximdkimtest@sproing.at> +Subject: test +Date: Fri, 27 Nov 2015 11:05:38 +0100 +MIME-Version: 1.0 +Content-Type: text/plain; + + + + + + +. +??? 250 +QUIT +??? 221 +**** +# killdaemon no_stdout_check no_msglog_check |