procmail
[Top] [All Lists]

Re: Reprocessing a Maildir fodler

2013-08-19 22:37:24

On 19 Aug 2013, at 21:27 , Patrick Shanahan <ptilopteri(_at_)gmail(_dot_)com> 
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?

____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)de
http://mailman.rwth-aachen.de/mailman/listinfo/procmail

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