Code Monkey home page Code Monkey logo

Comments (5)

jberry avatar jberry commented on September 26, 2024 1

I can, looks like you missed the part about starting with 2 digits:

[1] pry(main)> require 'email_address'
=> true

[2] pry(main)> email = '[email protected]';

[3] pry(main)> EmailAddress.valid?(email)
=> false

[4] pry(main)> puts EmailAddress::VERSION
0.1.12

from email_address.

afair avatar afair commented on September 26, 2024 1

Thanks for bringing this forward. It is a bug. My previous research showed that new email addresses must start with a letter, and that only outlook/hotmail domains are allowed anymore. So that is how I set up the check.

I have a large database of email addresses (at work), and I did find some valid live.com addresses that start with a digit, so it looks like this the rule changed over at the Microsoft/Hotmail/MSN/Live/Outlook identity service. (Fun fact, when created in 1996, Hotmail was branded HoTMaiL to highlight its HTML interface, then sold to MS the next year.)

from email_address.

AlexWayfer avatar AlexWayfer commented on September 26, 2024

I can't reproduce.

> gem i email_address
Fetching email_address-0.1.12.gem
Successfully installed email_address-0.1.12
Parsing documentation for email_address-0.1.12
Installing ri documentation for email_address-0.1.12
Done installing documentation for email_address after 0 seconds
1 gem installed

> pry
pry: main > require 'email_address'
=> true

pry: main > email = '[email protected]'; puts EmailAddress.valid?(email); puts EmailAddress.error(email)
true

=> nil

pry: main > puts EmailAddress::VERSION
0.1.12
=> nil

from email_address.

AlexWayfer avatar AlexWayfer commented on September 26, 2024

Sorry, that's true.

But there are errors:

pry: main > email = '[email protected]'; puts EmailAddress.valid?(email); puts EmailAddress.error(email)
false
Recipient is not valid

And some investigation brings me to the https://github.com/afair/email_address/blame/1660263/lib/email_address/config.rb#L146, and the change is 10fc1d3

So, I guess, it should be closed until there will be other proofs of allowing digits as first characters for MSN.

from email_address.

afair avatar afair commented on September 26, 2024

Released version 0.1.13

from email_address.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.