Atif Ghaffar wrote:
> 
> Hi.
> 
> Its 2 days since I moved my Netscape Messanger based filters to Sieve.
> Life is calm now :)
> 
> One small question.
> Is there a way that I can find a summary at the end of the day about all
> the messages that were fileinto'd some folder, so I dont have to go to
> each folder and look for newer mails.
> 
> Netscape Messager keeps a log of all moves based on filters.
> Is it also possible with Sieve?


You could try using the Sieve NOTIFY extension.  I might use the
notify_unix.c implementation which writes the notify messages to a UNIX
socket, and write some simple daemon (see contrib/notify_unix.pl) which
grabs the messages and logs them to a file.  If you are on a closed
system, then you could have this log emailed to you or put up on a web
page, etc.

-- 
Kenneth Murchison     Oceana Matrix Ltd.
Software Engineer     21 Princeton Place
716-662-8973 x26      Orchard Park, NY 14127
--PGP Public Key--    http://www.oceana.com/~ken/ksm.pgp

Reply via email to