From 094c16fa4f3727040b455149d5e5d30c7247b990 Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Tue, 6 May 2008 12:17:47 +0000 Subject: 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 --- mail/jmba/Makefile | 24 ++++++++++++++++++++++++ mail/jmba/distinfo | 3 +++ mail/jmba/pkg-descr | 11 +++++++++++ 3 files changed, 38 insertions(+) create mode 100644 mail/jmba/Makefile create mode 100644 mail/jmba/distinfo create mode 100644 mail/jmba/pkg-descr (limited to 'mail/jmba') diff --git a/mail/jmba/Makefile b/mail/jmba/Makefile new file mode 100644 index 000000000000..8da9235b05cc --- /dev/null +++ b/mail/jmba/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: jmba +# Date created: 2008-04-21 +# Whom: Romain Tartiere +# +# $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 diff --git a/mail/jmba/distinfo b/mail/jmba/distinfo new file mode 100644 index 000000000000..b0a55a1038f1 --- /dev/null +++ b/mail/jmba/distinfo @@ -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 diff --git a/mail/jmba/pkg-descr b/mail/jmba/pkg-descr new file mode 100644 index 000000000000..318550f9285c --- /dev/null +++ b/mail/jmba/pkg-descr @@ -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 -- cgit v1.2.3