From owner-svn-ports-head@FreeBSD.ORG Sat May 11 14:47:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7CF1929B; Sat, 11 May 2013 14:47:34 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5597DB27; Sat, 11 May 2013 14:47:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4BElYB1027493; Sat, 11 May 2013 14:47:34 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4BElX9X027490; Sat, 11 May 2013 14:47:33 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201305111447.r4BElX9X027490@svn.freebsd.org> From: Pawel Pekala Date: Sat, 11 May 2013 14:47:33 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 May 2013 14:47:34 -0000 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 +# $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 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