procmail
[Top] [All Lists]

Re: Re-filtering....

2001-01-08 19:14:28
Bennett Todd <bet(_at_)rahul(_dot_)net> wrote:

  find renamed-maildir/{new,cur} -maxdepth 1 -type f | \
  while read f;do procmail <$f; done

What's the advantage of this over, say,

 d=renamed-maildir/{new,cur}
 find $d -maxdepth 1 -type f -exec procmail < {} \;


--
Dallman Ross <dman(_at_)nomotek(_dot_)com>
U.S. Voicemail/FAX: +1 (415) 276-2873
Residence Telephone: +49 (0) 6122 / 98 04 46
Cellular Telephone: +49 (0) 177 / 515 34 69
Fight Spam! Join CAUCE! == http://www.cauce.org/ or
http://www.euro.cauce.org/
N.B.: For no auto-reply, use <mailto:dman+noacks(_at_)nomotek(_dot_)com>


_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>