maildrop
mail delivery agent with filtering
TLDR
Process mail with filter
$ maildrop [filter.rc]
Deliver mail$ maildrop < [message.eml]
Test filter$ maildrop -V [9] [filter.rc] < [message.eml]
Use specific maildir$ maildrop -d [user] [filter.rc]
Show version$ maildrop -v
SYNOPSIS
maildrop [options] [filterfile]
DESCRIPTION
maildrop is a mail delivery agent with filtering. It sorts incoming mail using rules.The tool delivers mail to maildirs or mboxes. Filter rules support conditions and actions.
PARAMETERS
FILTERFILE
Mail filter rules file.-d USER
Deliver as user.-V LEVEL
Verbose level.-v
Show version.-f ADDRESS
From address.--help
Display help information.
CAVEATS
Requires filter configuration. Part of courier-maildrop. Maildir preferred format.
HISTORY
maildrop is part of the Courier Mail Server project, providing flexible mail filtering and delivery.
