1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

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
This commit is contained in:
Pawel Pekala 2013-05-11 14:34:13 +00:00
parent 4e3e241093
commit fceb91dbf2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317878
3 changed files with 22 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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