1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

Junk Mail Buffering Agent is a tool for preventing delivery of email until the

sender has confirmed their address. It can be used in conjunction with a spam
filter to prevent delivery of spammy-looking email unless the sender is
confirmed as valid.
jmba is designed to be used in conjunction with a spam filter such as QSF and
the mail processor procmail. When the spam filter says it thinks an email is
spam, it can be passed to jmba. jmba will queue it and send an email to the
sender containing a key; if the sender replies, the original email is
"unfrozen" from the queue and delivered.

WWW:	http://www.ivarch.com/programs/jmba.shtml

PR:		ports/122962
Submitted by:	Romain Tartiere <romain at blogreen.org>
This commit is contained in:
Ion-Mihai Tetcu 2008-05-06 12:17:47 +00:00
parent cd236562bf
commit 094c16fa4f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212725
4 changed files with 39 additions and 0 deletions

View File

@ -186,6 +186,7 @@
SUBDIR += james
SUBDIR += jamlib
SUBDIR += jboss-mailservices
SUBDIR += jmba
SUBDIR += junkfilter
SUBDIR += kavmilter
SUBDIR += kbiff

24
mail/jmba/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: jmba
# Date created: 2008-04-21
# Whom: Romain Tartiere <romain@blogreen.org>
#
# $FreeBSD$
#
PORTNAME= jmba
PORTVERSION= 0.5.5
CATEGORIES= mail
MASTER_SITES= SF
MAINTAINER= romain@blogreen.org
COMMENT= Junk Mail Buffering Agent
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= jmba.1
PLIST_FILES= bin/jmba
MANCOMPRESSED= yes
.include <bsd.port.mk>

3
mail/jmba/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (jmba-0.5.5.tar.bz2) = 1ab0af25b4e4ab07b5fe94fcc3f9536d
SHA256 (jmba-0.5.5.tar.bz2) = e6f17a8a14a5d103556e06cdfbc083ac59d6a2f31d5ce8e57e218bb39304b543
SIZE (jmba-0.5.5.tar.bz2) = 79028

11
mail/jmba/pkg-descr Normal file
View File

@ -0,0 +1,11 @@
Junk Mail Buffering Agent is a tool for preventing delivery of email until the
sender has confirmed their address. It can be used in conjunction with a spam
filter to prevent delivery of spammy-looking email unless the sender is
confirmed as valid.
jmba is designed to be used in conjunction with a spam filter such as QSF and
the mail processor procmail. When the spam filter says it thinks an email is
spam, it can be passed to jmba. jmba will queue it and send an email to the
sender containing a key; if the sender replies, the original email is
"unfrozen" from the queue and delivered.
WWW: http://www.ivarch.com/programs/jmba.shtml