Re: Auto-deletion of messages in Junk-folder after a certain time

2008-07-17 Thread urgrue
I use for example ipurge -fd 30 user.*.SPAM to delete everything older than 30 days from all user's SPAM dir. and have never experienced any weird/unexpected behaviour or problems. Mike Eggleston wrote: > On Mon, 14 Jul 2008, Marten Lehmann might have said: > >> Hello, >> >> we have a virtual do

Re: Auto-deletion of messages in Junk-folder after a certain time

2008-07-15 Thread Marten Lehmann
Hi, >> Being the filty perl programmer that I am, I would just make an admin >> IMAP connection to the server, LIST all mailboxes, regex match the ones >> I wanted, select them and process them. > > I used to do the same , But I found a client connection script too slow > & too heavy for my serv

Re: Auto-deletion of messages in Junk-folder after a certain time

2008-07-15 Thread Wesley Craig
On 15 Jul 2008, at 08:16, ram wrote: > I use ipurge now , but ipurge seems to have some bug. If I dont use > "-f" > the mailbox under sub domains using realm is not matched ipurge just uses findall. The -f flag allows ipurge to examine user mailboxes. Bug fixes are (of course) welcome. :wes

Re: Auto-deletion of messages in Junk-folder after a certain time

2008-07-15 Thread ram
On Tue, 2008-07-15 at 19:50 +1000, Bron Gondwana wrote: > On Mon, Jul 14, 2008 at 01:54:01PM +0200, Marten Lehmann wrote: > > Hello, > > > > we have a virtual domain configuration and I want to remove all messages > > within the folder > > > > user/@/Junk/* > > Being the filty perl programmer

Re: Auto-deletion of messages in Junk-folder after a certain time

2008-07-15 Thread Bron Gondwana
On Mon, Jul 14, 2008 at 01:54:01PM +0200, Marten Lehmann wrote: > Hello, > > we have a virtual domain configuration and I want to remove all messages > within the folder > > user/@/Junk/* Being the filty perl programmer that I am, I would just make an admin IMAP connection to the server, LIST a

Re: Auto-deletion of messages in Junk-folder after a certain time

2008-07-14 Thread Wesley Craig
On 14 Jul 2008, at 07:54, Marten Lehmann wrote: > I don't want to mark old messages as deleted and expunge them, because > then maybe I'm expunging messages, that haven't been flagged as > deleted > by me but the owner of the mailbox and aren't ment to be expunged at > this moment. ipurge is the

Re: Auto-deletion of messages in Junk-folder after a certain time

2008-07-14 Thread Mike Eggleston
On Mon, 14 Jul 2008, Marten Lehmann might have said: > Hello, > > we have a virtual domain configuration and I want to remove all messages > within the folder > > user/@/Junk/* > > I don't want to mark old messages as deleted and expunge them, because > then maybe I'm expunging messages, that