diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-05-25 01:35:43 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-05-25 01:35:43 +0100 |
commit | eae427c645a7d0e2051b0600d2e4235789740132 (patch) | |
tree | c21ba6b82edefb37466dc383a726d6362387ea54 /test/mail/4541.a | |
parent | dea98726252e8f5477d7539e368d6768d7f6001c (diff) |
Use separate line in Received: header for timestamp
Diffstat (limited to 'test/mail/4541.a')
-rw-r--r-- | test/mail/4541.a | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/mail/4541.a b/test/mail/4541.a index e1c95f022..660be9452 100644 --- a/test/mail/4541.a +++ b/test/mail/4541.a @@ -3,7 +3,8 @@ 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 10HmaY-0005vi-00 - for a@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 + for a@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; bh=/Ab0giHZitYQbDhFszoqQRUkgqueaX9zatJttIU/plc=; b=toy5chxow6W 7Nn3qMvjZs+i0H00bQfi+6nakV6i36cRrZM/oWziHrc5IfYZuQunWNUA9UHnatK35Nsl7ZJRBU4em @@ -16,7 +17,8 @@ DKIM-Signature: v=1; a=ed25519-sha256; q=dns/txt; c=relaxed/relaxed; d=test.ex Received: from CALLER by myhost.test.ex with local (Exim x.yz) (envelope-from <CALLER@myhost.test.ex>) id 10HmaX-0005vi-00 - for a@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 + for a@test.ex; + Tue, 2 Mar 1999 09:44:33 +0000 From: nobody@example.com Message-Id: <E10HmaX-0005vi-00@myhost.test.ex> Sender: CALLER_NAME <CALLER@myhost.test.ex> |