Re: detecting bounced mails

2001-01-17 Thread Igmar Palsenberg
On Wed, 17 Jan 2001, Rajiv Majumdar wrote: > > > Sorry..the topic does not fit here. But wanted to know, how can we check > validity of an email id "in advance" You can't. Only think you can check is a valid domain that will in theory accept mail, no way to check if it really dilivers. > so t

Re: detecting bounced mails

2001-01-17 Thread Matti Aarnio
On Wed, Jan 17, 2001 at 04:33:08PM +0530, Rajiv Majumdar wrote: > Sorry..the topic does not fit here. But wanted to know, how can we check > validity of an email id "in advance" so that we can skip "bounce". There are theorethical ways using SMTP's VRFY command, however it has nev