diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-04-22 21:05:55 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-04-22 21:05:55 +0100 |
commit | 798f6588bc18ec6a36ada846406e98d4e0ec9df9 (patch) | |
tree | 0ee9ad9534b15bb10c5597f22562cb8354352eb8 /test/mail | |
parent | 1950cf85b47f7c8407b3318a4f8fc57c0af6d6ba (diff) |
Testsuite: more tidying for Alpine
Diffstat (limited to 'test/mail')
-rw-r--r-- | test/mail/2102.CALLER | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/mail/2102.CALLER b/test/mail/2102.CALLER index 9ca82395f..4f3810356 100644 --- a/test/mail/2102.CALLER +++ b/test/mail/2102.CALLER @@ -1,8 +1,8 @@ -From CALLER@test.ex Tue Mar 02 09:44:33 1999 +From a@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) (Exim x.yz) - (envelope-from <CALLER@test.ex>) + (envelope-from <a@test.ex>) id 10HmaX-0005vi-00 for CALLER@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 tls-certificate-verified: 0 @@ -22,11 +22,11 @@ TLS: cipher=TLS1.x:ke-RSA-AES256-SHAnnn:xxx peerdn= This is a test encrypted message. -From CALLER@test.ex Tue Mar 02 09:44:33 1999 +From b@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) (Exim x.yz) - (envelope-from <CALLER@test.ex>) + (envelope-from <b@test.ex>) id 10HmaZ-0005vi-00 for CALLER@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 tls-certificate-verified: 1 @@ -34,11 +34,11 @@ TLS: cipher=TLS1.x:ke-RSA-AES256-SHAnnn:xxx peerdn=/CN=server2.example.com This is a test encrypted message from a verified host. -From CALLER@test.ex Tue Mar 02 09:44:33 1999 +From c@test.ex Tue Mar 02 09:44:33 1999 Received: from [127.0.0.1] by myhost.test.ex with smtps (TLS1.x:ke-ECDSA-AES256-SHAnnn:xxx) (Exim x.yz) - (envelope-from <CALLER@test.ex>) + (envelope-from <c@test.ex>) id 10HmbA-0005vi-00 for CALLER@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 tls-certificate-verified: 0 |