network/spamassasin: Updated for version 3.3.1

This commit is contained in:
LukenShiro 2010-04-09 18:58:32 +01:00 committed by Heinz Wiesinger
parent b74aec2963
commit aed3e235d3
3 changed files with 8 additions and 9 deletions

View file

@ -1,9 +1,9 @@
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.
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
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.
@ -22,4 +22,3 @@ You may want to install pyzor, too.
All required packages are available from SlackBuilds.org.
Before using, please read README.SLACKWARE file.

View file

@ -23,10 +23,10 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Thanks to Nishant Limbachia for providing a SQL script to be used with
# spamassassin database, and most of spamassassin's dependencies.
# spamassassin database, and most of spamassassin dependencies' scripts.
PRGNAM=spamassassin
VERSION=${VERSION:-3.3.0}
VERSION=${VERSION:-3.3.1}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="spamassassin"
VERSION="3.3.0"
VERSION="3.3.1"
HOMEPAGE="http://spamassassin.apache.org/"
DOWNLOAD="http://mirror.tomato.it/apache/spamassassin/source/Mail-SpamAssassin-3.3.0.tar.bz2"
MD5SUM="15af629a95108bf245ab600d78ae754b"
DOWNLOAD="http://www.eu.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.3.1.tar.bz2"
MD5SUM="bb977900c3b2627db13e9f44f9b5bfc8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="LukenShiro"
EMAIL="lukenshiro@ngi.it"
APPROVED="dsomero"
APPROVED="michiel"