Comment 75 for bug 369150

Revision history for this message
In , Peter Bieringer (pb-bieringer) wrote :

Behavior of 2.0.0.0 final is the same like 2.0.0.0rc1

Just a copy from https://bugzilla.mozilla.org/show_bug.cgi?id=377370, the behavior of reply address handling is completly borken since 2.0.0.0rc1:

Test this and wonder about, that this bug has still not a high priority and is still unconfirmed...

1. Create test mail:

$ cat tmp/mail-umlaut.txt
From: =?iso-8859-1?Q?Sure=F6name=2C_Forename__Dr=2E?= <email address hidden>
To: "Peter Bieringer" <email address hidden>
Subject: Umlauttest

Testmail containing Umlaut and commata in From:
<<END

2. Send mail
$ cat tmp/mail-umlaut.txt | /usr/sbin/sendmail <email address hidden>

Results:

a) Main mail panel / sender column:
Is: Sureöname
Should: Sureöname, Forename Dr.

-> same like in 2.0b2 and 1.5.0.10

b) Mail window / From:
Is: Sureöname, Forename Dr. <email address hidden>
        _________ ______________________________
(break in underlining)

Should: Sureöname, Forename Dr. <email address hidden>
        _________________________________________
(no break in underlining)

Note that a "From" can normally never contain 2 entries

1.5.0.10:
Is: Forename Dr. <email address hidden>
Should: Sureöname, Forename Dr. <email address hidden>

So since 2.0.0.0rc1, it's partially fixed, but "," is treated as address separator.

c) after hitting the reply button / recipients:
Is: To: Peter Bieringer <pbieringer.de>
Should: To: Sureöname, Forename Dr. <email address hidden>

This is now the recipient, not the sender, completly different behavior to 1.5.0.10.