From owner-cvs-all@FreeBSD.ORG Tue May 6 12:17:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02729106567D; Tue, 6 May 2008 12:17:48 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB8B38FC19; Tue, 6 May 2008 12:17:47 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m46CHliw044413; Tue, 6 May 2008 12:17:47 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m46CHlUZ044412; Tue, 6 May 2008 12:17:47 GMT (envelope-from itetcu) Message-Id: <200805061217.m46CHlUZ044412@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 6 May 2008 12:17:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/jmba Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2008 12:17:48 -0000 itetcu 2008-05-06 12:17:47 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/jmba Makefile distinfo pkg-descr Log: 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 Revision Changes Path 1.908 +1 -0 ports/mail/Makefile 1.1 +24 -0 ports/mail/jmba/Makefile (new) 1.1 +3 -0 ports/mail/jmba/distinfo (new) 1.1 +11 -0 ports/mail/jmba/pkg-descr (new)