diff options
author | Ruben Jenster <r.jenster@drachenfels.de> | 2019-07-19 12:56:56 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-07-25 12:21:22 +0100 |
commit | 9fa4d5b45f70b36a46c0d04381a5e05cb39ae3e9 (patch) | |
tree | 49f8890f4cd58ccf34180f4125486c65d560a062 /test/mail/4520.b22 | |
parent | f3ebb786e451da973560f1c9d8cdb151d25108b5 (diff) |
Fix dkim_strict expansion. Bug 2413
Broken since the introduction of dkim support.
Testsuite additions by jgh
Diffstat (limited to 'test/mail/4520.b22')
-rw-r--r-- | test/mail/4520.b22 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/mail/4520.b22 b/test/mail/4520.b22 index 79f090aec..2b1e433e0 100644 --- a/test/mail/4520.b22 +++ b/test/mail/4520.b22 @@ -2,7 +2,7 @@ From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999 Received: from the.local.host.name ([ip4.ip4.ip4.ip4] helo=myhost.test.ex) by myhost.test.ex with esmtp (Exim x.yz) (envelope-from <CALLER@myhost.test.ex>) - id 10HmbI-0005vi-00 + id 10HmbJ-0005vi-00 for b22@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=test.ex; s=sel; h=X-mine:X-mine:X-Mine; @@ -11,12 +11,12 @@ DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=test.ex; /Bzt2ejTfNt7cbQQYHDLajY/q/9W6bGzJm4fBzrWrYgqfvyeXpb8jp2QkwO9zmGMiqmI=; Received: from CALLER by myhost.test.ex with local (Exim x.yz) (envelope-from <CALLER@myhost.test.ex>) - id 10HmbH-0005vi-00 + id 10HmbI-0005vi-00 for b22@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 From: nobody@example.com X-mine: one X-mine: two -Message-Id: <E10HmbH-0005vi-00@myhost.test.ex> +Message-Id: <E10HmbI-0005vi-00@myhost.test.ex> Sender: CALLER_NAME <CALLER@myhost.test.ex> Date: Tue, 2 Mar 1999 09:44:33 +0000 |