diff options
author | steve <steve@FreeBSD.org> | 1998-12-24 15:27:15 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-12-24 15:27:15 +0800 |
commit | fe0a64979f9c31db85c0e7773a7ea5f0760f2f82 (patch) | |
tree | e72aa8382bfb22e7e58d47fd17bd50ac359d91a2 /mail/maildrop/pkg-descr | |
parent | c5c99b9c053ea88abc43c800548e7ea4bf2fee20 (diff) | |
download | freebsd-ports-graphics-fe0a64979f9c31db85c0e7773a7ea5f0760f2f82.tar.gz freebsd-ports-graphics-fe0a64979f9c31db85c0e7773a7ea5f0760f2f82.tar.zst freebsd-ports-graphics-fe0a64979f9c31db85c0e7773a7ea5f0760f2f82.zip |
Initial import of maildrop version 0.60.
A replacement local mail delivery agent, similar to procmail.
PR: 8713
Submitted by: Tom Hukins <tom@eborcom.com>
Diffstat (limited to 'mail/maildrop/pkg-descr')
-rw-r--r-- | mail/maildrop/pkg-descr | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/maildrop/pkg-descr b/mail/maildrop/pkg-descr new file mode 100644 index 00000000000..052fc9ef202 --- /dev/null +++ b/mail/maildrop/pkg-descr @@ -0,0 +1,24 @@ +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 can optionally read instructions from a file on how to filter +incoming mail, and, based upon the instructions, deliver mail to +alternate mailboxes, or forward it to somewhere else, like procmail. +Unlike procmail, maildrop uses a structured filtering language that's a +bit easier on the eyes. + +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 that file. Files are saved in the user's home directory. If the +standard input to maildrop is a file, not a pipe, no temporary file will +be necessary. + +maildrop can be used with sendmail, Qmail, and other MTAs. + + +http://www.geocities.com/SiliconValley/Peaks/5799/maildrop.README.html |