aboutsummaryrefslogtreecommitdiff
path: root/mail/archivesmtp
Commit message (Collapse)AuthorAgeFilesLines
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+0
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Update to verison 1.1.b1Edwin Groothuis2010-02-066-14/+22
| | | | | | | Submitted by: netherby on #bugs Notes: svn path=/head/; revision=249328
* new port: mail/archivestmpEdwin Groothuis2009-11-108-0/+126
ArchiveSMTP is a mail archiver designed to be run on an SMTP mail server. It uses rule-based matching to collect and store mail passing through an MTA to specific locations in mbox format. The libmilter interface is used and must be supported by the MTA for ArchiveSMTP to work. WWW: http://www.dancingfortune.com/projects/archivesmtp/ Notes: svn path=/head/; revision=244063