On Fri, Mar 15, 2002 at 12:25:31AM -0500, Chris Hilts wrote: > On Thu, Mar 14, 2002 at 08:37:06PM -0800, Craig Dickson wrote: > > (and to know that they're in maildir format), then run all your old > > messages back through procmail again. > > I believe procmail comes with a utility called 'formail' which you might > find useful for this.
It was actually pretty straightforward. It each MH folder I did : for files in ./[[:digit:]]*; do cat $files |procmail; done No problem, until I got the SMS folder.. Thanks for the help.