aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2013-05-11 14:34:13 +0000
committerPawel Pekala <pawel@FreeBSD.org>2013-05-11 14:34:13 +0000
commitfceb91dbf2d610eec810793d28bea49a878ae401 (patch)
treea5f981e830efb4d5e24b00ef0f0e6f45d42a8ff7 /mail
parent4e3e241093062f79167f48b1789acc215957e49c (diff)
downloadports-fceb91dbf2d610eec810793d28bea49a878ae401.tar.gz
ports-fceb91dbf2d610eec810793d28bea49a878ae401.zip
This plugin enables the scanning of incoming mail received from a POP, IMAP,
or LOCAL account using Bogofilter. It can optionally delete mail identified as spam or save it to a designated folder. Bogofilter is a pure Bayesian filter, therefore it has better speed performance than SpamAssassin but might catch less spam. WWW: http://claws-mail.org/plugin.php?plugin=bogofilter
Notes
Notes: svn path=/head/; revision=317878
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/claws-mail-bogofilter/Makefile14
-rw-r--r--mail/claws-mail-bogofilter/pkg-descr7
3 files changed, 22 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index e7733cb14416..9f263809fab4 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -50,6 +50,7 @@
SUBDIR += claws-mail-archiver
SUBDIR += claws-mail-att_remover
SUBDIR += claws-mail-attach_warner
+ SUBDIR += claws-mail-bogofilter
SUBDIR += claws-mail-bsfilter
SUBDIR += claws-mail-cachesaver
SUBDIR += claws-mail-clamd
diff --git a/mail/claws-mail-bogofilter/Makefile b/mail/claws-mail-bogofilter/Makefile
new file mode 100644
index 000000000000..15cb97475714
--- /dev/null
+++ b/mail/claws-mail-bogofilter/Makefile
@@ -0,0 +1,14 @@
+# Created by: Pawel Pekala <pawel@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= bogofilter
+PORTREVISION= 0
+
+COMMENT= Spam filtering plugin for Claws Mail
+
+RUN_DEPENDS= bogofilter:${PORTSDIR}/mail/bogofilter
+
+CLAWS_PLUGINS_BUILD= bogofilter
+
+.include "../claws-mail/Makefile.claws"
+.include <bsd.port.mk>
diff --git a/mail/claws-mail-bogofilter/pkg-descr b/mail/claws-mail-bogofilter/pkg-descr
new file mode 100644
index 000000000000..09dbe2510f20
--- /dev/null
+++ b/mail/claws-mail-bogofilter/pkg-descr
@@ -0,0 +1,7 @@
+This plugin enables the scanning of incoming mail received from a POP, IMAP,
+or LOCAL account using Bogofilter. It can optionally delete mail identified
+as spam or save it to a designated folder. Bogofilter is a pure Bayesian
+filter, therefore it has better speed performance than SpamAssassin but might
+catch less spam.
+
+WWW: http://claws-mail.org/plugin.php?plugin=bogofilter