Re: Deleting messages

2010-04-05 Thread Nybbles2Byte
You learn something new every day! Sunday, April 4, 2010, 8:03:14 AM, you wrote: > On Fri, 2010-04-02 at 21:00 -0400, Joseph Brennan wrote: >> --On Friday, April 2, 2010 5:30 PM -0700 Nybbles2Byte >> wrote: >> > Okay, I am sure this is stupid question but how do you really delete >> > messages.

Re: Deleting messages

2010-04-04 Thread Adam Tauno Williams
On Fri, 2010-04-02 at 21:00 -0400, Joseph Brennan wrote: > --On Friday, April 2, 2010 5:30 PM -0700 Nybbles2Byte > wrote: > > Okay, I am sure this is stupid question but how do you really delete > > messages. When I delete messages in my email client and then log in to > > see the mailbox through

Re: Deleting messages

2010-04-04 Thread Adam Tauno Williams
On Sat, 2010-04-03 at 13:24 -0400, Joseph Brennan wrote: > Nybbles2Byte wrote: > > Expunge sounds more like a legal term > > than anything to do with software and I'm surprised that it became an > > official > > command as programmers would far more likely think of purge first. > > Perhaps a non-p

Re: Deleting messages

2010-04-03 Thread Joseph Brennan
Nybbles2Byte wrote: > Expunge sounds more like a legal term > than anything to do with software and I'm surprised that it became an > official > command as programmers would far more likely think of purge first. > Perhaps a > non-programmer came up with that one. "Expunge" comes from the MM cli

Re: Deleting messages

2010-04-02 Thread Nybbles2Byte
Hello Joseph, You nailed it. Mine uses Purge. Purge is a common programming term so you can bet that the reason they use that word is it's coming from the programmers writing the email client. Expunge sounds more like a legal term than anything to do with software and I'm surprised that it becam

Re: Deleting messages

2010-04-02 Thread Reinaldo de Carvalho
On Fri, Apr 2, 2010 at 9:30 PM, Nybbles2Byte wrote: > Hello, > > Okay, I am sure this is stupid question but how do you really delete > messages. When I delete messages in my email client and then log in to see > the mailbox through a web program I see that the message are marked as > deleted but

Re: Deleting messages

2010-04-02 Thread Joseph Brennan
--On Friday, April 2, 2010 5:30 PM -0700 Nybbles2Byte wrote: > Okay, I am sure this is stupid question but how do you really delete > messages. When I delete messages in my email client and then log in to > see the mailbox through a web program I see that the message are marked > as deleted bu

Deleting messages

2010-04-02 Thread Nybbles2Byte
Hello, Okay, I am sure this is stupid question but how do you really delete messages. When I delete messages in my email client and then log in to see the mailbox through a web program I see that the message are marked as deleted but still there. -- Nybbles2Byte mailt

Re: Deleting messages "marked for deletion" older than X days

2008-08-19 Thread Gerard Beekmans
Hi Bron, Yes, it sounds like that's what I'm looking for: running expunge periodically. Now there's one slight problem here: I can't just run expunge as it is. I have users who periodically need to undelete messages. I'd like expunge to only act on messages older than X days, giving people t

Re: Deleting messages "marked for deletion" older than X days

2008-08-19 Thread Gerard Beekmans
Wesley, I looked at ipurge but I find it also happily deletes messages that weren't marked for deletion. It appears to delete everything older than X days, regardless of that \Deleted flag mentioned in another reply. Gerard Beekmans IT Manager Achilles Media Tel: 403-678-1216 ext. 102 Email: [

Re: Deleting messages "marked for deletion" older than X days

2008-08-19 Thread Adam Tauno Williams
On Tue, 2008-08-19 at 10:05 +1000, Bron Gondwana wrote: > On Mon, Aug 18, 2008 at 05:09:53PM -0500, Kenneth Marshall wrote: > > In the manual page, the definition of the '-X' option seems to > > do what you want: > > > > -X expunge-days > > Expunge previously deleted messages

Re: Deleting messages "marked for deletion" older than X days

2008-08-18 Thread Bron Gondwana
On Mon, Aug 18, 2008 at 05:09:53PM -0500, Kenneth Marshall wrote: > In the manual page, the definition of the '-X' option seems to > do what you want: > > -X expunge-days > Expunge previously deleted messages older than expunge-days > (when using the "delayed" ex

Re: Deleting messages "marked for deletion" older than X days

2008-08-18 Thread Wesley Craig
cyr_expire -D and -X deal with delayed delete & expunge, respectively. Neither will address message that the MUA hasn't already deleted (in the case of folders) or expunged (in the case of messages). The tool that is closest to the desired functionality is ipurge. In order for ipurge to

Re: Deleting messages "marked for deletion" older than X days

2008-08-18 Thread Kenneth Marshall
It must be a 2.3 option, we are running 2.3.10+ here. Ken On Mon, Aug 18, 2008 at 04:21:29PM -0600, Gerard Beekmans wrote: > I'll do some more checking then. My cyr_expire version doesn't even have > the -X option (I'm testing this on a system that has cyrus imap 2.2.13 as > its recent version)

Re: Deleting messages "marked for deletion" older than X days

2008-08-18 Thread Gerard Beekmans
I'll do some more checking then. My cyr_expire version doesn't even have the -X option (I'm testing this on a system that has cyrus imap 2.2.13 as its recent version). Gerard Beekmans IT Manager Achilles Media Tel: 403-678-1216 ext. 102 Email: [EMAIL PROTECTED] Kenneth Marshall wrote: > In

Re: Deleting messages "marked for deletion" older than X days

2008-08-18 Thread Kenneth Marshall
In the manual page, the definition of the '-X' option seems to do what you want: -X expunge-days Expunge previously deleted messages older than expunge-days (when using the "delayed" expunge mode). The default is 0 (zero) days, which will expunge a

Re: Deleting messages "marked for deletion" older than X days

2008-08-18 Thread Gerard Beekmans
Hi Ken, From the description it seems like cyr_expire will apply to every email in a mailbox. I don't want to delete any regular emails other than the ones already marked for deletion by an email client who is lacking a decent purge feature. Gerard Beekmans IT Manager Achilles Media Tel: 403

Re: Deleting messages "marked for deletion" older than X days

2008-08-18 Thread Kenneth Marshall
I think that the cyr_expire command may be what you are searching for. Ken On Mon, Aug 18, 2008 at 03:35:20PM -0600, Gerard Beekmans wrote: > Hi, > > I am looking for a way to run a daily script on the Cyrus IMAP server > that processes every user's mail folders and deletes every message > mar

Deleting messages "marked for deletion" older than X days

2008-08-18 Thread Gerard Beekmans
Hi, I am looking for a way to run a daily script on the Cyrus IMAP server that processes every user's mail folders and deletes every message marked for deletion older than X days. I realize the proper way to do this is client-side and have the client program purge/expunge the mailboxes periodi

Re: problem deleting messages with cyrus-imapd 2.3.3-6

2006-09-25 Thread Rich Graves
This is the "delayed expunge" feature, added in 2.3. man imapd.conf, page down to expunge_mode. It's a speed enhancement and has the side effect of allowing sysadmin undelete/unexpunge without recourse to backups. You should have something like this in cyrus.conf for garbage collection. man cy

problem deleting messages with cyrus-imapd 2.3.3-6

2006-09-25 Thread Zeli Kartzman
after deleting a whole bunch of messages from my INBOX (and expunging/purging trash), when i inspect the /var/spool/imap/b/user/bryan directory i notice that the messages are still there. they are also still in the trash folder as well. they are no longer displayed in the client (squirrelmail or

Re: Auto-deleting messages (header date vs internal date)

2005-04-28 Thread Eddy Beliveau
cyr_expire daily run, How can I specify to cyr_expire to use the internal date instead of the header date ? Am I the only one with that problem ? Thanks, Eddy - Original Message - Subject: Re: Auto-deleting messages Actually, if you just want to delete based on age, cyr_expire using t

Re: Auto-deleting messages

2005-04-27 Thread Andreas Hasenack
On Wed, Apr 27, 2005 at 10:56:50AM -0400, Ken Murchison wrote: > >man ipurge > > > >It doesn't work as well as I'd like it to, but it's a start. > > Actually, if you just want to delete based on age, cyr_expire using the > /vendor/cmu/cyrus-imapd/expire annotation gives you better control. Whic

Re: Auto-deleting messages

2005-04-27 Thread Ken Murchison
Sebastian Hagedorn wrote: Hi, --On 27. April 2005 1:17:12 Uhr -0400 Michael Spicyn <[EMAIL PROTECTED]> wrote: Can I somehow induce Cyrus to delete messages that are, lets say 3 month old? man ipurge It doesn't work as well as I'd like it to, but it's a start. Actually, if you just want to delet

Re: Auto-deleting messages

2005-04-27 Thread Sebastian Hagedorn
Hi, --On 27. April 2005 1:17:12 Uhr -0400 Michael Spicyn <[EMAIL PROTECTED]> wrote: Can I somehow induce Cyrus to delete messages that are, lets say 3 month old? man ipurge It doesn't work as well as I'd like it to, but it's a start. Cheers, Sebastian Hagedorn -- Sebastian Hagedorn - RZKR-R1 (Ge

Auto-deleting messages

2005-04-26 Thread Michael Spicyn
I have unique problem. Due to office politics or whatever the main server used is M$exchange. Since availability of email service is a key business issue to this company and since M$exchange was going down to often and since they cannot give up using M$exchange I was hired to come up with the so

Re: deleting messages manually from the mailstore

2004-02-21 Thread Sebastian Hagedorn
Hi, -- Joe Hrbek <[EMAIL PROTECTED]> is rumored to have mumbled on Freitag, 20. Februar 2004 18:44 Uhr -0600 regarding deleting messages manually from the mailstore: Hi, I had a bit of a bad morning today. Long story short, our virus scanner stopped working and about 150 virus email

Re: deleting messages manually from the mailstore

2004-02-20 Thread Andrew Morgan
On Fri, 20 Feb 2004, Joe Hrbek wrote: > Hi, I had a bit of a bad morning today. Long story short, our virus > scanner stopped working and about 150 virus emails were delivered to the > cyrus mailstore. This was scattered through about 50 mailboxes. I quickly > realized what was happening and

deleting messages manually from the mailstore

2004-02-20 Thread Joe Hrbek
Hi, I had a bit of a bad morning today. Long story short, our virus scanner stopped working and about 150 virus emails were delivered to the cyrus mailstore. This was scattered through about 50 mailboxes. I quickly realized what was happening and fixed the scanner, but the problem of the infect

Re: Deleting messages

2004-01-27 Thread Vernon A. Fort
Andrew Morgan wrote: On Tue, 27 Jan 2004, Vernon A. Fort wrote: I need to find a way, via a simple perl script, to pass delete a single message from a email folder. I have been just rm -f $file and then recontruct the mailbox but need a more effecient method. Can you use Cyrus::IMAP::Admin an

Re: Deleting messages

2004-01-27 Thread Andrew Morgan
On Tue, 27 Jan 2004, Vernon A. Fort wrote: > I need to find a way, via a simple perl script, to pass delete a single > message from a email folder. > > I have been just rm -f $file and then recontruct the mailbox but need a > more effecient method. Can you use Cyrus::IMAP::Admin and use the > de

Deleting messages

2004-01-27 Thread Vernon A. Fort
I need to find a way, via a simple perl script, to pass delete a single message from a email folder. I have been just rm -f $file and then recontruct the mailbox but need a more effecient method. Can you use Cyrus::IMAP::Admin and use the delete function on the message file? Any pointers woul

Re: deleting messages

2003-06-24 Thread Patrick Morris
Just delete all the files in the inbox, then run recontruct to update the indexes. Bartosz Jozwiak wrote: Hello, Is it possible for administrator to delete all messages from user e-mail box? Can we use cyradm for that or is ther other tool to do it? Regards, Bartosz Jozwiak

deleting messages

2003-06-24 Thread Bartosz Jozwiak
Hello,   Is it possible for administrator to delete all messages from user e-mail box? Can we use cyradm for that or is ther other tool to do it?   Regards, Bartosz Jozwiak