diff options
author | LukenShiro <lukenshiro@ngi.it> | 2010-05-11 22:55:02 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:55:02 +0200 |
commit | 5353c184c86aed67139de4eec525ae4e29724c50 (patch) | |
tree | 2e4b8db366f502641de12e387d1453d62ebdfd02 /network/spamassassin/README | |
parent | 514dcdf4e2f4e11c75ec9b78be869fa9999da133 (diff) | |
download | slackbuilds-5353c184c86aed67139de4eec525ae4e29724c50.tar.gz |
network/spamassassin: Added to 12.1 repository
Diffstat (limited to 'network/spamassassin/README')
-rw-r--r-- | network/spamassassin/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/network/spamassassin/README b/network/spamassassin/README new file mode 100644 index 0000000000..f0558e3253 --- /dev/null +++ b/network/spamassassin/README @@ -0,0 +1,16 @@ +spamassassin - perl e-mail filter to identify spam + +Spamassassin is an intelligent email filter which uses a diverse range +of tests to identify unsolicited bulk email, more commonly known as Spam. +These tests are applied to email headers and content to classify email using +advanced statistical methods. It has a modular architecture that allows +other technologies to be quickly wielded against spam and is designed for +easy integration into virtually any email system. + +spamassassin requires: +- for basic functions, perl-digest-sha1, perl-net-dns and perl-html-parser. +- for sa-compile (to compile regex into c code): re2c. +- for sa-update (to update spamassassin rules): libwww-perl. +All required packages are available from SlackBuilds.org. + +For advanced functions it may rely on other (optional) perl modules. |