aboutsummaryrefslogtreecommitdiff
path: root/mail/claws-mail-spamassassin
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2013-05-11 14:47:33 +0000
committerPawel Pekala <pawel@FreeBSD.org>2013-05-11 14:47:33 +0000
commitf99cae6c11c5cf6d49fc53ff1a6039e63baa368e (patch)
tree8153cb04174f99882e3424e19b5f94e22cd43967 /mail/claws-mail-spamassassin
parentb014593565b19532bf8915cc097aec26ebfd92ab (diff)
downloadports-f99cae6c11c5cf6d49fc53ff1a6039e63baa368e.tar.gz
ports-f99cae6c11c5cf6d49fc53ff1a6039e63baa368e.zip
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
Notes
Notes: svn path=/head/; revision=317881
Diffstat (limited to 'mail/claws-mail-spamassassin')
-rw-r--r--mail/claws-mail-spamassassin/Makefile14
-rw-r--r--mail/claws-mail-spamassassin/pkg-descr9
2 files changed, 23 insertions, 0 deletions
diff --git a/mail/claws-mail-spamassassin/Makefile b/mail/claws-mail-spamassassin/Makefile
new file mode 100644
index 000000000000..1146e52bf34c
--- /dev/null
+++ b/mail/claws-mail-spamassassin/Makefile
@@ -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>
diff --git a/mail/claws-mail-spamassassin/pkg-descr b/mail/claws-mail-spamassassin/pkg-descr
new file mode 100644
index 000000000000..011166aad271
--- /dev/null
+++ b/mail/claws-mail-spamassassin/pkg-descr
@@ -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