search for: cronjob1

Displaying 1 result from an estimated 1 matches for "cronjob1".

Did you mean: cronjob
2020 Feb 17
1
Sieve setting a flag on the server (with sieve?)
...I thought the easiest would be a sieve plugin that sets some text in managesieve.sieve. And I just have my cron job check for this setting. This is the forward sieve: if false # true { redirect :copy "test at test.com"; } So maybe something like: if false # true { # cronjob1 } Or is there a better way of doing such a thing?