Ticket #1484635 (closed Bugs: worksforme)

Opened 15 months ago

Last modified 15 months ago

Subject error

Reported by: carmachy Owned by:
Priority: 1 - Highest Milestone:
Component: PHP backend Version: 0.1-rc2
Severity: normal Keywords: subject utf8
Cc:

Description

First sorry for my poor english :)

When the subject line encoded in UTF-8 and the encoded string larger then 64 character, the subject line is broken. In this case the message header diplayed in the message body, and the sender displayed as Unknown.

Attachments

rc_bug1.jpg (66.5 kB) - added by carmachy 15 months ago.
Screenshot from Gmail
rc_bug2.jpg (36.9 kB) - added by carmachy 15 months ago.
The source of the messge

Change History

Changed 15 months ago by carmachy

Screenshot from Gmail

Changed 15 months ago by carmachy

The source of the messge

Changed 15 months ago by thomasb

  • status changed from new to closed
  • resolution set to worksforme
  • component changed from Client to PHP backend
  • severity changed from major to normal
  • milestone deleted

This looks like the old line delimiter problem when using PHP's mail() function. Try to configure an SMTP server or play around with the 'mail_header_delimiter' config parameter

Note: See TracTickets for help on using tickets.