Till Brehm
2016-04-12 8216c5ee690f97b9f8f8ac967dac5c5f3745a00f
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 {