Closed
Bug 241388
Opened 21 years ago
Closed 20 years ago
case in domain name matters for automatic identitiy selection
Categories
(SeaMonkey :: MailNews: Account Configuration, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ben, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040421
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040421
I have set up multiple identies for an account, which for ok:
me@somedomain.com
me@otherdomain.com
However, if I reply to a mail sent to
me@OtherDomain.com, automatic selection of the identity 'me@otherdomain.com'
fails, and the default identity of the account is used as the sending identity.
Is there a reason to make the match case sensitive here, or shouldn't this be
rather a caseless match? I know case does not matter in host names, but I am not
sure whether case might matter for email accounts (but that would be kind of
obscure, and it would only be relevant here if one person has two identities
that differ only in case of the user part of the email address).
Reproducible: Always
Steps to Reproduce:
1. Create an additional identity for any email account as described in
http://www.mozilla.org/projects/thunderbird/identities.html
2. Send a message to that identity and change a letter in the domain name part
of the address from lower- to uppercase (or vice versa), so that it differs
insignificantly from the identitiy's email address.
3. Read that message and hit 'Reply'.
Actual Results:
The default identity for the account gets selected as the Sender instead of the
additional one.
Expected Results:
The additional identity should have been selected as the Sender.
Updated•21 years ago
|
Product: Browser → Seamonkey
Updated•20 years ago
|
Assignee: sspitzer → mail
Comment 1•20 years ago
|
||
This was fixed as part of bug 253109.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•