Debug: "kill" option on ACL control=debug. Bug 1831
[exim.git] / test / runtest
index fa38ca019ae202d899d3ff2257399b5ceb3d6235..2389efafe313c623a05035eb6b195ef10d85bbfd 100755 (executable)
@@ -1414,6 +1414,10 @@ $munges =
     { 'mainlog'   => 's/^(.* SMTP protocol synchronization error .* next input=.{8}).*$/$1<suppressed>/',
       'rejectlog' => 's/^(.* SMTP protocol synchronization error .* next input=.{8}).*$/$1<suppressed>/'},
 
+    'debuglog_stdout' =>
+    { 'stdout' => 's/^\d\d:\d\d:\d\d*  \d+ //;
+                  s/Process \d+ is ready for new message/Process pppp is ready for new message/'
+    },
   };