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/4525.b | |
parent | dea98726252e8f5477d7539e368d6768d7f6001c (diff) |
Use separate line in Received: header for timestamp
Diffstat (limited to 'test/mail/4525.b')
-rw-r--r-- | test/mail/4525.b | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/test/mail/4525.b b/test/mail/4525.b index 6cd2538e0..e47b388eb 100644 --- a/test/mail/4525.b +++ b/test/mail/4525.b @@ -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 10HmbA-0005vi-00 - for b@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 + 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; bh=bzHKix52TV0ojCi2kd18gmIw/tcd5TnhO3QM+89xwyk=; b=LcQAFwKN9DL wCbK0mcUtjmEoLaNUjwHmVrilQI1nBWJDoDUzpUl96U8YzdS/+Xut+pdS/YZf3m/Qbcw6ohO9pEmM @@ -12,7 +13,8 @@ DKIM-Signature: v=1; a=rsa-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 10HmaZ-0005vi-00 - for b@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 + for b@test.ex; + Tue, 2 Mar 1999 09:44:33 +0000 From: nobody@example.com Message-Id: <E10HmaZ-0005vi-00@myhost.test.ex> Sender: CALLER_NAME <CALLER@myhost.test.ex> @@ -29,7 +31,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 10HmbE-0005vi-00 - for b@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 + 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; bh=bzHKix52TV0ojCi2kd18gmIw/tcd5TnhO3QM+89xwyk=; b=LcQAFwKN9DL wCbK0mcUtjmEoLaNUjwHmVrilQI1nBWJDoDUzpUl96U8YzdS/+Xut+pdS/YZf3m/Qbcw6ohO9pEmM @@ -38,7 +41,8 @@ DKIM-Signature: v=1; a=rsa-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 10HmbD-0005vi-00 - for b@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 + for b@test.ex; + Tue, 2 Mar 1999 09:44:33 +0000 From: nobody@example.com Message-Id: <E10HmbD-0005vi-00@myhost.test.ex> Sender: CALLER_NAME <CALLER@myhost.test.ex> |