maildrop

maildrop
maildrop
Original author(s) Sam Varshavchik
Initial release pre-1999
Stable release 2.5.4 / 20-May-2011
Development status Active
Operating system All POSIX (Linux, Mac OS X, FreeBSD, Solaris)
Type Mail filter
License GPL
Website http://www.courier-mta.org/maildrop/

maildrop is a Mail delivery agent used by the Courier Mail Server. The maildrop MDA also includes filtering functionality. maildrop receives mail via stdin and delivers in both Maildir and mbox formats.

maildrop has been suggested as an alternative to the unmaintained procmail MDA.

Features

maildrop can optionally read filtering configuration from a file to determine whether the message is delivered to an alternate mailbox or forwarded. The structured filtering language is robust enough to allow maildrop to work with virtual mailboxes. If the filtering configuration contains syntax errors maildrop does not deliver the message but the message is not lost. [1]

maildrop is written in C++ however it uses resources more efficiently than procmail (written in C) by saving large messages to a temporary file rather than reading them into memory. If the input to maildrop is a file then a temporary file is not used.[2]

References

External Links