Page MenuHomePhabricator

D17501.id42087.diff
No OneTemporary

D17501.id42087.diff

diff --git a/externals/phpmailer/class.phpmailer-lite.php b/externals/phpmailer/class.phpmailer-lite.php
--- a/externals/phpmailer/class.phpmailer-lite.php
+++ b/externals/phpmailer/class.phpmailer-lite.php
@@ -656,6 +656,10 @@
$addr_str .= implode(', ', $addresses);
$addr_str .= $this->LE;
+ // NOTE: This is a narrow hack to fix an issue with 1000+ characters of
+ // recipients, described in T12372.
+ $addr_str = wordwrap($addr_str, 75, "\n ");
+
return $addr_str;
}

File Metadata

Mime Type
text/plain
Expires
Thu, Oct 24, 12:15 AM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6744772
Default Alt Text
D17501.id42087.diff (504 B)

Event Timeline