Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
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 {