diff --git a/webui/model/search/message.php b/webui/model/search/message.php index 7c6dd16..8d22946 100644 --- a/webui/model/search/message.php +++ b/webui/model/search/message.php @@ -225,6 +225,9 @@ $p = strstr($msg, "\nX-MS-Journal-Report:"); + if(!$p) { + $p = strstr($msg, "\nX-MS-Exchange-Organization-Auth"); + } $msg = ''; if($p) { @@ -270,6 +273,10 @@ } $p = strstr($msg, "\nX-MS-Journal-Report:"); + if(!$p) { + $p = strstr($msg, "\nX-MS-Exchange-Organization-Auth"); + } + if($p) { $has_journal = 1;