mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-28 00:09:29 +00:00
(fix) protect ourself from broken SOPE/SOGo installs (fixes #4117)
This commit is contained in:
@@ -364,9 +364,12 @@
|
||||
|
||||
// It does not, let's search in the entire headers
|
||||
if (r1.location == NSNotFound)
|
||||
r1 = [cleaned_message rangeOfCString: "\r\nBcc: "
|
||||
options: 0
|
||||
range: NSMakeRange(0,limit)];
|
||||
{
|
||||
r1 = [cleaned_message rangeOfCString: "\r\nBcc: "
|
||||
options: 0
|
||||
range: NSMakeRange(0,limit)];
|
||||
r1.location += 2;
|
||||
}
|
||||
|
||||
if (r1.location != NSNotFound)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user