diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-11-14 22:02:59 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-11-14 22:05:26 +0000 |
commit | 9f125d9fab3f3f3dd2244caa28914c256d01c339 (patch) | |
tree | 9220ca093fa282b1b6c3d9c432e22048c6fa84a9 /test/mail/2132.CALLER | |
parent | 5b195d6b9592fcef09b0b3b31390e73226deffc9 (diff) |
TLS: restore TLS protocol version to default Received: header
Broken-by: f1be21cf0b
Diffstat (limited to 'test/mail/2132.CALLER')
-rw-r--r-- | test/mail/2132.CALLER | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/mail/2132.CALLER b/test/mail/2132.CALLER index 1edd49384..42151d143 100644 --- a/test/mail/2132.CALLER +++ b/test/mail/2132.CALLER @@ -1,6 +1,6 @@ From CALLER@test.ex Tue Mar 02 09:44:33 1999 Received: from [127.0.0.1] - by myhost.test.ex with smtps (TLS1.x:ke-RSA-AES256-SHAnnn:xxx) + by myhost.test.ex with smtps (TLS1.x) tls ke-RSA-AES256-SHAnnn (Exim x.yz) (envelope-from <CALLER@test.ex>) id 10HmaX-0005vi-00 @@ -12,7 +12,7 @@ This is a test encrypted message. From "name with spaces"@test.ex Tue Mar 02 09:44:33 1999 Received: from [127.0.0.1] - by myhost.test.ex with smtps (TLS1.x:ke-RSA-AES256-SHAnnn:xxx) + by myhost.test.ex with smtps (TLS1.x) tls ke-RSA-AES256-SHAnnn (Exim x.yz) (envelope-from <"name with spaces"@test.ex>) id 10HmaY-0005vi-00 @@ -24,7 +24,7 @@ This is a test encrypted message. From CALLER@test.ex Tue Mar 02 09:44:33 1999 Received: from [ip4.ip4.ip4.ip4] - by myhost.test.ex with smtps (TLS1.x:ke-RSA-AES256-SHAnnn:xxx) + by myhost.test.ex with smtps (TLS1.x) tls ke-RSA-AES256-SHAnnn (Exim x.yz) (envelope-from <CALLER@test.ex>) id 10HmaZ-0005vi-00 |