X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/cf407cb650cdf6bff3b624afd5dca677ad54ba4a..9439f85e4de0ea4cd0ddedad9387e50c935073e2:/test/runtest diff --git a/test/runtest b/test/runtest index 6d4cc1c74..f79d51e87 100755 --- a/test/runtest +++ b/test/runtest @@ -806,7 +806,7 @@ RESET_AFTER_EXTRA_LINE_READ: # ========================================================== # MIME boundaries in RFC3461 DSN messages - s/\d{8,10}-eximdsn-\d{8,10}/NNNNNNNNNN-eximdsn-MMMMMMMMMM/; + s/\d{8,10}-eximdsn-\d+/NNNNNNNNNN-eximdsn-MMMMMMMMMM/; # ========================================================== # Some munging is specific to the specific file types @@ -1319,6 +1319,9 @@ $munges = 'no_tpt_filter_epipe' => { 'stderr' => '/^writing error 32: Broken pipe$/' }, + 'optional_cert_hostnames' => + { 'stderr' => '/in tls_verify_cert_hostnames\? no/' }, + };