Re: Substitute for archivemail

2022-09-07 Thread Jonathan Dowland
On Mon, Sep 05, 2022 at 03:25:48PM -0400, Joey Hess wrote: chewmail is probably the best substitute. It has a very similar usage, I only had to change the -o option and replace -u with -R. This looks very useful, thank you. It's a shame the output format can only be mbox (I think), but since I

Re: Substitute for archivemail

2022-09-07 Thread didar
On Mon, Sep 05, 2022 at 03:25:48PM -0400, Joey Hess wrote: > chewmail is probably the best substitute. It has a very similar usage, > I only had to change the -o option and replace -u with -R. > > -- > see shy jo I waited for suggestions from others regarding this before I jumped in. You could

Re: Substitute for archivemail

2022-09-05 Thread Joey Hess
chewmail is probably the best substitute. It has a very similar usage, I only had to change the -o option and replace -u with -R. -- see shy jo signature.asc Description: PGP signature

Re: Substitute for archivemail

2022-09-02 Thread Anssi Saari
Sven Joachim writes: > On 2022-08-31 08:47 -0400, Kenneth Parker wrote: > >> On Wed, Aug 31, 2022, 5:36 AM riveravaldez >> Okay. So archivemail hasn't been updated for Python 3 yet. > > s/ yet// > > Some people have tried, but gave up eventually, there

Re: Substitute for archivemail

2022-08-31 Thread Sven Joachim
On 2022-08-31 08:47 -0400, Kenneth Parker wrote: > On Wed, Aug 31, 2022, 5:36 AM riveravaldez > wrote: > >> On 8/30/22, Anssi Saari wrote: >> > Leandro Noferini writes: >> > >> >> In these days I upgraded the server to bullseye and so I have n

Re: Substitute for archivemail

2022-08-31 Thread Kenneth Parker
On Wed, Aug 31, 2022, 5:36 AM riveravaldez wrote: > On 8/30/22, Anssi Saari wrote: > > Leandro Noferini writes: > > > >> In these days I upgraded the server to bullseye and so I have not yet > >> archivemail: what could I use as subsitute? > > >

Re: Substitute for archivemail

2022-08-31 Thread riveravaldez
On 8/30/22, Anssi Saari wrote: > Leandro Noferini writes: > >> In these days I upgraded the server to bullseye and so I have not yet >> archivemail: what could I use as subsitute? > > I wonder about that too, Hi, not an archivemail user, but just in case it's us

Re: Substitute for archivemail

2022-08-29 Thread Anssi Saari
Leandro Noferini writes: > In these days I upgraded the server to bullseye and so I have not yet > archivemail: what could I use as subsitute? I wonder about that too, I use archivemail to clean up my spam folder of older spam. My email provider still runs Buster and they're in

Substitute for archivemail

2022-08-29 Thread Leandro Noferini
Ciao a tutti, I have a little mail server for a few users with dovecot as imap server. To compress the mailboxes of the users I had archivemail. In these days I upgraded the server to bullseye and so I have not yet archivemail: what could I use as subsitute? -- Ciao leandro

Re: Archivemail

2021-01-25 Thread Jochen Spieker
Keith Bainbridge: > > To answer the question about MH, yes. It is the default for Sylpheed & > Claws. Thanks! J. -- I eat meat and am concerned about bugs which are resistant to antibiotics. [Agree] [Disagree] sign

Re: Archivemail

2021-01-25 Thread Eduard Bloch
Hallo, * Mark Fletcher [Fri, Jan 22 2021, 11:22:19PM]: > Anyone know what happened to archivemail in Debian? > > packages.debian.org shows it was in Jessie, Stretch and Buster, but it > is in neither sid nor Bullseye which presumably means it has been > dropped.

Re: Archivemail

2021-01-25 Thread Keith Bainbridge
I lose a file, I lose only 1 email not thousands. > > MH is a mail format where each mail is stored in separate file, > yes. Maildir is another and I think it's more common. archivemail > supports both of these. Mutt too. I don't know if MH is supported by > common MDAs though. &

Re: Archivemail

2021-01-24 Thread Andrei POPESCU
file, I lose only 1 email not thousands. > > MH is a mail format where each mail is stored in separate file, > yes. Maildir is another and I think it's more common. archivemail > supports both of these. Mutt too. I don't know if MH is supported by > common MDAs though. mutt

Re: Archivemail

2021-01-24 Thread Anssi Saari
d in separate file, yes. Maildir is another and I think it's more common. archivemail supports both of these. Mutt too. I don't know if MH is supported by common MDAs though.

Re: Archivemail

2021-01-24 Thread Teemu Likonen
* 2021-01-24 16:40:45-0700, Charles Curley wrote: > Take a look at the mboxgrep package. Maybe you should explain how it helps the original poster and his problem. See: https://lists.debian.org/debian-user/2021/01/msg00876.html -- /// Teemu Likonen - .-.. https://www.iki.fi/tlikonen/ // OpenPG

Re: Archivemail

2021-01-24 Thread Stefan Monnier
> Also, progressive back-ups get very large very quickly using everything > in one file. FWIW tools like `bup` can do incremental backups of "mailbox" files efficiently. Stefan

Re: Archivemail

2021-01-24 Thread Keith Bainbridge
On 25/1/21 7:41 am, Jochen Spieker wrote: Is anybody still using MH mailboxes? I think that means each mail in its own file? If so YES, because if I lose a file, I lose only 1 email not thousands. Also, progressive back-ups get very large very quickly using everything in one file. I also hav

Re: Archivemail

2021-01-24 Thread Jochen Spieker
ess if it was that easy, somebody else would have already done that. > I'm probably going to just write a python3 script of my own to handle my > use-case, which is just to sift through /var/mail/ to delete mails > older than a month. I've found the python3 "mailbox" libr

Re: Archivemail

2021-01-24 Thread Charles Curley
On Sun, 24 Jan 2021 11:24:39 +0200 Teemu Likonen wrote: > > Erm, what am I missing, couldn't you do that with a crontab line > > something like.. > > > > 0 1* * * find /var/mail/ -type f -mtime +30 -delete > > File /var/mail/$USER is an mbox file which contains several email > messa

Re: Archivemail

2021-01-24 Thread Teemu Likonen
* 2021-01-24 08:53:22+, t...@yxit.co.uk wrote: > On Sun, 2021-01-24 at 00:31 +, Mark Fletcher wrote: >> I'm probably going to just write a python3 script of my own to handle my >> use-case, which is just to sift through /var/mail/ to delete mails >> older than a month. > > Erm, what am I

Re: Archivemail

2021-01-24 Thread Tixy
On Sun, 2021-01-24 at 00:31 +, Mark Fletcher wrote: > I'm probably going to just write a python3 script of my own to handle my > use-case, which is just to sift through /var/mail/ to delete mails > older than a month. Erm, what am I missing, couldn't you do that with a crontab line something

Re: Archivemail

2021-01-23 Thread Jochen Spieker
Mark Fletcher: > > OK deciphering the above for anyone who might follow after me: > archivemail is dependent on Python2 which, it appears, is getting > removed from bullseye (although as of right now it's not gone yet, it's > installed on my system and I didn'

Re: Archivemail

2021-01-23 Thread Mark Fletcher
On Sun, Jan 24, 2021 at 12:17:55AM +0100, Jochen Spieker wrote: > Thank you for pointing out that archivemail will be gone soon. Since I > am using it as well, I took a quick look at it ("how hard can it be??") > and tried a quick conversion to Python3: > https://github.

Re: Archivemail

2021-01-22 Thread Mark Fletcher
On Fri, Jan 22, 2021 at 11:33:13PM +, Brian wrote: > On Fri 22 Jan 2021 at 23:22:19 +, Mark Fletcher wrote: > > > Anyone know what happened to archivemail in Debian? > > > > packages.debian.org shows it was in Jessie, Stretch and Buster, but it > > is in

Re: Archivemail

2021-01-22 Thread Brian
On Fri 22 Jan 2021 at 23:22:19 +, Mark Fletcher wrote: > Anyone know what happened to archivemail in Debian? > > packages.debian.org shows it was in Jessie, Stretch and Buster, but it > is in neither sid nor Bullseye which presumably means it has been > dropped.

Archivemail

2021-01-22 Thread Mark Fletcher
Anyone know what happened to archivemail in Debian? packages.debian.org shows it was in Jessie, Stretch and Buster, but it is in neither sid nor Bullseye which presumably means it has been dropped. Anyone know why? bugs.debian.org doesn't show any bugs against it and google is coming up

Fwd: Re: archivemail default setup

2016-10-22 Thread Stephan Beck
To the list as well... Forwarded Message Subject: Re: archivemail default setup Date: Sat, 22 Oct 2016 13:00:00 + From: Stephan Beck Reply-To: sb...@secure.mailbox.org To: Mark Fletcher Hi Mark, Mark Fletcher: > Hello again > > A little while back I

Re: archivemail default setup

2016-10-21 Thread Teemu Likonen
Mark Fletcher [2016-10-22 14:45:19+09] wrote: > The command I am running is: > > archivemail --output-dir=/home/mark/Mail/ -d 31 --delete /var/mail/mark > > My mailbox is in /var/mail/mark. I didn't choose to put it there, that > is where it went when the system was inst

archivemail default setup

2016-10-21 Thread Mark Fletcher
Hello again A little while back I installed archivemail on Jessie, to delete mail from my local mailbox when it is more than a month old. The command I am running is: archivemail --output-dir=/home/mark/Mail/ -d 31 --delete /var/mail/mark My mailbox is in /var/mail/mark. I didn't choo

Re: archivemail screwed up (some of) my backups

2016-05-11 Thread steve
Hi Sven, I have been using archivemail since March 2003, always with compression. My configuration generates a new gzipped archive for every month for every IMAP folder. To give you some peace of mind, I just did a simple decompression test of all archives [~5000 right now] (gunzip $file

Re: archivemail screwed up (some of) my backups

2016-05-11 Thread Sven Hartge
steve wrote: > I understand, but since I have more or less 2/3 of the *.gz that are ok, > I thought archivemail was the responsible. But after gunzipping some > other files, it seems that the problem only arises on ISO-8850 text file, > not on UTF-8. But not tech savvy enough to know

Re: archivemail screwed up (some of) my backups

2016-05-11 Thread steve
orage would be a much more severe problem than a buggy archiver. I understand, but since I have more or less 2/3 of the *.gz that are ok, I thought archivemail was the responsible. But after gunzipping some other files, it seems that the problem only arises on ISO-8850 text file, not on UTF-8. But not

Re: archivemail screwed up (some of) my backups

2016-05-11 Thread Thomas Schmitt
Hi, i have to correct a copy+paste error in my last mail. The mangling step should have been dd if=/dev/zero bs=1 count=1 of=xx.gz seek=1000 conv=notrunc rather than dd if=/dev/zero bs=1 count=1 of=/u/x.gz seek=1000 conv=notrunc Have a nice day :) Thomas

Re: archivemail screwed up (some of) my backups

2016-05-11 Thread Thomas Schmitt
Hi, steve wrote: > gzip: mail_archive.gz: invalid compressed data--crc error It seems that gunzip xx.gz which yields more than 1000 bytes. Then i damaged it: dd if=/dev/zero bs=1 count=1 of=/u/x.gz seek=1000 conv=notrunc and tried to uncompress gunzip xx.gz which yields gzip: xx.gz:

archivemail screwed up (some of) my backups

2016-05-11 Thread steve
Hi there, This is my first post on this mailinglist, so I hope to find the right tone pretty quickly. If not, please correct me gently  ;-) I'm using archivemail to archive my messages on a Jessie box up to date. Recently I needed to find an old message so I tried to gunzip the mail_archi

Re: best way to storing old mail (mhonarch, archivemail,...,?)

2004-01-08 Thread Rob Weir
a > script to pipe it thorugh mutt to read it when needed. Doing apt-cache > search I could find a bunch of options, so I am asking for user's > experiences in this I run "archivemail" in a weekly cronjob to clear out mail older than two weeks from my Debian folders (that work

Re: best way to storing old mail (mhonarch, archivemail,...,?)

2004-01-08 Thread Bill Moseley
> On Wed, Jan 07, 2004 at 08:30:36AM -0500, Antonio Rodriguez wrote: > > I'm looking for opinions to archive old mail, and yet leaving it in a > > readable way. I have used mhonarc only so far, but it seems to me that > > there could be a better way, even by just gzipping mbox and creating a > > sc

Re: best way to storing old mail (mhonarch, archivemail,...,?)

2004-01-07 Thread Dave Thayer
On Wed, Jan 07, 2004 at 08:30:36AM -0500, Antonio Rodriguez wrote: > I'm looking for opinions to archive old mail, and yet leaving it in a > readable way. I have used mhonarc only so far, but it seems to me that > there could be a better way, even by just gzipping mbox and creating a > script to pi

Re: best way to storing old mail (mhonarch, archivemail,...,?)

2004-01-07 Thread Antonio Rodriguez
On Wed, Jan 07, 2004 at 11:05:44AM -0500, Wayne Topa wrote: > I save all of my mailboxes at the end of the month. I wrote a python > script that gzips, renames adding the month & year to the MB name, and > moves them to my OLD-MAIL dir. It then recreates the empty mailbox. > This is done by a cr

Re: best way to storing old mail (mhonarch, archivemail,...,?)

2004-01-07 Thread Wayne Topa
Antonio Rodriguez([EMAIL PROTECTED]) is reported to have said: > I'm looking for opinions to archive old mail, and yet leaving it in a > readable way. I have used mhonarc only so far, but it seems to me that > there could be a better way, even by just gzipping mbox and creating a > script to pipe i

best way to storing old mail (mhonarch, archivemail,...,?)

2004-01-07 Thread Antonio Rodriguez
I'm looking for opinions to archive old mail, and yet leaving it in a readable way. I have used mhonarc only so far, but it seems to me that there could be a better way, even by just gzipping mbox and creating a script to pipe it thorugh mutt to read it when needed. Doing apt-cache search I could f

Re: Archivemail syntaxwarning

2003-09-05 Thread Mark Roach
On Fri, 2003-09-05 at 18:19, D.J. Bolderman wrote: > Hi guys, > > On my unstable box, when I run: > > /usr/bin/archivemail -d1 -q -u --preserve-unread -o $HOME/Mailarchive > $HOME/Maildir/.mailinglist* > > I get: > > /usr/bin/archivemail:765: SyntaxWarning

Archivemail syntaxwarning

2003-09-05 Thread D.J. Bolderman
Hi guys, On my unstable box, when I run: /usr/bin/archivemail -d1 -q -u --preserve-unread -o $HOME/Mailarchive $HOME/Maildir/.mailinglist* I get: /usr/bin/archivemail:765: SyntaxWarning: assignment to None (None, last_dir) = os.path.split(os.path.dirname(message.fp.name)) Rightaway. It

Re: NOT SOLVED [Re: archivemail will not delete mail]

2002-11-17 Thread Rob Weir
On Sun, Nov 10, 2002 at 11:52:19AM -0500, Andy Saxena wrote: > On Sat, Nov 09, 2002 at 10:11:56AM -0500, Andy Saxena wrote: > > > > I got it to work > > > > $ archivemail --delete -d 21 -v imap://user:passwd@imapserver/inbox.backup > > > > Sorry about the

NOT SOLVED [Re: archivemail will not delete mail]

2002-11-10 Thread Andy Saxena
On Sat, Nov 09, 2002 at 10:11:56AM -0500, Andy Saxena wrote: > > I got it to work > > $ archivemail --delete -d 21 -v imap://user:passwd@imapserver/inbox.backup > Sorry about the false report. It still doesn't work! I didn't realize that it is created backup files

SOLVED [Re: archivemail will not delete mail]

2002-11-09 Thread Andy Saxena
On Mon, Oct 28, 2002 at 02:53:18AM -0500, Andy Saxena wrote: > I am unable to get the "--delete" option of archivemail to work. > > $ archivemail --delete -d21 -v imap://username:[EMAIL PROTECTED]/inbox.backup > archiving 'imap://username:[EMAIL PROTECTED]/inbox.backup&

archivemail will not delete mail

2002-10-27 Thread Andy Saxena
I am unable to get the "--delete" option of archivemail to work. $ archivemail --delete -d21 -v imap://username:[EMAIL PROTECTED]/inbox.backup archiving 'imap://username:[EMAIL PROTECTED]/inbox.backup' to 'inbox.backup_archive' ... set tempfile directory to '