in reply to Re: valid email addresses
in thread valid email addresses
Actually at some point I had. I was putting something KISS together...
If I were truly serious about verifying an EMAIL address I would do something like what was mentioned in the perlfaq only with a link to a perl_mod handled URL with a random string as part of the URL. The decyphering of the random URL would map back to their email address through a query of a session table.
Complicated, but effective.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Peter L. Berghold --- Peter@Berghold.Net "Those who fail to learn from history are condemned to repeat it."
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: valid email addresses
by merlyn (Sage) on May 17, 2001 at 00:30 UTC |