> /home/faxemail/scripts/test: cat: command not found > > so I changed it to full path names. (in the script). > > Any ideas on getting around that? (so it uses the user's path?)
As Nick said. You have set your path in procmail restrictively (good idea!), but all processes started from within procmail inherit the same path. Not having /bin in $PATH is a pretty good guarantee to be dangling by your neck. Volker -- Volker Kuhlmann is possibly list0570 with the domain in header http://volker.dnsalias.net/ Please do not CC list postings to me.
