On Tue, May 08, 2001 at 02:49:23AM -0400, Rob Mahurin wrote: > On Tue, May 08, 2001 at 03:05:02PM +1000, [EMAIL PROTECTED] wrote: > > I have these variables set at the top of my .procmailrc > > PATH=/usr/bin:/usr/local/bin > > MAILDIR=$HOME/mail # all mailboxes are in mail/ > > LOGFILE=/dev/null > > SHELL=/bin/sh > > I have /bin in my path. > > 02:47 $ which date > /bin/date > 02:48 $ which gzip > /bin/gzip > > This is your problem. > You are totally right. (Bangs head against wall in frustration!) Thank you, now everything works as it should. I was beginning to think I had gremlins in my system. I hadn't even thought that gzip and date weren't in the path.
Cheers. Mark.