浏览代码

* Possible fix for GroupWise

Tyler Akins 24 年之前
父节点
当前提交
fc0cacb452
共有 1 个文件被更改,包括 2 次插入1 次删除
  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;