Support timeout option on malware=
[exim.git] / test / runtest
index 6d4cc1c74db5ae060721dd7b037d30915efd08d6..f79d51e872fb7a62447efc6d64a6a65e7d7ea37c 100755 (executable)
@@ -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/' },
+
   };