TLS: restore TLS protocol version to default Received: header
[exim.git] / test / runtest
index 3fd125cc098080c7f9679831744708947f704848..82105abe8d701c670a127ccf5b17e5c8b229d641 100755 (executable)
@@ -656,6 +656,7 @@ RESET_AFTER_EXTRA_LINE_READ:
 
   # Separate reporting of TLS version
   s/ver:    TLS1(\.[123])?$/ver:    TLS1.x/;
+  s/ \(TLS1(\.[123])?\) / (TLS1.x) /;
 
   # GnuTLS library error message changes
   s/(No certificate was found|Certificate is required)/The peer did not send any certificate/g;