Yample actions
- maildir(maildir)
- delivers the mail to the maildir supplied
- mbox(mbox)
- delivers the mail to a standard Unix mbox
- pipe(command)
- Pipe the message into a an arbitrary command
- reject(message)
- Reject the message. Your MTA will probably generate an error
message and this will be delivered to the sender.
- resend(recipient@domain.com)
- forwards the message to recipient@domain.com.
- ignore()
- Silently ignore the message.
- reply(message)
- send a short reply
$Id: actions.html,v 1.1 2003/10/12 16:11:43 perbu Exp $