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/4562.a | |
parent | dea98726252e8f5477d7539e368d6768d7f6001c (diff) |
Use separate line in Received: header for timestamp
Diffstat (limited to 'test/mail/4562.a')
-rw-r--r-- | test/mail/4562.a | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/mail/4562.a b/test/mail/4562.a index 4a83ce6ac..aa346da3a 100644 --- a/test/mail/4562.a +++ b/test/mail/4562.a @@ -5,7 +5,8 @@ Received: from [127.0.0.1] (helo=xxx) by test.ex with smtp (Exim x.yz) (envelope-from <has_arc@bloggs.com>) 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 ARC-Seal: i=1; a=rsa-sha256; cv=none; d=test.ex; s=sel; t=1521752658; b= xcIN0OEpAc3s8riODm31Q6JgmIECch3iVd1LXWwsypGpCY2UFFuo5HhCEf4a043q YZ+zn/MbFFkvwIqleeQkJ7S5UcvfM8dv/V4YnwAe+JD8r79glh/FRq6uKlc0ixLS @@ -33,7 +34,8 @@ Received: from [127.0.0.1] (helo=xxx) by test.ex with smtp (Exim x.yz) (envelope-from <no_arc@bloggs.com>) 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 From: mrgus@text.ex To: bakawolf@yahoo.com Date: Tue, 2 Mar 1999 09:44:33 +0000 |