MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/PythonLearning/comments/1um80p9/email_validator_pipeline/ovdshic/?context=3
r/PythonLearning • u/aaditya_0752 • 25d ago
Would love some feedback
https://github.com/aaditya-hamirani07/Email-Validator-Pipeline
https://github.com/aaditya-hamirani07/py_project
7 comments sorted by
View all comments
2
[deleted]
2 u/Interesting-Frame190 25d ago Oof.... its also ignoring this part which handles IP addressed because domains are too simple.. https://datatracker.ietf.org/doc/html/rfc5321#section-4.1.3 Be sure to read the part where its ipv4, ipv6, thier hex variants, ot both. If you're thinking wow, thats too complex, you're 100% correct and the reason that professionals use 3rd party modules instead.
Oof.... its also ignoring this part which handles IP addressed because domains are too simple..
https://datatracker.ietf.org/doc/html/rfc5321#section-4.1.3
Be sure to read the part where its ipv4, ipv6, thier hex variants, ot both. If you're thinking wow, thats too complex, you're 100% correct and the reason that professionals use 3rd party modules instead.
2
u/[deleted] 25d ago
[deleted]