procmail
[Top] [All Lists]

Re: Mailbox limit

2001-08-03 15:20:27
On Fri, Aug 03, 2001 at 10:13:29AM -0400, Don Hammond wrote:
A couple things. 10240 is not 10Mb. You probably mean something more
like 10485760.[1]  Also BOXSIZE=`ls -l $DEFAULT |awk '{print $5}'` 
might be a reasonable simplification.  You can also use scoring to do

Actually, in a procmailrc, the while loop is probably more efficient.
Launching awk would require another process. The while loop would do the same
thing within the existing shell process.

-- 
Andrew Edelstein        -       andrew(_at_)pure-chaos(_dot_)com
http://andrew.pure-chaos.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>