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/0055.userx | |
parent | dea98726252e8f5477d7539e368d6768d7f6001c (diff) |
Use separate line in Received: header for timestamp
Diffstat (limited to 'test/mail/0055.userx')
-rw-r--r-- | test/mail/0055.userx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/mail/0055.userx b/test/mail/0055.userx index d31bc4ab2..0ef68b429 100644 --- a/test/mail/0055.userx +++ b/test/mail/0055.userx @@ -5,7 +5,8 @@ Delivery-date: Tue, 2 Mar 1999 09:44:33 +0000 Received: from CALLER by myhost.ex with local (Exim x.yz) (envelope-from <CALLER@myhost.ex>) id 10HmbA-0005vi-00 - for userx@myhost.ex; Tue, 2 Mar 1999 09:44:33 +0000 + for userx@myhost.ex; + Tue, 2 Mar 1999 09:44:33 +0000 Message-Id: <E10HmbA-0005vi-00@myhost.ex> From: CALLER_NAME <CALLER@myhost.ex> Date: Tue, 2 Mar 1999 09:44:33 +0000 |