Hacker News new | ask | show | jobs
Ask HN: Spam Filters
2 points by worldhello 6323 days ago
While going through my gmail inbox today, I marked something as spam and was wondering : When I mark something as spam, and a great deal of other users also mark the mail as spam (because it obviously is), does it disappear from people's mailbox who haven't seen the mail, thus improving the spam filter effectiveness for more people.

Looking around, it seems like spam filters are trained using only certain trusted users. Does this functionality already exist?

2 comments

Gmail is likely using a Bayesian classifier for spam detection. So, it adds the characteristics of the spam to the spam filters, not the message itself.

http://www.paulgraham.com/spam.html

I don't know what gmail does, but what you describe can be done with spamassassin. The Horde webmail program has a way for users to submit false positives and false negatives to the spamassassin training command.