Re: Reprocessing a Maildir fodler
LuKreme <[email protected]>
| Newsgroups | gmane.mail.procmail |
|---|---|
| Message-ID | <[email protected]> |
On 19 Aug 2013, at 21:27 , Patrick Shanahan <[email protected]> wrote: > find $YOURMAILDIR/{cur,new} -type f | while read file; do > procmail < $file > done I saw that. It didn't work. > for x in .Inbox/cur/* ; do > cat $x |formail -ds procmail > done I didn't find that, but that did work. Thank you. -- When someone asks you, A penny for your thoughts, and you put your two cents in, what happens to the other penny?