Quoth Dave C. on Tue, May 09, 2000:
> I have no idea what -U accomplishes, but personally, I'd replace that
> entire this with an smtp session like the following:
>
> echo "HELO localhost"; \
Why? Why use BSMTP when you can do this much simpler?
I usually do:
( echo "To: $NOTIFY_ADMIN"; \
echo "From: <foo@bar>"; \
echo "....." \
) | ecim -oi -oem $NOTIFY_ADMIN
Vadik.
--
Do not meddle in the affairs of troff, for it is subtle and quick
to anger.