Pipe

From Mailutils
Revision as of 20:15, 17 December 2010 by Gray (talk | contribs)
Jump to navigationJump to search

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.