mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
journal strip fix
This commit is contained in:
@ -225,6 +225,9 @@ class ModelSearchMessage extends Model {
|
||||
|
||||
|
||||
$p = strstr($msg, "\nX-MS-Journal-Report:");
|
||||
if(!$p) {
|
||||
$p = strstr($msg, "\nX-MS-Exchange-Organization-Auth");
|
||||
}
|
||||
$msg = '';
|
||||
|
||||
if($p) {
|
||||
@ -270,6 +273,10 @@ class ModelSearchMessage extends Model {
|
||||
}
|
||||
|
||||
$p = strstr($msg, "\nX-MS-Journal-Report:");
|
||||
if(!$p) {
|
||||
$p = strstr($msg, "\nX-MS-Exchange-Organization-Auth");
|
||||
}
|
||||
|
||||
if($p) {
|
||||
$has_journal = 1;
|
||||
|
||||
|
Reference in New Issue
Block a user