i do that on a site. first thing is that a lot of crystaltech's servers are on spam lists so I would check your server to see.
just set up the failto address and run a scheduled task to check it and run cfpoop to check it but you need to be sure to check the header and body content for the bounces because some providers do different things. What I do is just check for email addresses and there should be 2, the one that bounced and the one that is the failto. I grab those and put them in a temp table and loop through the emails, when its done looping i compare the bounced ones with the mailing list and if there is a match it deletes it. The big problem with this though is that cfpop takes FOREVER to do this and it can time out. This site gets about 10,000 bounces every broadcast and it takes weeks to get through them, this summer we are changing it up and bought an email checker that grabs all the email addresses from that email acount and spits them out into a list then they can take the list and upload it and it will run and delete all the matches and only takes about a minutes to do it all. >Hi, > >I have developed an email newsletter application for one of my clients (a >local bike shop). They have nearly 5,000 email addresses in the database, >and we are using a shared server with crystaltech. I have created an >interface that allows them to remove bounced email addresses from the >database, but it is a manual process. Knowing that cfmail has a "failto" >attribute, I was wondering if anyone has done what I am thinking of >doing...namely, create a script that monitors the failto email address, and >then uses cfpop to grab messages, then parse those messages for the bounced >email addresses, and then delete them automatically from the database. Has >anyone done that? I guess my main question is how to grab the failed email >addresses from the bounced emails? > >Thanks, > >Pete ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295803 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

