Difference between revisions of "Pipe"
From Mailutils
Jump to navigationJump to search (Initial revision) |
m |
||
Line 8: | Line 8: | ||
The envelope of the message is included, if the <tt>:envelope</tt> tag is given. | The envelope of the message is included, if the <tt>:envelope</tt> tag is given. | ||
+ | |||
+ | [[Category:Sieve]] | ||
+ | [[Category:Sieve Actions]] | ||
+ | [[Category:Sieve Extensions]] |
Revision as of 20:15, 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.