[Tickets #8635] Re: QP encode bug produces too long line

bugs at horde.org bugs at horde.org
Sun Oct 11 10:33:30 UTC 2009


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/8635
------------------------------------------------------------------------------
  Ticket             | 8635
  Updated By         | maciej.uhlig at us.edu.pl
  Summary            | QP encode bug produces too long line
  Queue              | Horde Groupware Webmail Edition
  Version            | 1.2.4
  Type               | Bug
  State              | Unconfirmed
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


maciej.uhlig at us.edu.pl (2009-10-11 06:32) wrote:

Function quotedPrintableEncode($text, $eol) in lib/Horde/MIME.php  
produces too long output (encoded) line. The symptom is SpamAssassin  
message regarding MIME_QP_LONG_LINE test in a mail message which  
shouldn't happen.

It is suggested to change: "if ($curr_length > 76) {" to "if  
($curr_length > 75) {" although YMMV.






More information about the bugs mailing list