mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Cover more range of long field headers
This commit is contained in:
parent
10934f9cc1
commit
41caaafec9
@ -7031,7 +7031,7 @@ class Mail
|
||||
$needsReplacement = false;
|
||||
foreach((array)$value as &$val)
|
||||
{
|
||||
if (strlen($val) > 998)
|
||||
if (strlen($val)+ strlen($header) > 900)
|
||||
{
|
||||
$needsReplacement = $needsFix = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user