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)
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)
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 messages against that database and add a header. The user will have to create the filtering rules on his MUA.
It will help a lot and the user will have some way to interact with the program using only email.
-- Godoy.
Reply to This
Parent
Re:bogofilter (Score:2)