           SPELL=maildrop
         VERSION=2.0.4
          SOURCE=$SPELL-$VERSION.tar.bz2
         SOURCE2=$SOURCE.sig
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/courier/$SOURCE
  SOURCE2_URL[0]=$SOURCEFORGE_URL/courier/$SOURCE2
      SOURCE_GPG="courier.gpg:$SOURCE2"
        WEB_SITE=http://www.courier-mta.org/maildrop/
         ENTERED=20020309
         LICENSE=GPL
        KEYWORDS="mail"
           SHORT="A mail delivery agent with filtering abilities."
cat << EOF
maildrop is a replacement for your local mail delivery agent. maildrop
reads a mail message from standard input, then delivers the message to
your mailbox. maildrop knows how to deliver mail to mbox-style mailboxes,
and maildirs. "maildir" is a mailbox format used by the Qmail MTA.

maildrop is written in C++, and is significantly larger than procmail in
compiled form. However, it uses resources much more efficiently. Unlike
procmail, maildrop will not read a 10 megabyte mail message into
memory. Large messages are saved in a temporary file, and are filtered
from the temporary file. Temporary files are saved in the user's home
directory. If the standard input to maildrop is a file, and not a pipe,
a temporary file will not be necessary.
EOF
