mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 00:21:59 +01:00
Fixed the removeJournal() function #1211
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
aea0cf865d
commit
e61cde8737
@ -147,7 +147,7 @@ class Piler_Mime_Decode {
|
||||
$s = self::remove_LF($message);
|
||||
if(strpos($s, $EOL . $EOL)) {
|
||||
list($headers, $body) = explode($EOL . $EOL, $s, 2);
|
||||
if(strstr($headers, "\nX-MS-Journal-Report:")) {
|
||||
if(!strstr($headers, "\nX-MS-Journal-Report:")) {
|
||||
return $has_journal;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user