rockerest’s avatarrockerest’s Twitter Archive—№ 16,384

    1. Me on my forever quest against incorrect email validation algorithms: rockerest/1400585830960447490
  1. …in reply to @rockerest
    For what it's worth, the correct validation is this regular expression /.+@.+/ (Yes, theoretically a TLD could also be an MX, making example@com a valid address) If it matters to you, then send an email to confirm it's a real recipient.