Closed
Bug 352184
Opened 19 years ago
Closed 19 years ago
mark messages from trusted domains as non junk
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Bienvenu, Assigned: Bienvenu)
Details
(Keywords: fixed1.8.1)
Attachments
(1 file)
8.76 KB,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
I couldn't find a bug about this, though I'm surprised. The idea is that if the sender of an e-mail is in a trusted domain (e.g., your small company), then mark it as non-junk. Even though sender is easily spoofed, it's unlikely to be spoofed, and the risk of missing an internal e-mail because it's in the junk folder is greater than the risk of a false negative, at least for some class of users.
Assignee | ||
Comment 1•19 years ago
|
||
mark mail from senders whose host is in trusted domain as non junk. I moved code from nsMsgContentPolicy into nsMsgUtils.cpp so it could be shared...
Attachment #237773 -
Flags: superreview?(mscott)
Comment 2•19 years ago
|
||
Comment on attachment 237773 [details] [diff] [review]
proposed fix
I agree that's the case for the class of users who are setting this hidden pref.
Attachment #237773 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Comment 3•19 years ago
|
||
fixed on trunk and branch
Comment 4•19 years ago
|
||
(In reply to comment #1)
> mark mail from senders whose host is in trusted domain as non junk.
Where is the "trusted domain" defined? I couldn't find it in my trunk build's options (version 3 alpha 1 (20060923)). Is it "Allow remote images if sender is in my xxxx"? (BTW: it should say: xxxx address book)
Peter, it’s a hidden preference called ‘mail.trusteddomains’, accepting a list of comma-separated domains. This preference can be accessed through the configuration editor which you can find in the advanced tab of Thunderbird’s options.
~Grauw
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•