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/4530.z | |
parent | dea98726252e8f5477d7539e368d6768d7f6001c (diff) |
Use separate line in Received: header for timestamp
Diffstat (limited to 'test/mail/4530.z')
-rw-r--r-- | test/mail/4530.z | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/test/mail/4530.z b/test/mail/4530.z index f81ae7b01..777e6a6ef 100644 --- a/test/mail/4530.z +++ b/test/mail/4530.z @@ -3,7 +3,8 @@ Return-path: <> Received: from localhost ([127.0.0.1] helo=testhost.test.ex) by testhost.test.ex with esmtp (Exim x.yz) id 10HmaX-0005vi-00 - for z@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 + for z@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=Subject; bh=CVpkzY75tV/NCKk5pPx4GnM3NX83xwCiT0xVwo0G1Rs=; b=JTYpVY1D sO37MibaZTC2CgpQAZlz/lRefFQv3Q7JM4D0aUfseT24Xg+kxv3xc5guSzKWQzycm3zie366tHape @@ -13,10 +14,11 @@ Received: from [127.0.0.1] (helo=xxx) by testhost.test.ex with esmtp (Exim x.yz) (envelope-from <CALLER@bloggs.com>) id 10HmaZ-0005vi-00 - for z@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 + for z@test.ex; + Tue, 2 Mar 1999 09:44:33 +0000 Subject: simple test X-body-linecount: 0 -X-message-linecount: 15 +X-message-linecount: 17 X-received-count: 2 Line 1: This is a simple test. |