Closed
Bug 204679
Opened 22 years ago
Closed 22 years ago
[junk] Run Junk Mail Control on Folder doesn't respect Address Book white list
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.4final
People
(Reporter: esther, Assigned: sspitzer)
Details
(Whiteboard: [adt2])
Attachments
(2 files, 1 obsolete file)
1.50 KB,
patch
|
sspitzer
:
review+
sspitzer
:
superreview+
sspitzer
:
approval1.4+
|
Details | Diff | Splinter Review |
1.64 KB,
patch
|
sspitzer
:
review+
Bienvenu
:
superreview+
sspitzer
:
approval1.4+
|
Details | Diff | Splinter Review |
Using trunk builds 20030502 on winxp, macos and linux the menu item to "Run Junk
Mail Control on Folder" does not respect the address book white list.
Note, this was part of bug180029 but that bug may not get fixed this time around.
1. Launch app, open a profile with a good Junk Mail Control training file
2. Open an IMAP mail account add a name to your name to your Personal Address book
3. Disable Junk Mail Controls for that IMAP account.
4. Select a piece of mail that had been analyzed as Junk Mail and move it to a
Local Folder.
5. Open that Mail message and Edit it as New (option under Message menu), change
the From to your IMAP account and Send the message to yourself.
6. Get message for that IMAP account- The message should arrive in Inbox and not
be marked as Junk since you disabled JMC.
7. Select the IMAP folder, then "Run Junk Mail Control on Folder"
Result: That message is analyzed as Junk
Expected: That message should not be analyzed as Junk because the sender is in
your address book.
nsbeta1 nominating
Assignee: mscott → sspitzer
Keywords: nsbeta1
Comment 2•22 years ago
|
||
adt: nsbeta1+/adt2
Assignee | ||
Comment 3•22 years ago
|
||
Assignee | ||
Comment 4•22 years ago
|
||
Attachment #123375 -
Attachment is obsolete: true
Assignee | ||
Comment 5•22 years ago
|
||
Comment on attachment 123376 [details] [diff] [review]
updated patch
this has r/sr=bienvenu, a=sspitzer
Attachment #123376 -
Flags: superreview+
Attachment #123376 -
Flags: review+
Attachment #123376 -
Flags: approval1.4+
Assignee | ||
Comment 6•22 years ago
|
||
fixed.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.4final
Assignee | ||
Comment 7•22 years ago
|
||
david pointed something out that I need to fix.
instead of classifying whitelisted messages as "Good", we should be skipping them
say a message (from someone in your PAb) is marked as junk, you did that manually.
when you marked it, it updated the training data.
now, you do "Run JMC on folder"
if we don't skip it, we'd mark it as good. (which would be annoying if a
spammer was in your PAB, because we collected it)
and them if you marked it junk again, we'd update the training data again.
Assignee | ||
Comment 8•22 years ago
|
||
Attachment #123376 -
Attachment is obsolete: true
Comment 9•22 years ago
|
||
Comment on attachment 123456 [details] [diff] [review]
patch, skip over instead of mark as good.
r/sr=bienvenu
Attachment #123456 -
Flags: superreview+
Assignee | ||
Comment 10•22 years ago
|
||
Comment on attachment 123456 [details] [diff] [review]
patch, skip over instead of mark as good.
this was checked in.
Attachment #123456 -
Flags: review+
Attachment #123456 -
Flags: approval1.4+
Assignee | ||
Comment 11•22 years ago
|
||
Comment on attachment 123376 [details] [diff] [review]
updated patch
this was checked in, so un-obsoleting.
but I also checked in a supplimental patch.
Attachment #123376 -
Attachment is obsolete: false
Reporter | ||
Comment 12•22 years ago
|
||
using trunk build 20030519 on winxp, macosx and linux this is fixed and verified.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•