diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-06-09 21:39:44 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-06-09 22:17:54 +0100 |
commit | 2bc0f45ec0637be57e5d87b576a72cac71ccaf81 (patch) | |
tree | 40b108e275ea63f13fac71e05272cd950d3f3526 /test/mail | |
parent | d8d9f9301c9a31c826635bbdd334bb4be99ea05a (diff) |
DKIM: support timestamp and expiry tags in signing. Bug 2260
Diffstat (limited to 'test/mail')
-rw-r--r-- | test/mail/4520.b | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/mail/4520.b b/test/mail/4520.b index 14ef0ddf6..22b8c62ed 100644 --- a/test/mail/4520.b +++ b/test/mail/4520.b @@ -5,10 +5,8 @@ Received: from the.local.host.name ([ip4.ip4.ip4.ip4] helo=myhost.test.ex) id 10HmbA-0005vi-00 for b@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=From:From; bh=/Ab0giHZitYQbDhFszoqQRUkgqueaX9zatJttIU/plc=; b=n8PsoE - fI7/q6r3UBtnd9bOynzqROT5SwDn/vctQeEYk79CsvhPmpFED/kb7+ojla6+ITBgvyRQMnBMxJwmk - RjvQsvnJD7z/kyB0xJJzWPvcwS8TTJZ0oBUEUJyDmRSzDDTyOGgTWLpxD7QLoWi8WS49/tWUGkub2 - hiGw06hIjc4=; + s=sel; h=From:From; bh=/Ab0giHZitYQbDhFszoqQRUkgqueaX9zatJttIU/plc=; + t=T; x=T+10; b=bbbb; Received: from CALLER by myhost.test.ex with local (Exim x.yz) (envelope-from <CALLER@myhost.test.ex>) id 10HmaZ-0005vi-00 |