mhonarc-users

RE: Large archive conversion problem

2004-03-05 16:36:19
Earl,
This help me to process all files or break up files into year and month
but it doesn't solve 

"Too many open files" or "Bad file number" problem.

Thanks,
Ragesh

-----Original Message-----
From: Earl Hood [mailto:earl(_at_)earlhood(_dot_)com]
Sent: Friday, March 05, 2004 12:56 PM
To: mhonarc-users(_at_)mhonarc(_dot_)org
Subject: Re: Large archive conversion problem

On March 5, 2004 at 07:32, "Rangesh Kona" wrote:

All my emails are in .txt format  on SunOS cdnemailweb.Cadence.COM
5.8
Generic_108528-19 sun4u sparc SUNW,Ultra-80

Here are my trials :

1. mhonarc -add /usr1/archives/*.txt  ( doesn't work ) fails with
Arguments too long

Let mhonarc do the work for you of grabbing the files by running
it in MH reading mode:

  mhonarc -mhpattern '\.txt$' -add /usr1/archives

And .txt files in /usr1/archives will be read.

--ewh