Re: Quick and dirty rebuild of list messages
Bart Schaefer <[email protected]>
| Newsgroups | gmane.mail.procmail |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Mar 18, 2011 at 6:16 AM, LuKreme <[email protected]> wrote: > > Do I HAVE to create a simple procmailrc file to feed the command line or is there a way to just pass ".folder/" as the destination on the command line? > > formail -s procmail -m "`echo :0\n.folder/`" > mbox work? Presuming you meant "< mbox" ... formail -s procmail -m DEFAULT="$PWD/.folder/" /dev/null < mbox should do it.