mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-31 21:42:27 +01:00 
			
		
		
		
	Fixed the removeJournal() function #1211
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
		| @@ -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; | ||||
|          } | ||||
|       } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user