aboutsummaryrefslogtreecommitdiff
path: root/mail/jmba
Commit message (Collapse)AuthorAgeFilesLines
* - Stage supportMartin Wilke2014-02-021-5/+3
| | | | Notes: svn path=/head/; revision=342322
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* Change MAINTAINER address to romain@.Romain Tartière2010-02-011-1/+1
| | | | | | | Approved by: flz (mentor) Notes: svn path=/head/; revision=249040
* Junk Mail Buffering Agent is a tool for preventing delivery of email until theIon-Mihai Tetcu2008-05-063-0/+38
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> Notes: svn path=/head/; revision=212725