HI there,
here's a little fix. I had that problem once...
here's the code:
# add the recipient -t <recipient>
# I think it's required.
open(MAIL, "|$sendmail -oi -t $recipient") or die "Can't open pipe to $sendmail:
+$!\n";
# Cya
AgentKelly - Too Bored To Log In =)