Hi folks, Is there a good way to test for an implicit keep in a sieve script ? At the end of my sieve script, if a message still has an implicit keep, it will end up in my inbox, and I would like to push a notification. Right now I am doing this with an ad-hoc variable that is essentially emulating the implicit keep, is there a better way to do this ? Thanks! Eric -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20210810/fac56823/attachment.html>
> On 10/08/2021 23:32 Eric Durand <rand0mdud31 at gmail.com> wrote: > > > Hi folks, > > Is there a good way to test for an implicit keep in a sieve script ? At the end of my sieve script, if a message still has an implicit keep, it will end up in my inbox, and I would like to push a notification. Right now I am doing this with an ad-hoc variable that is essentially emulating the implicit keep, is there a better way to do this ? > > Thanks! > EricYou could use push notification plugin for this. https://doc.dovecot.org/configuration_manual/push_notification/#lua-lua Aki