Re: Maildir format
Jack Bertram <[email protected]> Tue, 13 May 2003 18:25:35 +0100
| Newsgroups | gmane.mail.ifile.general |
|---|---|
| Message-ID | <[email protected]> |
* clemens fischer <[email protected]> [030513 18:16]: > Jack Bertram <[email protected]>: > > > for msg in $(ls $MAILDIR/cur); do cat $msg | procmail -m FOLDER =$MAILDIR $HOME/bin/refile.learn.rc; done > > how about "cat $MAILDIR/cur/* | procmail ..." :) ? This will feed all the messages into one procmail process, rather than each message into a separate process. I suppose this is possible, but it's not the behaviour in the original script. jack