On Tue, Aug 05, 2003 at 09:21:49PM +0200, Vano D wrote:
> On Mon, 2003-08-04 at 20:10, Bryan Traywick wrote:
> > 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
> 
> Just for the sake of completeness in the thread and because I am also
> looking for a similar solution does anyone know how can this same thing
> be done but using maildrop instead of procmail?
> 
> maildrop in delivery mode should be called as "maildrop -d <destination
> email>"
> 
> Any ideas?

I've never used maildrop before so I'm not exactly sure but try replacing 
'procmail' with 'maildrop -d':

cd path/to/dir/new
for file in *; do
maildrop -d < $file
done

I'm not sure if that will work but it's worth a try.


> 
> Thanks
> -- 
> Vano D <[EMAIL PROTECTED]>
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 

-- 
Bryan Traywick ([EMAIL PROTECTED])

--
[EMAIL PROTECTED] mailing list

Reply via email to