Hacker News new | past | comments | ask | show | jobs | submit login

Around 20% of the web still tells me my dan@dangrossman.info e-mail address is invalid.

.info domains have been around for 11 years now, and I can't work around these sites by removing a character.




It will get fixed once companies start to use custom top level domains, at least for anyone wanting to support such custom domain names.

More realistly there will be unmaintained sites running old email validation coed for decades.


I have heard personally from many Abuse email admins that .info domains are no longer a threat anymore.

You cannot be penalized in any way for sending email from a .info domain, so why don't so many websites accept them still?


It's just bad code, not a conscious decision to block any specific e-mails. Here's the code of a local construction project's e-mail subscription form:

  validationexpression = "^([a-zA-Z0-9_\\-\\.]+)@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,3})$";
It assumes all e-mails end in 2 or 3 letters after a dot.

I run into it all over the place. I can't redeem reward points on my Visa card because the redemption 'shopping cart' requires an e-mail to notify you when the rewards ship, and says mine isn't valid. I was blocked signing up for a checking account online because of my "invalid" e-mail, but opened the same account at a branch with the same e-mail address, where they now e-mail my statements.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: