[Lunar-commits] CVS: moonbase/mail/spamassassin DETAILS,1.16,1.17
Florin Braescu
florin at lunar-linux.org
Sun Oct 24 12:39:54 UTC 2004
Update of /var/cvs/lunar/moonbase/mail/spamassassin
In directory espresso.foo-projects.org:/tmp/cvs-serv24178/mail/spamassassin
Modified Files:
DETAILS
Log Message:
bump the version from 3.0.0 to 3.0.1.
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/spamassassin/DETAILS,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- DETAILS 5 Oct 2004 09:30:12 -0000 1.16
+++ DETAILS 24 Oct 2004 12:39:52 -0000 1.17
@@ -1,23 +1,21 @@
MODULE=spamassassin
RNAME=Mail-SpamAssassin
- VERSION=3.0.0
+ VERSION=3.0.1
SOURCE=$RNAME-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$RNAME-$VERSION
SOURCE_URL[0]=http://www.apache.org/dist/spamassassin/
SOURCE_URL[1]=http://old.spamassassin.org/released/
- SOURCE_VFY=sha1:d722c0e27b4b9c8117e5c583c0924a0b81f62a30
+ SOURCE_VFY=sha1:7ad929efc388ebdf26da052c6fca958c7541bb4f
WEB_SITE=http://spamassassin.org/
ENTERED=20020619
- UPDATED=20040929
+ UPDATED=20041024
MAINTAINER=csm at moongroup.com
SHORT="SpamAssassin is a mail filter to identify spam."
cat << EOF
SpamAssassin is a mail filter to identify spam.
-
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.
-
The spam-identification tactics used include:
* header analysis: spammers use a number of tricks to mask their identities,
fool you into thinking they've sent a valid mail, or fool you into thinking
@@ -32,19 +30,13 @@
sending an identical message to hundreds of people, Razor short-circuits this
by allowing the first person to receive a spam to add it to the database --
at which point everyone else will automatically block it.
-
Once identified, the mail can then be optionally tagged as spam for later
filtering using the user's own mail user-agent application.
-
SpamAssassin requires very little configuration; you do not need to continually
update it with details of your mail accounts, mailing list memberships, etc.
It accomplishes filtering without this knowledge, as much as possible.
-
The distribution provides a command line tool to perform filtering, along with
Mail::SpamAssassin, a set of perl modules which implement a Mail::Audit plugin,
allowing SpamAssassin to be used in a Mail::Audit filter, or (possibly at some
point) in a spam-protection proxy POP/IMAP server.
-
-SpamAssassin lives at http://spamassassin.org/ or in CPAN, and is distributed
-under Perl's Artistic license.
EOF
More information about the Lunar-commits
mailing list