On 20/10/2020 23:37, @lbutlr wrote:> On 20 Oct 2020, at 13:46, @lbutlr <kremels at kreme.com> wrote: >> It looks like what I need to do is enable and use vnd.dovecot.filter > error: require command: unknown Sieve capability `vnd.dovecot.filter'. > > Is this not available to a user? I guess I can put the in global, but ick.You need to include the extprograms plugin: https://doc.dovecot.org/configuration_manual/sieve/plugins/extprograms/ The language extension is described here: https://raw.githubusercontent.com/dovecot/pigeonhole/master/doc/rfc/spec-bosch-sieve-extprograms.txt Regards, Stephan.
On 22 Oct 2020, at 19:09, Stephan Bosch <stephan at rename-it.nl> wrote:> You need to include the extprograms plugin:I have, and vnf.dovecot.pipe doesn't give the error. sieve_plugins = sieve_imapsieve sieve_extprograms ?\_(?)_/? I am not using filter now though, so I haven't try to track down what the issue is. -- Romy: All I've had to eat for the past six days are Gummi Bears, jelly beans, and candy corns. Michelle: I wish I had your discipline.
On 23/10/2020 13:22, @lbutlr wrote:> On 22 Oct 2020, at 19:09, Stephan Bosch <stephan at rename-it.nl> wrote: >> You need to include the extprograms plugin: > I have, and vnf.dovecot.pipe doesn't give the error. > > sieve_plugins = sieve_imapsieve sieve_extprograms > > ?\_(?)_/? > > I am not using filter now though, so I haven't try to track down what the issue is.And you also need to add vnd.dovecot.filter to sieve_extensions (or sieve_global_extensions). Regards, Stephan.