I append a header to the email that contains the listID of the email list I'm sending to, the emailID (I number each email that is sent out for easier tracking) and the email address it was sent to. When I get bounce backs, most times these headers still exist and I handle bounces from those values. Any bounces that don't have those values, I just go in and manually handle them but these are low priority and there aren't that many of them.
John -----Original Message----- From: Colin Wilson [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 1:28 PM To: CF-Talk Subject: Finding email addresses in a bounced message I am working on the bounced email part for my newsletter system. Two options for clearing emails would work fine, first - I have this common string of text from the cfpop message body Failed to deliver to '[EMAIL PROTECTED]' SMTP module(domain hotmail.com) reports: host mx2.hotmail.com says: 550 Requested action not taken: mailbox unavailable All emails from my mailer deamon have this common string - there are some others that come in differently.. but that's ok How do I get the system to read the email between the single quotes second - is there a string of code that would give me all email addresses in the message body so that I could run a query to place them into a holding table till they bounce a second / third time... Any help would be much appreciated. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186534 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

