NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
bogofilter (Score:1)
Reply to This
Re:bogofilter (Score:2)
On the flip side, bogofilter is a personal filter, so it's not going to perform that well on larger installations, which kind of breaks the point of being so much faster, doesn't it?
Re:bogofilter (Score:1)
Re:bogofilter (Score:2)
See my talk on this at the spam conference.
Re:bogofilter (Score:1)
Re:bogofilter (Score:3, Informative)
Re:bogofilter (Score:1)
Being a Bayesian filter, it assumes there's a clear line between spam and non-spam. The more people you put in the same filter, the fuzzier that line may get. It's attempting to emulate your personal in-your-head filter.
Re:bogofilter (Score:1)
Re:bogofilter (Score:1)
Hence the phrase "personal filter". :)
Re:bogofilter (Score:1)
BTW, it is also important to reduce server load if you try implementing some automated way to handle spam.
I've been thinking about writing something that will be run from an alias such as $USER-spam and $USER-ham (it will have to check the origin of the message: only the user himself can send messages to these addresses) and will classify the message as one of those using the user's database. Then, procmail or some other thing can compare messag
-- Godoy.
Re:bogofilter (Score:2)