f99cae6c11
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
14 lines
301 B
Makefile
14 lines
301 B
Makefile
# 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>
|