Pipe

From Mailutils
Revision as of 19:54, 17 December 2010 by Gray (talk | contribs) (Initial revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.