]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - test/runtest
Add support in the fakens utility for TLSA records
[user/henk/code/exim.git] / test / runtest
index a3989334d4c73e7c7961461d7e5b0cebbb9385be..aeca824e14c6a2b4ca7e7450d4c224fd55ecf058 100755 (executable)
@@ -994,6 +994,11 @@ RESET_AFTER_EXTRA_LINE_READ:
         @saved = ();
         }
 
+    # Skip hosts_require_dane checks when the options
+    # are unset, because dane ain't always there.
+
+    next if /in\shosts_require_dane\?\sno\s\(option\sunset\)/x;
+
       # Skip some lines that Exim puts out at the start of debugging output
       # because they will be different in different binaries.
 
@@ -1287,6 +1292,9 @@ $munges =
     'gnutls_handshake' =>
     { 'mainlog' => 's/\(gnutls_handshake\): Error in the push function/\(gnutls_handshake\): A TLS packet with unexpected length was received/', },
 
+    'tpda' =>
+    { 'stdout' => '/tpda_delivery_action =/', },
+
   };