On Tue, Jul 01, 2003 at 06:17:28PM -0500, Jeffrey Parker wrote:
INBOXSIZE=`ls -l ${ORGMAIL} 2>/dev/null | awk '{print $5}'`
Why not just
INBOXSIZE = `wc -c < $ORGMAIL 2>/dev/null`
:0
* $ ${INBOXSIZE}^0
* $ -${QUOTA}^0
| ( /usr/local/bin/formail -r "echo as above" ) | /usr/lib/sendmail -t -oi
Why do you bother having a path compiled in if you are just going to
explicitly type all paths?
--
dman
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail