Pipe

From Mailutils
Revision as of 20:15, 17 December 2010 by Gray (talk | contribs)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.