Wade Balzer said:
> :0c
> ! rbalzer(_at_)insight(_dot_)com
Replace the last line with:
| /usr/lib/sendmail -oi rbalzer(_at_)insight(_dot_)com
--
<< MCT >> SPG-Support(_at_)bbn(_dot_)com
Michael C Tiernan BBN Speech Products Group
Customer Support Engineering 70 Fawcett Street MS: 14/1A
Phone: +1 (617) 873-4242 Cambridge MA 02138 USA
Can I define it like:
OFFSITE="rbalzer(_at_)insight(_dot_)com"
FWRD="/usr/lib/sendmail -oi"
:0c
| FWRD$ OFFSITE$
or:
FWRD="| /usr/lib/sendmail -oi rbalzer(_at_)insight(_dot_)com"
:0c
FWRD$
Will both work?
Wade Balzer