> On 10/08/2021 23:32 Eric Durand <rand0mdu...@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! > Eric
You could use push notification plugin for this. https://doc.dovecot.org/configuration_manual/push_notification/#lua-lua Aki