spamc
Client for SpamAssassin spam filtering daemon
Install
- All systems
-
curl cmd.cat/spamc.sh
- Debian
-
apt-get install spamc
- Ubuntu
-
apt-get install spamc
- Arch Linux
-
pacman -S spamc
- Kali Linux
-
apt-get install spamc
- CentOS
-
yum install spamc
- Fedora
-
dnf install spamc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install spamc
- Raspbian
-
apt-get install spamc
- Dockerfile
- dockerfile.run/spamc
spamc
Client for SpamAssassin spam filtering daemon
spamc is the client to communicate with spamd, the daemonized form of SpamAssassin (see the spamassassin package). It is written in C for maximum speed and minimum loading overhead. spamc is quite useful for integrating spamassassin into an MTA or into a .procmailrc file because of its speed. This package is useless unless you have spamassassin installed, either on this machine or another local machine (i.e. a mail server).
spamassassin
Perl-based spam filter using text analysis
SpamAssassin is a very powerful and fully configurable spam filter with numerous features including automatic white-listing, RBL testing, Bayesian analysis, header and body text analysis. It is designed to be called from a user's .procmail or .forward file, but can also be integrated into a Mail Transport Agent (MTA). Included in this package is a daemonized form of spamassassin (spamd) which communicates with its client (spamc) via TCP, to reduce the overhead of loading perl with each message. To take advantage of this, you must install the spamc package.