Path to this page:
./
mail/spamassassin,
Mail filter to identify spam
Branch: pkgsrc-2013Q2,
Version: 3.3.2nb5,
Package name: spamassassin-3.3.2nb5,
Maintainer: pkgsrc-usersSpamAssassin is a mail filter to identify spam. It will examine
each message presented to it, and assign a score indicating the
likelihood that the mail is spam.
It applies a wide range of heuristic tests on mail headers and body text
to identify "spam", also known as unsolicited commercial email. The mail
can then be optionally tagged as spam for later filtering.
The spam-identification tactics used include header analysis, text analysis,
a Bayesian-style form of probability-analysis classification and DNS
blacklists. It also includes plugins to support reporting spam messages to
collaborative filtering databases such as Pyzor, DCC, and Vipul's Razor.
The distribution provides a command line tool to perform filtering, along
with a set of perl modules which allows SpamAssassin to be used in a
variety of different spam-blocking scenarios.
In addition, "spamd", a daemonized version of SpamAssassin which runs
persistently, is available. Using its counterpart, "spamc", a lightweight
client written in C, an MTA can process large volumes of mail through
SpamAssassin without having to fork/exec a perl interpreter for each message.
SpamAssassin does not deliver mail to the users mailbox. You need a
different program (procmail is recommended) for local mail delivery.
Required to run:[
net/p5-IO-Socket-INET6] [
net/p5-Net-DNS] [
net/p5-NetAddr-IP] [
www/p5-libwww] [
www/p5-HTML-Parser] [
security/p5-Digest-SHA1] [
security/gnupg] [
security/p5-IO-Socket-SSL] [
databases/p5-DB_File] [
converters/p5-MIME-Base64] [
archivers/p5-Archive-Tar] [
devel/p5-IO-Compress] [
devel/p5-IO-Zlib] [
lang/perl5] [
time/p5-Time-HiRes]
Package options: inet6, ssl
Master sites: (Expand)
SHA1: de954f69e190496eff4a796a9bab61747f03072b
RMD160: 78e22ba6ba62a48fb7d24c40170124881b975fd9
Filesize: 1179.865 KB
Version history: (Expand)
- (2013-08-01) Updated to version: spamassassin-3.3.2nb5
- (2013-07-08) Package added to pkgsrc.se, version spamassassin-3.3.2nb4 (created)
CVS history: (Expand)
2013-08-01 14:51:54 by Matthias Scheler | Files touched by this commit (3) | |
Log message:
Pullup ticket #4195 - requested by bouyer
mail/spamassassin: bug fix patch
Revisions pulled up:
- mail/spamassassin/Makefile 1.109
- mail/spamassassin/distinfo 1.60 via patch
- mail/spamassassin/patches/patch-sa-update 1.1
---
Module Name: pkgsrc
Committed By: bouyer
Date: Thu Aug 1 10:29:00 UTC 2013
Modified Files:
pkgsrc/mail/spamassassin: Makefile distinfo
Added Files:
pkgsrc/mail/spamassassin/patches: patch-sa-update
Log message:
Add a patch from the svn repository (via
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6872).
Fix sa-update with new p5-Net-DNS.
Bump PKGREVISION
|