> Using the newest ISO, I have had some problems with scripts sending email and
> giving the User unknown here error or Data format error.
>
> I would favor a solution that would not force me to edit the sendmail line
> in 1000s of my customers scripts to get them to work.
I am by no means a sendmail guru, but I can't see how adding a virtual
site will create this problem. It is possible it has to do with the way
that Sendmail functions?
The "-ba" which makes the vacation script work is only supposed to do
this:
Starts the sendmail command in ARPANET mode. All input lines to the
command must end with a carriage return and a line feed (CR-LF). The
sendmail command generates messages with a CR-LF at the end and looks at
the From: and Sender: fields to find the name of the sender.
Which is kind of strange the "-ba" would fix vacation.pl. I do not know
if that would fix Ken's problem or not. I have found the "-t admin"
appened to scripts that call sendmail will fix the problem as well.
Once again, I am NOT a sendmail guru, but I don't think the problem is
100% related to adding a virtual site. Something else has to be creating
the problem in the first place. It is possible that it may add to it, but
I can't see the logic in the reason it creates it.
Anyone?
Brian