<html>
<head>
<style type="text/css">
body,p,td,div,span{
        font-size:13px; font-family:Arial, Helvetica, sans-serif;
};
body p{
        margin:0px;
}
</style>
</head>
<body><div>Hi,</div><div><br></div><div>have a look at this:</div><div>https://github.com/mailcow/mailcow-dockerized/issues/2012</div><div><br></div><div>and also:</div><div>https://wiki.dovecot.org/Pigeonhole/Sieve/Configuration#Script_Locations</div><div>https://wiki.dovecot.org/Pigeonhole/Sieve/Plugins/Extprograms</div><div><br></div><div>maybe it helps you to solve your problem<br></div><br><br><br>--- Original Nachricht ---<br><b>Betreff: </b>Sieve setting a flag on the server (with sieve?)<br><b>Von: </b>"Marc Roos" <m.roos@f1-outsourcing.eu><br><b>An: </b>"dovecot" <dovecot@dovecot.org><br><b>Datum: </b>17-02-2020 16:50<br><br><br><br><blockquote style="border:0;border-left: 2px solid #22437f; padding:0px; margin:0px; padding-left:5px; margin-left: 5px; ">I want to run a cron job for specific users. I thought the easiest would <br>
be a sieve plugin that sets some text in managesieve.sieve. And I just <br>
have my cron job check for this setting. <br>
<br>
This is the forward sieve:<br>
<br>
if false # true<br>
{<br>
        redirect :copy "test@test.com";<br>
}<br>
<br>
So maybe something like:<br>
<br>
if false # true<br>
{<br>
        # cronjob1<br>
}<br>
<br>
Or is there a better way of doing such a thing?</blockquote></body></html>