DESCR-main 802 B

12345678910111213141516
  1. maildrop is a replacement for your local mail delivery agent. It
  2. reads a mail message from standard input, then delivers the message
  3. to your mailbox. maildrop knows how to deliver mail to mbox-style
  4. mailboxes, and maildirs.
  5. maildrop will optionally read instructions from a file, which
  6. describes how to filter incoming mail. Instructions can be provided
  7. having mail delivered to alternate mailboxes, or forwarded somewhere
  8. else. Unlike procmail, maildrop uses a structured filtering language.
  9. maildrop is written in C++, and is significantly larger than procmail
  10. in compiled form. However, it uses resources much more efficiently.
  11. Unlike procmail, maildrop will not read a 10 megabyte mail message
  12. into memory. Large messages are saved in a temporary file, and are
  13. filtered from the temporary file.