sa-compile
Perl-based spam filter using text analysis
Install
- All systems
-
curl cmd.cat/sa-compile.sh
- Debian
-
apt-get install sa-compile
- Ubuntu
-
apt-get install sa-compile
- Alpine
-
apk add spamassassin
- Arch Linux
-
pacman -S spamassassin
- Kali Linux
-
apt-get install sa-compile
- CentOS
-
yum install spamassassin
- Fedora
-
dnf install spamassassin
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install sa-compile
- Raspbian
-
apt-get install sa-compile
- Dockerfile
- dockerfile.run/sa-compile
- Docker
-
docker run cmd.cat/sa-compile sa-compile
powered by Commando
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.
sa-compile
Tools for compiling SpamAssassin rules into C
sa-compile uses "re2c" to compile the site-wide parts of the SpamAssassin ruleset into C code for more efficient processing by spamd or spamassassin.