Hi, Here's our situation: we have a client website that uses CDONTS (in ASP) to send messages to their customers. Sometimes their customers enter the wrong email address, and, naturally, the mail bounces. We want the bounce message to go to our client, but instead it comes to us. Here is a typical header of message we receive:
********************************* Received: from bcw5.bcwebhost.net [66.224.41.2] by bcw4.bcwebhost.net with ESMTP (SMTPD32-7.15) id A0E111D601DA; Mon, 28 Nov 2005 13:04:33 -0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Mon, 28 Nov 2005 13:04:33 -0800 MIME-Version: 1.0 Content-Type: multipart/report; report-type=delivery-status; boundary="9B095B5ADSN=_01C5E589B22A99C60000060Cbcw5.bcwebhost.n" Message-ID: <[EMAIL PROTECTED]> Subject: Delivery Status Notification (Failure) X-Declude-Sender: <> [66.224.41.2] X-Note: This E-mail was scanned by Declude JunkMail (www.declude.com) for spam. X-Spam-Tests-Failed: None [0] X-Note: This E-mail was sent from bcw5.bcwebhost.net ([66.224.41.2]). X-RCPT-TO: <[EMAIL PROTECTED]> Status: U X-UIDL: 987192744 ********************************** "bcw5" is the web server and "bcw4" is the mail server involved. I don't understand why this message is sent to [EMAIL PROTECTED], instead of [EMAIL PROTECTED] This message then contains an attachment of the original message, and the header to that looks like: ************************************ Received: from mail pickup service by bcw5.bcwebhost.net with Microsoft SMTPSVC; Sat, 26 Nov 2005 11:16:52 -0800 From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: Register for HUT Shuttle - Salem - 11/28/2005 - Date: Sat, 26 Nov 2005 11:16:52 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_2C8C_01C5F27A.E6C9BD80" X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Message-ID: <[EMAIL PROTECTED]> X-OriginalArrivalTime: 26 Nov 2005 19:16:52.0403 (UTC) FILETIME=[F50E6830:01C5F2BD] ************************************ Any ideas? Is it related to the way the CDONTS object is created in the ASP programming? We've got a number of clients that follow this same procedure, and this is the first time I can recall running into this problem. Thanks, Ben To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
