diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-11-15 11:19:05 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-11-15 11:24:46 +0000 |
commit | ed1c2748fe762dead160d6c951493808b53934d2 (patch) | |
tree | c8d92af4e33f116c69e792a5d1b98a95d45a1238 /test/mail/3452.userx | |
parent | e4307860d847c4679adb4735698a31065a392752 (diff) |
Testsuite: fix Recieved: header munging for TLS info
Diffstat (limited to 'test/mail/3452.userx')
-rw-r--r-- | test/mail/3452.userx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mail/3452.userx b/test/mail/3452.userx index 9b579541f..6116a01db 100644 --- a/test/mail/3452.userx +++ b/test/mail/3452.userx @@ -1,6 +1,6 @@ From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999 Received: from localhost ([127.0.0.1] helo=myhost.test.ex) - by myhost.test.ex with esmtpsa (TLS1.x) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 + by myhost.test.ex with esmtpsa (TLS1.x:ke-RSA-AES256-SHAnnn:xxx) (Exim x.yz) (envelope-from <CALLER@myhost.test.ex>) id 10HmaZ-0005vi-00 @@ -18,7 +18,7 @@ Test message 1 From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999 Received: from localhost ([127.0.0.1] helo=myhost.test.ex) - by myhost.test.ex with esmtpsa (TLS1.x) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 + by myhost.test.ex with esmtpsa (TLS1.x:ke-RSA-AES256-SHAnnn:xxx) (Exim x.yz) (envelope-from <CALLER@myhost.test.ex>) id 10HmbA-0005vi-00 |