From: SourceForge.net <no...@so...> - 2006-11-14 20:55:22
|
Bugs item #829230, was opened at 2003-10-23 23:10 Message generated for change (Comment added) made by nikosch You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456910&aid=829230&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Out of Date Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Archives zero messages from MH mailbox Initial Comment: I use a perl-script to delete old mails with archivemail. The mailer is sylpheed (MH mailbox) The old mails are NOT deleted. No error occures from archivemail: the script: #!/usr/bin/perl -w # Posteingang von Sylpheed nach 180 Tagen len system "archivemail -u -d180 --delete ~/mail/sylpheed_imap/inbox/"; #print "Posteingang bereinigt!\n"; # Gesendete mails nach einem Jahr len system "archivemail -u -d365 --delete ~/mail/sylpheed_imap/sent/"; #print "Gesendete Mails bereinigt!\n"; .... and so on .... the output: /home/konrad/mail/sylpheed_imap/inbox: deleted 0 of 571 message(s) in 1.8 seconds /home/konrad/mail/sylpheed_imap/sent: deleted 0 of 490 message(s) in 0.9 seconds in the mailbox are mails from the last year, perhaps with header: From: Hans-Gert Schloegl <sh...@gm...> To: kuno Reply-To: sh...@gm... Subject: fast online update for suse Date: Tue, 22 Oct 2002 11:09:36 +0200 User-Agent: Mutt/1.4i Please, what can I do to delete the old mails really???? ---------------------------------------------------------------------- >Comment By: Nikolaus Schulz (nikosch) Date: 2006-11-14 21:55 Message: Logged In: YES user_id=1594781 Originator: NO My MH test boxes work just fine. I've emailed the submitter, he has meanwhile switched to Evolution and is no longer interested in this bug report. I'm closing this bug, since there's no way to track it down. ---------------------------------------------------------------------- Comment By: Heiss Konrad (konrad03) Date: 2003-12-15 01:05 Message: Logged In: YES user_id=898337 hello "knitterb" Sorry for the long delay, but I had other problems ...except archivemail in the meantime ;-) Thanks for help! Please answer to ko...@ai... and you get a guest account at my server to look for needed files. You can connect to my Server: aio4u.com user: gast when I get your e-mail, you get the password and I open the gast-account. in the directory /home/konrad/mail/sylpheed_imap/HK10- Sicherheit/ you can do some tests (with sudo). Many Thanks for help, Konrad ---------------------------------------------------------------------- Comment By: Brandon Knitter (knitterb) Date: 2003-10-31 07:51 Message: Logged In: YES user_id=11101 I just took this project over. I'll have to look into it. I'll need a couple of example MH files though, as I don't have anything for testing right now. Do you have any test files which can be used? Please let me know if there is confidential information in there and I won't keep it around. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-10-30 17:12 Message: Logged In: NO konrad@hk10:~$ archivemail -V archivemail v0.6.1 Copyright (C) 2002 Paul Rodger <pa...@pa...> This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. konrad@hk10:~$ Konrad Heiss ko...@ai... ---------------------------------------------------------------------- Comment By: Brandon Knitter (knitterb) Date: 2003-10-29 03:53 Message: Logged In: YES user_id=11101 What version of archive mail are you using? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-10-23 23:11 Message: Logged In: NO Heiss Konrad ko...@ai... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456910&aid=829230&group_id=49630 |