diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-05-06 12:17:47 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-05-06 12:17:47 +0000 |
commit | 094c16fa4f3727040b455149d5e5d30c7247b990 (patch) | |
tree | 1d164dacc9c70065910b74b26e139ef18bea2ce6 /mail/jmba | |
parent | cd236562bfa446dcde1e543d47bcb31f70057b6d (diff) | |
download | ports-094c16fa4f3727040b455149d5e5d30c7247b990.tar.gz ports-094c16fa4f3727040b455149d5e5d30c7247b990.zip |
Notes
Diffstat (limited to 'mail/jmba')
-rw-r--r-- | mail/jmba/Makefile | 24 | ||||
-rw-r--r-- | mail/jmba/distinfo | 3 | ||||
-rw-r--r-- | mail/jmba/pkg-descr | 11 |
3 files changed, 38 insertions, 0 deletions
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 <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> 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 |