Closed
Bug 512416
Opened 16 years ago
Closed 16 years ago
Suppression of junk whitelisting does not work for deferred to server
Categories
(MailNews Core :: Filters, defect)
MailNews Core
Filters
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.0b4
People
(Reporter: rkent, Assigned: rkent)
References
Details
Attachments
(1 file, 1 obsolete file)
|
7.62 KB,
patch
|
Bienvenu
:
review+
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
Junk whitelisting by default is suppressed if the from address matches an identity of the user. But this is not working if the server processing the junk mail is a deferred-to server (like POP3 going to the Local Folders account). This is because the list of email addresses that are determined to be "my" addresses are not being calculated properly.
I think that the proper thing to do is to scan for servers that defer to the current server, and add their email addresses to the "don't whitelist this address" list. I suppose that we could still have failures where people are using filters to copy to a different server, but we can probably live with that.
| Assignee | ||
Comment 1•16 years ago
|
||
Here's the patch. I want to look it over and run with it for a day though.
The other possible approach would be to suppress whitelisting for all emails addresses for all identities. That would also catch the filtered emails. Any opinions on this are welcome.
| Assignee | ||
Updated•16 years ago
|
Whiteboard: [has patch]
| Assignee | ||
Comment 2•16 years ago
|
||
Attachment #398005 -
Attachment is obsolete: true
Attachment #398177 -
Flags: superreview?(bienvenu)
Attachment #398177 -
Flags: review?(bienvenu)
| Assignee | ||
Updated•16 years ago
|
Whiteboard: [has patch] → [needs r/sr bienvenu]
Target Milestone: --- → Thunderbird 3.0b4
Updated•16 years ago
|
Attachment #398177 -
Flags: superreview?(bienvenu)
Attachment #398177 -
Flags: superreview+
Attachment #398177 -
Flags: review?(bienvenu)
Attachment #398177 -
Flags: review+
Comment 3•16 years ago
|
||
Comment on attachment 398177 [details] [diff] [review]
Removed unneeded nsISupportsArray create
[Checkin: Comment 4]
looks reasonable. I think you might end up with duplicates in mEmails if identities are shared, but it shouldn't hurt anything.
Updated•16 years ago
|
Whiteboard: [needs r/sr bienvenu]
| Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
Comment 4•16 years ago
|
||
Comment on attachment 398177 [details] [diff] [review]
Removed unneeded nsISupportsArray create
[Checkin: Comment 4]
http://hg.mozilla.org/comm-central/rev/f1e9c400862d
Attachment #398177 -
Attachment description: Removed unneeded nsISupportsArray create → Removed unneeded nsISupportsArray create
[Checkin: Comment 4]
Updated•16 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Flags: in-testsuite+
Keywords: checkin-needed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•