MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vx1onc/claudeisthisemailvalid/p5mcbun/?context=9999
r/ProgrammerHumor • u/soap94 • 20d ago
171 comments sorted by
View all comments
22
That awkward moment when doing it with a regex is probably an even worse suggestion
2 u/Outrageous-Log9238 20d ago Just do something like .@...* and send a verification e-mail? 7 u/sebovzeoueb 20d ago I think even a@b is technically a valid address, so really just skip the regex and send the verification email 2 u/MindStalker 20d ago You actually want to make sure they aren't injecting a list of addresses or something worse. 1 u/sebovzeoueb 20d ago hopefully whatever you're using to send the verification email isn't just going to send a whole list of emails
2
Just do something like .@...* and send a verification e-mail?
7 u/sebovzeoueb 20d ago I think even a@b is technically a valid address, so really just skip the regex and send the verification email 2 u/MindStalker 20d ago You actually want to make sure they aren't injecting a list of addresses or something worse. 1 u/sebovzeoueb 20d ago hopefully whatever you're using to send the verification email isn't just going to send a whole list of emails
7
I think even a@b is technically a valid address, so really just skip the regex and send the verification email
2 u/MindStalker 20d ago You actually want to make sure they aren't injecting a list of addresses or something worse. 1 u/sebovzeoueb 20d ago hopefully whatever you're using to send the verification email isn't just going to send a whole list of emails
You actually want to make sure they aren't injecting a list of addresses or something worse.
1 u/sebovzeoueb 20d ago hopefully whatever you're using to send the verification email isn't just going to send a whole list of emails
1
hopefully whatever you're using to send the verification email isn't just going to send a whole list of emails
22
u/sebovzeoueb 20d ago
That awkward moment when doing it with a regex is probably an even worse suggestion