diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-08-24 19:46:39 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-08-24 19:46:39 +0000 |
commit | ed728fb611d10d69e1e65f5068b8756ae02eabe0 (patch) | |
tree | a1ef0aa097f2de87b46a829b487e103ab7299cef | |
parent | fdc98437ad4f77f6f000f327c9e5d13a1267442e (diff) | |
download | pkgsrc-ed728fb611d10d69e1e65f5068b8756ae02eabe0.tar.gz |
Add spamassassin-2.31: Spam identifier and blocker
SpamAssassin is a mail filter which attempts to identify spam using text
analysis and several internet-based realtime blacklists.
Using its rule base, it uses a wide range of heuristic tests on mail
headers and body text to identify "spam", also known as unsolicited
commercial email.
Once identified, the mail can then be optionally tagged as spam for later
filtering using the user's own mail user-agent application.
In its most recent test, SpamAssassin differentiated between spam and
non-spam mail correctly in 99.94% of cases. Since then, it's just been
getting better and better!
-rw-r--r-- | mail/spamassassin/DESCR | 13 | ||||
-rw-r--r-- | mail/spamassassin/Makefile | 21 | ||||
-rw-r--r-- | mail/spamassassin/PLIST | 28 | ||||
-rw-r--r-- | mail/spamassassin/distinfo | 4 |
4 files changed, 66 insertions, 0 deletions
diff --git a/mail/spamassassin/DESCR b/mail/spamassassin/DESCR new file mode 100644 index 00000000000..6c4a6215c3e --- /dev/null +++ b/mail/spamassassin/DESCR @@ -0,0 +1,13 @@ +SpamAssassin is a mail filter which attempts to identify spam using text +analysis and several internet-based realtime blacklists. + +Using its rule base, it uses a wide range of heuristic tests on mail +headers and body text to identify "spam", also known as unsolicited +commercial email. + +Once identified, the mail can then be optionally tagged as spam for later +filtering using the user's own mail user-agent application. + +In its most recent test, SpamAssassin differentiated between spam and +non-spam mail correctly in 99.94% of cases. Since then, it's just been +getting better and better! diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile new file mode 100644 index 00000000000..89344c896ca --- /dev/null +++ b/mail/spamassassin/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/08/24 19:46:39 hubertf Exp $ +# + +DISTNAME= Mail-SpamAssassin-2.31 +PKGNAME= spamassassin-2.31 +CATEGORIES= mail perl5 +MASTER_SITES= http://spamassassin.taint.org/released/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://spamassassin.taint.org/ +COMMENT= Spam identifier and blocker + +DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes + +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Mail/SpamAssassin/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/spamassassin/PLIST b/mail/spamassassin/PLIST new file mode 100644 index 00000000000..1c4c3b85620 --- /dev/null +++ b/mail/spamassassin/PLIST @@ -0,0 +1,28 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/24 19:46:39 hubertf Exp $ +bin/spamassassin +bin/spamc +bin/spamd +bin/spamproxyd +man/man1/spamassassin.1 +man/man1/spamc.1 +man/man1/spamd.1 +man/man1/spamproxyd.1 +share/spamassassin/10_misc.cf +share/spamassassin/20_body_tests.cf +share/spamassassin/20_head_tests.cf +share/spamassassin/20_uri_tests.cf +share/spamassassin/25_body_tests_es.cf +share/spamassassin/25_body_tests_pl.cf +share/spamassassin/25_head_tests_es.cf +share/spamassassin/25_head_tests_pl.cf +share/spamassassin/30_text_de.cf +share/spamassassin/30_text_es.cf +share/spamassassin/30_text_fr.cf +share/spamassassin/30_text_pl.cf +share/spamassassin/40_spam_phrases.cf +share/spamassassin/50_scores.cf +share/spamassassin/60_whitelist.cf +share/spamassassin/languages +share/spamassassin/triplets.txt +share/spamassassin/user_prefs.template +@dirrm share/spamassassin diff --git a/mail/spamassassin/distinfo b/mail/spamassassin/distinfo new file mode 100644 index 00000000000..863032791d0 --- /dev/null +++ b/mail/spamassassin/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/08/24 19:46:39 hubertf Exp $ + +SHA1 (Mail-SpamAssassin-2.31.tar.gz) = d43295b0e3e49c60e8f91f7f7645a40db04965f1 +Size (Mail-SpamAssassin-2.31.tar.gz) = 370237 bytes |