Le 14-11-2008, à 17:28:11 +0800, Chengqi(Lars) Song ([EMAIL PROTECTED]) a écrit 
:

> Dear All,

Hi Lars,
 
> Is it possible to sent all mails in Inbox to procmail to re-sort them
> again? Thanks.

Go to inbox and execute the following script :

for i in *
do
formail -s procmail < $i
done

--
steve

Reply via email to