Difference between revisions of "Pipe"

From Mailutils
Jump to navigationJump to search
(Initial revision)
(No difference)

Revision as of 19:54, 17 December 2010

Pipe is a Sieve extension action.

Syntax

  pipe [:envelope] <program: string>

The pipe action executes a shell command specified by its argument and pipes the entire message to its standard input.

The envelope of the message is included, if the :envelope tag is given.