Hi all,
Following the instructions noted at
http://wiki2.dovecot.org/Pigeonhole/Sieve/Plugins/Pipe , I am trying to
make use of the Pigeonhole sieve pipe plugin to execute an application with
custom arguments via my test sieve script:
require ["vnd.dovecot.pipe"];
if address :is "to" "t...@exampl
cmd-pipe.c
shows it was implemented as follows:
pipe "sieve-pipe-example" [ "first-arg", "second-arg" ];
My test sieve is now working, but I don't understand why I wasn't able to
use ":args" format noted in the specification document.
On 7 June 2016