Pipe
From Mailutils
Jump to navigationJump to searchPipe 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.