Open Bug 317296 Opened 19 years ago Updated 2 years ago

Recipient headers can be invalid if there are invalid chars that aren't quoted

Categories

(Thunderbird :: Message Compose Window, defect)

x86
Windows XP
defect

Tracking

(Not tracked)

People

(Reporter: robzilla, Unassigned)

References

Details

Say you compose an e-mail in Thunderbird, and the recipient (To field) is
   Mailing List: Test <blah@blah.org>

This will result in the following "To:" header:
   To: Mailing List: Test <blah@blah.org>

This header is rejected by some mail sending applications (e.g. qmail's sendmail), and the message gets bounced.

Perhaps this is a problem with qmail, and not with Thunderbird (I don't know what the RFC says, and I don't know which RFC Thunderbird honours), but regardless, it looks bad on Thunderbird when you get bounced messages because of the above.  

The "real name" part of any To, Cc or Bcc address should be automatically put in double quotes if it contains a dangerous character (such as : or ,)

For example, the above should be transformed to:
   To: "Mailing List: Test" <blah@blah.org>
QA Contact: message-compose
Assignee: mscott → nobody
Version: 1.0 → unspecified
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.