We've stopped using cfpop because it doesn't support UDF7 out of the box, and that's what a good percentage of bounces came back as. We got the cfxpop3 tag and have been fairly happy with the performance (although the server that sends mail and checks bounces keeps restarting the cf service and we've yet to pin down the culprit.
We also pull the emails with cfpop and then process using boogiebounce. Russ > -----Original Message----- > From: Dave Lyons [mailto:[EMAIL PROTECTED] > Sent: Friday, October 06, 2006 1:30 PM > To: CF-Talk > Subject: Re: removing bad emails from bounced emails and db > > it gets the email from pop, then puts the header & body into a string, > then uses rays getEmails udf to pull emails from that string, then removes > dups (since you get several different email addies and 2-3 of each one, > then puts those into a db to compare against mailing list db later, then > goes and deletes the message via pop. > The forwards it to another page which forwards it back via cflocation to > reset counters. But either of 2 things happen after awhile, it times out > or it gets a redirection error, saying it will never redirect to that > location. > > Its not nasa code or anything and i can do it step by step and the slow > part is cfpop. > > > > > >30-40 seconds to get the address from a single email in cfpop... you > running > >CF on an Atari over there? > > > >Does it actually take that long to get the email or is your code to read > and > >remove the email address taking that time? ...showdebugoutput > > > >As for automation, that should be easy enough. When the newsletter or > spam > >or whatever it is you are sending out (;-P) gets sent, that would be the > >point to set up a cfschedule to start the bounce management. Maybe tell > it > >to start an hour or so from now()... or just the next 2am that rolls > around > >or something... whatever your least busiest time on the server is out > west. > > > >They may not all be in but the next time it ran, it would get those left > >overs. > > > >I could always setup a failto here and let you send to it. I'd then send > you > >a list of bounced email addresses each time you sendyou?re your > >newsletters/spam/porn ads lol > > > >... sounds like easy money to me. Let me know if you want to get started > ;-) > > > > > >-----Original Message----- > >From: Dave Lyons [mailto:[EMAIL PROTECTED] > >Sent: Thursday, October 05, 2006 11:49 PM > >To: CF-Talk > >Subject: Re: removing bad emails from bounced emails and db > > > >Yeah yeah bobby..... > > > >We have them already bouncing to a domain only for this, whic as Bobby > said > >he already told, we already discussed that. > > > >Thats not the problem. > > > >I also have it set up to parse them and its fine. > > > >The problem is the slowness of it and having to have someone manually > start, > >watch, restart it, which is a very slow process, like i said about 20-30 > >seconds per message and there are 10,000 messages..... > > > >Also, its on a shared server where i dont have subdomains available (i > dont > >think). > > > >doesnt seem like it should be as slow as it is, but its also on a shared > >server so it could be. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255816 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

