Package spamassassin

Spam filter for email which can be invoked from mail delivery agents

https://spamassassin.apache.org/

SpamAssassin provides you with a way to reduce if not completely eliminate
Unsolicited Commercial Email (SPAM) from your incoming email.  It can
be invoked by a MDA such as sendmail or postfix, or can be called from
a procmail script, .forward file, etc.  It uses a genetic-algorithm
evolved scoring system to identify messages which look spammy, then
adds headers to the message so they can be filtered by the user's mail
reading software.  This distribution includes the spamd/spamc components
which create a server that considerably speeds processing of mail.

To enable spamassassin, if you are receiving mail locally, simply add
this line to your ~/.procmailrc:
INCLUDERC=/etc/mail/spamassassin/spamassassin-default.rc

To filter spam for all users, add that line to /etc/procmailrc
(creating if necessary).

Version: 4.0.1

General Commands

sa-awl examine and manipulate SpamAssassin's auto-welcomelist db
sa-check_spamd spamd monitoring script for use with Nagios, etc.
sa-compile compile SpamAssassin ruleset into native code
sa-learn train SpamAssassin's Bayesian classifier
sa-update automate SpamAssassin rule updates
spamassassin extensible email filter used to identify spam
spamassassin-run simple front-end filtering script for SpamAssassin
spamc client for spamd
spamd daemonized version of spamassassin