Click here to Skip to main content
15,886,873 members
Home / Discussions / C#
   

C#

 
GeneralRe: A child-parent problem... Pin
cemlouis14-Feb-04 2:08
cemlouis14-Feb-04 2:08 
GeneralE-mail Validation to clean-up mailing lists Pin
blakeb_113-Feb-04 11:09
blakeb_113-Feb-04 11:09 
GeneralRe: E-mail Validation to clean-up mailing lists Pin
Kentamanos13-Feb-04 12:00
Kentamanos13-Feb-04 12:00 
GeneralRe: E-mail Validation to clean-up mailing lists Pin
Heath Stewart13-Feb-04 12:48
protectorHeath Stewart13-Feb-04 12:48 
GeneralRe: E-mail Validation to clean-up mailing lists Pin
Kentamanos13-Feb-04 13:11
Kentamanos13-Feb-04 13:11 
GeneralRe: E-mail Validation to clean-up mailing lists Pin
blakeb_116-Feb-04 11:18
blakeb_116-Feb-04 11:18 
GeneralRe: E-mail Validation to clean-up mailing lists Pin
Heath Stewart16-Feb-04 11:34
protectorHeath Stewart16-Feb-04 11:34 
GeneralRe: E-mail Validation to clean-up mailing lists Pin
Troy G14-Feb-04 7:34
Troy G14-Feb-04 7:34 
Blake,

Just my two cents. I had this same problem where I work with a list of over 2 million. The final solution that I implemented was to send all of the emails with a unique identifier in the return address. Like so: member_number@yourdomain.com.

Then when a bounce occurs, the email will come back to our server. I use exchange so I had to write an event sink to parse the email address that was coming in and get the member number from whence it bounced and then update that member's email valid in our database. Not sure if this will work for you depending on your setup.

It was tricky but we have it running perfectly now and we now bounce only 2% of our very large lists. One thing we had to keep in my mind was that there are different types of bounces, hard, soft, etc... Most mail servers will send this information back to you in the "bounce" email header and it is up to you to handle it accordingly. For us, we allow 3 soft bounces or one hard.

Like I said, it was a little tricky but we cut our bounces down DRAMATICALLY. If you are interested in the details and some sample code, just reply here and I will get it to you.

Thanks,
Troy G


GeneralRe: E-mail Validation to clean-up mailing lists Pin
blakeb_116-Feb-04 8:05
blakeb_116-Feb-04 8:05 
GeneralRe: E-mail Validation to clean-up mailing lists Pin
blakeb_116-Feb-04 9:22
blakeb_116-Feb-04 9:22 
GeneralRe: E-mail Validation to clean-up mailing lists Pin
Member 187126812-Oct-05 18:12
Member 187126812-Oct-05 18:12 
QuestionTransparency killed by task mgr? Pin
Joe Pardue13-Feb-04 10:24
Joe Pardue13-Feb-04 10:24 
AnswerRe: Transparency killed by task mgr? Pin
leppie13-Feb-04 19:08
leppie13-Feb-04 19:08 
GeneralRe: Transparency killed by task mgr? Pin
joepardue14-Feb-04 5:57
joepardue14-Feb-04 5:57 
GeneralInherited form validation issues Pin
RB@Emphasys13-Feb-04 10:23
RB@Emphasys13-Feb-04 10:23 
GeneralRe: Inherited form validation issues Pin
leppie14-Feb-04 19:57
leppie14-Feb-04 19:57 
QuestionNo private virtual methods? Pin
Nemanja Trifunovic13-Feb-04 10:04
Nemanja Trifunovic13-Feb-04 10:04 
AnswerRe: No private virtual methods? Pin
Kentamanos13-Feb-04 10:56
Kentamanos13-Feb-04 10:56 
AnswerRe: No private virtual methods? Pin
Heath Stewart13-Feb-04 12:08
protectorHeath Stewart13-Feb-04 12:08 
GeneralRe: No private virtual methods? Pin
Nemanja Trifunovic13-Feb-04 12:37
Nemanja Trifunovic13-Feb-04 12:37 
GeneralRe: No private virtual methods? Pin
Heath Stewart13-Feb-04 12:41
protectorHeath Stewart13-Feb-04 12:41 
GeneralRe: No private virtual methods? Pin
Nemanja Trifunovic13-Feb-04 12:50
Nemanja Trifunovic13-Feb-04 12:50 
GeneralRe: No private virtual methods? Pin
Heath Stewart13-Feb-04 13:00
protectorHeath Stewart13-Feb-04 13:00 
GeneralRe: No private virtual methods? Pin
Nemanja Trifunovic13-Feb-04 14:38
Nemanja Trifunovic13-Feb-04 14:38 
GeneralRe: No private virtual methods? Pin
Heath Stewart13-Feb-04 16:57
protectorHeath Stewart13-Feb-04 16:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.