From fe53c3b97937be9817d3ae407fcd33d41779aaf2 Mon Sep 17 00:00:00 2001 From: fidian Date: Mon, 5 Mar 2001 15:57:09 +0000 Subject: [PATCH] * Possible fix for GroupWise git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1168 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/smtp.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/smtp.php b/functions/smtp.php index 306e0b4d..36b7751a 100644 --- a/functions/smtp.php +++ b/functions/smtp.php @@ -111,7 +111,8 @@ static $mimeBoundaryString; if ($mimeBoundaryString == "") { - $mimeBoundaryString = GenerateRandomString(70, '\'()+,-./:=?_', 7); + $mimeBoundaryString = "----=" . + GenerateRandomString(60, '\'()+,-./:=?_', 7); } return $mimeBoundaryString; -- 2.25.1