Florian Schaal
2016-03-22 5ca959fa688255a8de61f89fe2751eb4d24a6912
server/lib/classes/monitor_tools.inc.php
@@ -711,7 +711,10 @@
         }
         if($inHeader == true) {
            $parts = explode(':', $lines[$l], 2);
            if(strtolower($parts[0]) == 'subject') $mailSubject = trim($parts[1]);
            if(strtolower($parts[0]) == 'subject') {
               $mailSubject = trim($parts[1]);
               continue;
            }
            unset($parts);
            $mailHeaders .= trim($lines[$l]) . "\n";
         } else {