On Mon, Oct 11, 1999 at 2:00 PM, Tim Walberg ([EMAIL PROTECTED]) typed:
> nope... 'sendmail=cat' will likely result int all kinds
> of error messages about cat not recognizing the command
> line options that sendmail uses and not being able
> to find files and such. I think 'sendmail="echo --"' is
> probably best - to get past echo complaining about invalid
> arguments too...
>
> tw
At the risk of beating this to death, why not just an easy shell
script, something like
#!/bin/csh -f
echo my command line args were: $*
echo my stdin was:
/bin/cat -
and then set sendmail to the script name.
--
-e