Is there an extension to allow Sieve to reprocess messages? Normally, Sieve is
executed as new messages arrive. Once the message is filed or rejected, Sieve
is done and won't get called again on the same message. Now, you could have
some other external script that checked periodically for the
Hi,
Sounds to me like it can be implemented using sieve.
Something like "if is in inbox & is read & is older than n days; then mark as
unread".
But this means you need to redeliever this mail somehow. Maybe like this:
http://serverfault.com/questions/418681/run-sieve-on-maildir
(http://serverfau