Re: Procmail handling

2000-08-18 Thread brian moore
On Fri, Aug 18, 2000 at 12:12:36PM -0400, Christopher W. Curtis wrote: > I'm trying to get procmail to execute an external program and it doesn't > seem to want to do so. Here is a recipe snippet: > > :0 c > | echo foo > /tmp/foo > > And the output (with VERBOSE=1): > > procmail: Executing " ec

Procmail handling

2000-08-18 Thread Christopher W. Curtis
I'm trying to get procmail to execute an external program and it doesn't seem to want to do so. Here is a recipe snippet: :0 c | echo foo > /tmp/foo And the output (with VERBOSE=1): procmail: Executing " echo foo > /tmp/foo" procmail: Error while writing to " echo foo > /tmp/foo" procmail: Assi