Re: Auto-Archiving, and Unread Threshold Alert

2005-05-11 Thread Marco Colombo
On Wed, 2005-05-11 at 14:38 +0200, Marco Colombo wrote: [...] > for user in users: > mesgs = check_one(user) > if mesgs: > print "user %s has %d messages." % (user, len(check_one(user))) ^^^ Well, make the last lin

Re: Auto-Archiving, and Unread Threshold Alert

2005-05-11 Thread Marco Colombo
On Tue, 2005-05-10 at 22:41 +0800, Senandung Mendonan wrote: > Hi, > > I need to do the following in Cyrus IMAP 2.2.12:- > > 1. Daily auto-archiving > - On 12am each day, an IMAP/Cyrus agent runs through each user's > mailbox, and sort out all existing mails into today, yesterday, last > week, an

Re: Auto-Archiving, and Unread Threshold Alert

2005-05-10 Thread Ken Murchison
Senandung Mendonan wrote: On 5/10/05, Michael King <[EMAIL PROTECTED]> wrote: My guess would be the Cyrus::IMAP Perl module as a place to start. Otherwise, I don't know of any way to automate this using the cyrus distribution. Thanks for the pointer, though I'm not really sure how to implement usi

Re: Auto-Archiving, and Unread Threshold Alert

2005-05-10 Thread Senandung Mendonan
On 5/10/05, Michael King <[EMAIL PROTECTED]> wrote: > My guess would be the Cyrus::IMAP Perl module as a place to start. > > Otherwise, I don't know of any way to automate this using the cyrus > distribution. Thanks for the pointer, though I'm not really sure how to implement using Cyrus::IMAP (I

RE: Auto-Archiving, and Unread Threshold Alert

2005-05-10 Thread Michael King
My guess would be the Cyrus::IMAP Perl module as a place to start. Otherwise, I don't know of any way to automate this using the cyrus distribution. HTH, Michael King Systems Administrator Web International, Inc. www.webinternational.net > -Original Message- > From: [EMAIL PROTECTED] [m