Browse Source

* Possible fix for GroupWise

Tyler Akins 24 years ago
parent
commit
fc0cacb452
1 changed files with 2 additions and 1 deletions
  1. 2 1
      functions/smtp.php

+ 2 - 1
functions/smtp.php

@@ -111,7 +111,8 @@
       static $mimeBoundaryString;
 
       if ($mimeBoundaryString == "") {
-         $mimeBoundaryString = GenerateRandomString(70, '\'()+,-./:=?_', 7);
+         $mimeBoundaryString = "----=" . 
+	     GenerateRandomString(60, '\'()+,-./:=?_', 7);
       }
 
       return $mimeBoundaryString;