SpamAssassin is a rule-based spam identification tool. It's written in Perl, and there are several ways of using it: You can call a client program, spamassassin, and have it determine whether a given message is likely to be spam; you can do essentially the same thing but use a client/server approach so that your client isn't always loading and parsing the rules each time mail comes; or, finally, you can use a Perl module interface to filter spam from a Perl program.
Other interesting parts include using Mail::Audit and some information on Vipul's Razor which is a "distributed, collaborative, spam detection and filtering network." I also particularly enjoyed $spamtest->report_as_spam($mail); which reports a piece of spam to Vipul's Razor.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(shockme) Re: Stopping Spam with SpamAssassin
by shockme (Chaplain) on Mar 09, 2002 at 14:47 UTC | |
|
Re: Stopping Spam with SpamAssassin
by shotgunefx (Parson) on Mar 09, 2002 at 14:51 UTC | |
by IlyaM (Parson) on Mar 09, 2002 at 17:48 UTC | |
by hossman (Prior) on Mar 09, 2002 at 23:57 UTC |