X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/cf407cb650cdf6bff3b624afd5dca677ad54ba4a..cc5a3f43827026193110cb663151a95eac4ee379:/test/runtest diff --git a/test/runtest b/test/runtest index 6d4cc1c74..22fb69fb3 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{7,10}/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/' }, + };