Hi to all I am using a simple form script in which users can send mail to other users using "FROM" and "TO" mail addresses. But when a TO address is invalid the failure delivery goes by default to 'Return-path' owner of the cgi ([EMAIL PROTECTED])
Is there a way that we can define Return-path from the script or any other alternatives that failure deliveries should go to 'FROM' or anyother specified address (preferably defining something within the script) I tried to this, but no results. print MAIL "Return-path: <$email>\n"; print MAIL "To: $recip\n"; print MAIL "Reply-to: $email\n"; print MAIL "From: $email\n"; Thanks in advance, Sara.