On Mon, Aug 04, 2003 at 06:55:04PM +0100, Dhruba Bandopadhyay wrote:
> Hello
> 
> Procmail is used to filter incoming mail into respective folders but
> how can I filter the email that is already there in my inbox into their
> respective folders?
> 

Try this link 
http://www.xray.mpe.mpg.de/mailing-lists/procmail/2002-07/msg00371.html

The code is:

cd path/to/dir/new
for file in *; do
        procmail < $file
done

That should resort your mail using your new procmail recipes. I used these
same steps to resort my mail and it worked fine. Hope that helps :)

> Much appreciated.
> Dhruba Bandopadhyay.
> 
> P.S.  postfix, procmail, courier-imap in use
> 
> --
> [EMAIL PROTECTED] mailing list
> 

-- 
Bryan Traywick ([EMAIL PROTECTED])

--
[EMAIL PROTECTED] mailing list

Reply via email to