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/4524.c | |
parent | dea98726252e8f5477d7539e368d6768d7f6001c (diff) |
Use separate line in Received: header for timestamp
Diffstat (limited to 'test/mail/4524.c')
-rw-r--r-- | test/mail/4524.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/mail/4524.c b/test/mail/4524.c index 92d09afb7..8e61da1da 100644 --- a/test/mail/4524.c +++ b/test/mail/4524.c @@ -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 c@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 + for c@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=ses; h=From:To:Subject; bh=/Ab0giHZitYQbDhFszoqQRUkgqueaX9zatJttIU/plc=; b= hjRHwrwAxKFsul1+Bj1XU0YSi0cMQO5hzSItwtaAP++3E9DdxAzeenuRmCyL4o5NQSWY9gMArptRz @@ -16,7 +17,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 10HmaX-0005vi-00 - for c@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 + for c@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> |