Closed
Bug 106718
Opened 24 years ago
Closed 24 years ago
"mail.smtpservers" gets corrupt
Categories
(SeaMonkey :: MailNews: Account Configuration, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
mozilla0.9.7
People
(Reporter: bugzilla, Assigned: racham)
Details
just saw that my mail.smtpservers is looking like this in my prefs.js
user_pref
("mail.smtpservers", "smtp2,smtp2,smtp2,smtp2,smtp2,smtp2,smtp2,smtp2,smtp2,smtp
2,smtp2,smtp1,smtp2");
wow.. parhaps we should just strip dupes when we write the mail.smtpservers
pref?
Updated•24 years ago
|
Target Milestone: mozilla0.9.7 → mozilla0.9.9
| Reporter | ||
Comment 1•24 years ago
|
||
this corruption can lead to the famous error message:
"sending of message failed"
after looking at the smtpservers line I found this:
user_pref("mail.smtpservers", "smtp1,smtp2,smtp1");
when removing the dupe smtp1 I could againg send mesages!
I think we could save a lot of users from gettting the sending of mesage failed
error if this baby was fixed...
Comment 2•24 years ago
|
||
It sounds like this may be causing the problems we're seeing in 108892. Can we
look into this?
Target Milestone: mozilla0.9.9 → mozilla0.9.6
Comment 3•24 years ago
|
||
Bhuvan, was this related to 108892?
It may be ultimately linked to bug 108912 also as we have been allowing the
creation of smtp servers on empty server keys. Patch in that bug skips all such
creations and whenever there is a valid key that uniquely maps to a server.
Ninoschka, can you verify this bug also (if it can be reproduced with builds
dating back from today...try creating bunch of accounts, get into accountmanager
panel, click OK. Repeat it couple of times and keep a check on mail.smtpservers
pref in prefs.js) ? If he list grows as reported in the bug, please try with
tomorrow's build and update us.
Henrik,
can you let update the bug with all entries of the following format from your
prefs file and also let us know the identity of the account that you had
problems with (OR if you don't mind, please send me/post your prefs.js file
in question).
("mail.identity.idX.smtpServer", "");
ref : in idX, X can range from 1....n (number of smtp server creations you might
have gone through). Also use tomorrow's build and update the bug if you still
see the problem.
thanks,
bhuvan.
| Reporter | ||
Comment 5•24 years ago
|
||
I've manually corrected the problem so I no longer have the prefs.js file with
the problemed smtpservers.
Using build 20011108 I'm no longer able to reproduce the problem when I
manually insert a dupe smtpserver so that I have:
user_pref("mail.smtpservers", "smtp1,smtp2,smtp1");
even though that mozilla doesn't remove the dupe entries in smtpservers.
Perhaps it should do that.
Comment 6•24 years ago
|
||
It sounds like this isn't going to happen anymore. I'm going to mark
Worksforme. I'm not sure if we can get into this state still, but it might be
worthwhile to file a bug about fixing up the server list when there are dups.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Target Milestone: mozilla0.9.6 → mozilla0.9.7
| Reporter | ||
Comment 7•24 years ago
|
||
verified.
bug 117924 filed about stripping dupes in mail.smtpservers
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•