[Lunar-commits] CVS: moonbase/mail/spamassassin DETAILS,1.12,1.13
Jan Eidtmann
cmak at lunar-linux.org
Mon Jan 26 20:03:12 GMT 2004
Update of /var/cvs/lunar/moonbase/mail/spamassassin
In directory dbguin.lunar-linux.org:/tmp/cvs-serv25136
Modified Files:
DETAILS
Log Message:
Version bump to 2.63. tested.
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/spamassassin/DETAILS,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- DETAILS 21 Dec 2003 17:34:13 -0000 1.12
+++ DETAILS 26 Jan 2004 20:03:10 -0000 1.13
@@ -1,33 +1,49 @@
MODULE=spamassassin
RNAME=Mail-SpamAssassin
- VERSION=2.61
+ VERSION=2.63
SOURCE=$RNAME-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$RNAME-$VERSION
SOURCE_URL[0]=http://spamassassin.org/released/$SOURCE
- SOURCE_VFY=md5:6521ad3e6ed5a2eba35476c43c1697b7
+ SOURCE_VFY=md5:fc5a8e69ef2355c30c7b71877ac58d57
WEB_SITE=http://spamassassin.org/
ENTERED=20020619
- UPDATED=20031221
+ UPDATED=20040126
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.
+SpamAssassin is a mail filter to identify spam.
- The spam-identification tactics used include:
+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.
- * 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 you must have subscribed at some stage. SpamAssassin tries to spot these.
- * text analysis: again, spam mails often have a characteristic style (to put it politely), and some characteristic disclaimers and CYA text. SpamAssassin can spot these, too.
- * blacklists: SpamAssassin supports many useful existing blacklists, such as mail-abuse.org, ordb.org or others.
- * Razor: Vipul's Razor is a collaborative spam-tracking database, which works by taking a signature of spam messages. Since spam typically operates by 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.
+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
+ you must have subscribed at some stage. SpamAssassin tries to spot these.
+* text analysis: again, spam mails often have a characteristic style (to put
+ it politely), and some characteristic disclaimers and CYA text. SpamAssassin
+ can spot these, too.
+* blacklists: SpamAssassin supports many useful existing blacklists, such as
+ mail-abuse.org, ordb.org or others.
+* Razor: Vipul's Razor is a collaborative spam-tracking database, which works
+ by taking a signature of spam messages. Since spam typically operates by
+ 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.
+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.
+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.
+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.
+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