in reply to domain getting tacked onto email address??

print MAIL "From: no-reply <webmaster\@domain.org\n";

This lacks a '>' at the end, doesn't it?

it'll look like "parent@hotmail.com.hivelocity.net" whereas $efrom = "parent@hotmail.com"

Try using '<' and '>' again. If that doesn't work, it must be a sendmail configuration issue.

--
David Serrano

Replies are listed 'Best First'.
Re^2: domain getting tacked onto email address??
by Anonymous Monk on Jul 26, 2006 at 21:51 UTC
    oddly enough, i saw that error in the From: field, and fixed it, but that one is coming through just fine...

    my test $efrom value actually looks like this:

    $efrom = "$in{'Parent Name'} <$in{'Parent Email'}>";
    so, it does include the closing '>'

    and the resulting header includes this:

    Reply-To: parent name <parent@home.com.hivelocity.net>