Date: Sat, 11 May 2013 14:47:33 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317881 - in head/mail: . claws-mail-spamassassin Message-ID: <201305111447.r4BElX9X027490@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sat May 11 14:47:33 2013 New Revision: 317881 URL: http://svnweb.freebsd.org/changeset/ports/317881 Log: his plugin enables the scanning of incoming mail received from a POP, IMAP, or LOCAL account using SpamAssassin. It can optionally delete mail identified as spam or save it to a designated folder, and also can be used to train a local SpamAssassin (or a remote one if SpamAssassin >= 3.1 is installed both locally and remotely). According to your SpamAssassin server configuration, it can show worse performance than Bogofilter, (slower, eating more CPU), but can catch spam with better accuracy. WWW: http://claws-mail.org/plugin.php?plugin=spamassassin Added: head/mail/claws-mail-spamassassin/ head/mail/claws-mail-spamassassin/Makefile (contents, props changed) head/mail/claws-mail-spamassassin/pkg-descr (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Sat May 11 14:42:54 2013 (r317880) +++ head/mail/Makefile Sat May 11 14:47:33 2013 (r317881) @@ -66,6 +66,7 @@ SUBDIR += claws-mail-pgp SUBDIR += claws-mail-python SUBDIR += claws-mail-rssyl + SUBDIR += claws-mail-spamassassin SUBDIR += claws-mail-spamreport SUBDIR += claws-mail-tnef SUBDIR += claws-mail-vcalendar Added: head/mail/claws-mail-spamassassin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/claws-mail-spamassassin/Makefile Sat May 11 14:47:33 2013 (r317881) @@ -0,0 +1,14 @@ +# Created by: Pawel Pekala <pawel@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= spamassassin +PORTREVISION= 0 + +COMMENT= SpamAssassin plugin for Claws Mail + +RUN_DEPENDS= spamd:${PORTSDIR}/mail/p5-Mail-SpamAssassin + +CLAWS_PLUGINS_BUILD= spamassassin + +.include "../claws-mail/Makefile.claws" +.include <bsd.port.mk> Added: head/mail/claws-mail-spamassassin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/claws-mail-spamassassin/pkg-descr Sat May 11 14:47:33 2013 (r317881) @@ -0,0 +1,9 @@ +This plugin enables the scanning of incoming mail received from a POP, +IMAP, or LOCAL account using SpamAssassin. It can optionally delete mail +identified as spam or save it to a designated folder, and also can be used +to train a local SpamAssassin (or a remote one if SpamAssassin >= 3.1 is +installed both locally and remotely). According to your SpamAssassin server +configuration, it can show worse performance than Bogofilter, (slower, +eating more CPU), but can catch spam with better accuracy. + +WWW: http://claws-mail.org/plugin.php?plugin=spamassassin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305111447.r4BElX9X027490>