Linux command
maildrop 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
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
说明
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.
参数
- -d _USER_
- Deliver as user.
- -V _LEVEL_
- Verbose level.
- -v
- Show version.
- -f _ADDRESS_
- From address.
- --help
- Display help information.
FAQ
What is the maildrop command used for?
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.
How do I run a basic maildrop example?
Run `maildrop [filter.rc]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -d _USER_ do in maildrop?
Deliver as user.