1565

I also reached out to them on Twitter but they directed me to this form. I followed up with them on Twitter with what happened in this screenshot but they are now ignoring me.

top 50 comments
sorted by: hot top controversial new old
[-] DmMacniel@feddit.de 322 points 6 months ago

When you insist on implementing your own email address validation...

[-] DeltaTangoLima@reddrefuge.com 163 points 6 months ago

I have my own domain that uses a specific 2-letter ccTLD - it's a short domain variation of my surname (think "goo.gl" for Google). I've been using it for years, for my email.

Over those years, I have discovered an astonishing number of fuckheaded organisations whose systems insist I should have an email address with a "traditional" TLD at the end.

[-] stickmanmeyhem@lemmy.world 84 points 6 months ago

A few years back I bought a .family domain for my wife and I to have emails at ourlastname.family That lasted a week because almost every online service wouldn’t accept it. Now we have a .org

[-] CosmicTurtle@lemmy.world 42 points 6 months ago

Doesn't surprise me one bit. I've noticed that a lot of websites will only accept .com and a few will only accept email addresses from popular providers (Gmail, Hotmail, outlook, etc.)

My guess is that it's trying to reduce spam and fake account generation.

[-] deweydecibel@lemmy.world 53 points 6 months ago

My guess is that it's trying to reduce spam and fake account generation.

Thus preventing the growth of any small providers and further entrenching Microsoft, Google, Apple, and a handful of others as the only "viable" options.

load more comments (5 replies)
load more comments (4 replies)
load more comments (5 replies)
[-] cley_faye@lemmy.world 48 points 6 months ago

The only useful email validation is "can I get an MX from that" and "does it understand what I'm saying in that SMTP". Anything else is someone that have too much free time.

[-] cashews_best_nut@lemmy.world 31 points 6 months ago

It's easier to Google "email regex [language]" and copy the first result from stack overflow.

[-] vithigar@lemmy.ca 42 points 6 months ago

Definitely a timesaver. Much faster to get incorrect email validation that way then to try building it yourself.

load more comments (1 replies)
load more comments (4 replies)
[-] KickMeElmo@sopuli.xyz 32 points 6 months ago

I've encountered this because my domain has a hyphen in it. Very irritating.

load more comments (1 replies)
load more comments (18 replies)
[-] reflex@kbin.social 241 points 6 months ago

but they are now ignoring me.

Hmm. Did you try giving them your email address?

[-] sacbuntchris@lemmy.world 69 points 6 months ago* (last edited 6 months ago)

Yes, now my twitter dms are stuck in an infinite loop

[-] db0@lemmy.dbzer0.com 34 points 6 months ago

Gimme your email address and I'll see what I can do

load more comments (4 replies)
[-] JackbyDev@programming.dev 175 points 6 months ago

Somebody made a shitty regex.

[-] jwt@programming.dev 70 points 6 months ago

Probably, from what I can see the address in question isn't really that exotic. but an email regex that validates 100% correctly is near impossible. And then you still don't know if the email address actually exists.

I'd just take the user at their word and send an email with an activation link to the address that was supplied. If the address is invalid, the mail won't get delivered. No harm done.

[-] Alexstarfire@lemmy.world 25 points 6 months ago

Actually, one of our customers found out the hard way that there is harm in sending emails to invalid addresses. Too many kickbacks and cloud services think you're a bot. Prevented the customer from being able to send emails for 24 hours.

This is the result of them "requiring" an email for customers but entering a fake one if they didn't want to provide their email, and then trying to send out an email to everyone.

Our software has an option to disable that requirement but they didn't want to use it because they wanted their staff to remember to ask for an email address. It was not a great setup but they only had themselves to blame.

load more comments (2 replies)
load more comments (26 replies)
load more comments (7 replies)
[-] soulfirethewolf 120 points 6 months ago
[-] MeatsOfRage@lemmy.world 41 points 6 months ago

Exactly. After the @ they should just confirm there's at least one period. The rest is pretty much up in the air.

[-] deafboy@lemmy.world 33 points 6 months ago

Which would still be technically wrong. There does not need to be a dot.

load more comments (6 replies)
load more comments (4 replies)
[-] 48954246@lemmy.world 112 points 6 months ago

The best way to validate an email address is to sent it an email validation link.

Anything outside of that is a waste of effort.

[-] _stranger_@lemmy.world 69 points 6 months ago

That is 100% a chatbot using a regex email validator someone wrote as a meme that the chipotle dev copied from stack overflow without context.

load more comments (4 replies)
load more comments (1 replies)
[-] gravitas_deficiency@sh.itjust.works 106 points 6 months ago* (last edited 6 months ago)

That is 100% a bot, and whoever made the bot just stuck in a custom regex to match “user@sld.tld” instead of using a standardized domain validation lib that actually handles cases like yours correctly.

Edit: the bots are redirecting you to bots are redirecting you to bots. This is not a bug. This is by design.

load more comments (15 replies)
[-] Snapz@lemmy.world 105 points 6 months ago

Modern customer service is about willfully designed layers of broken system engineered specifically to frustrate the majority of people that can't regulate their emotions. It's always a series of about "12 doors" you have to cross through that are exceedingly difficult to pass through. They are designed to sap your energy with the hope that you eventually reach a boiling point, hang up, get distracted, go on with your day and never follow up out of fear of starting the same process again.

load more comments (5 replies)
[-] Sylver@lemmy.world 78 points 6 months ago

Chipotle is telling you they don’t want your money

[-] sacbuntchris@lemmy.world 46 points 6 months ago

I would sure like the free stuff they promised me after my past purchases

[-] satans_crackpipe@lemmy.world 63 points 6 months ago

I work for Chipotle Corporate. Please send me your email address. I'll make sure it gets fixed.

[-] sacbuntchris@lemmy.world 54 points 6 months ago

Nice try I've heard that before

[-] Kolanaki@yiffit.net 59 points 6 months ago* (last edited 6 months ago)

There should be an '@,' followed by a domain (name@email.com).

What is your email address?

load more comments (7 replies)
load more comments (2 replies)
[-] ohlaph@lemmy.world 59 points 6 months ago

Look, I get it, but first, what's your email address?

load more comments (2 replies)
[-] Ratulf@feddit.de 56 points 6 months ago* (last edited 6 months ago)

If that's their standard, you can probably just edit the html to make the login button active and then sign-in.

load more comments (1 replies)
[-] Toes@ani.social 55 points 6 months ago

You're talking to a bot that has a crappy parser and doesn't understand what a subdomain is.

[-] Semi-Hemi-Demigod@kbin.social 39 points 6 months ago

This is why you never attempt to validate an email address beyond requiring an @ followed by a period, and send a verification email

[-] na_th_an@lemmy.world 38 points 6 months ago

Technically you don't need a period for a valid address. "a@a" is a valid email address.

load more comments (8 replies)
load more comments (4 replies)
load more comments (5 replies)
[-] chitak166@lemmy.world 43 points 6 months ago
[-] Syndic@feddit.de 147 points 6 months ago

Nah, it's just a old school chat bot following a predefined flow chart. And in this flowchart someone implemented an improper email check.

It's pretty much the same as if there was just a website with an email field which then complains about a non valid email which in fact is very valid. And this is pretty common, the official email definition isn't even properly followed by most mail providers (long video but pretty funny and interesting if you're interested in the topic).

[-] dan@upvote.au 28 points 6 months ago* (last edited 6 months ago)

You can use symbols like [ ] . { } ~ = | $ in the local-part (bit before the @) of email addresses. They're all perfectly valid but a lot of email validators reject them. You can even use spaces as long as it's using quotation marks, like

"hello world"@example.com

A lot of validators try to do too much. Just strip spaces from the start and end, look for an @ and a ., and send an email to it to validate it. You don't really care if the email address looks valid; you just care whether it can actually receive email, so that's what you should be testing for.

load more comments (12 replies)
load more comments (18 replies)
[-] MacedWindow@lemmy.world 41 points 6 months ago

Pepper is making you salty

load more comments (2 replies)
[-] breadsmasher@lemmy.world 40 points 6 months ago

Have you tried giving them your email address?

[-] Witchfire@lemmy.world 37 points 6 months ago

My Ameriprise account has its own email address because the fuckers don't believe any email starting with email@ is a real email. I've called them a million times and got them to file a bug, which they did, and then closed as won't fix.

load more comments (1 replies)
[-] Rookwood@lemmy.world 32 points 6 months ago

Why are you keeping track of the age of your Chipotle account?

[-] lingh0e@sh.itjust.works 39 points 6 months ago

Because those points add up, playa.

load more comments (2 replies)
[-] captain_aggravated@sh.itjust.works 32 points 6 months ago

Sounds like they don't want your business anymore.

[-] CaptPretentious@lemmy.world 31 points 6 months ago

Reply, that you'd be happy to provide your e-mail. but first, you must verify them, my having them provide an e-mail.

[-] cupcakezealot@lemmy.blahaj.zone 26 points 6 months ago

sorry to answer your post ill need an email address

load more comments (1 replies)
load more comments
view more: next ›
this post was submitted on 15 Dec 2023
1565 points (99.1% liked)

Mildly Infuriating

33925 readers
163 users here now

Home to all things "Mildly Infuriating" Not infuriating, not enraging. Mildly Infuriating. All posts should reflect that.

I want my day mildly ruined, not completely ruined. Please remember to refrain from reposting old content. If you post a post from reddit it is good practice to include a link and credit the OP. I'm not about stealing content!

It's just good to get something in this website for casual viewing whilst refreshing original content is added overtime.


Rules:

1. Be Respectful


Refrain from using harmful language pertaining to a protected characteristic: e.g. race, gender, sexuality, disability or religion.

Refrain from being argumentative when responding or commenting to posts/replies. Personal attacks are not welcome here.

...


2. No Illegal Content


Content that violates the law. Any post/comment found to be in breach of common law will be removed and given to the authorities if required.

That means: -No promoting violence/threats against any individuals

-No CSA content or Revenge Porn

-No sharing private/personal information (Doxxing)

...


3. No Spam


Posting the same post, no matter the intent is against the rules.

-If you have posted content, please refrain from re-posting said content within this community.

-Do not spam posts with intent to harass, annoy, bully, advertise, scam or harm this community.

-No posting Scams/Advertisements/Phishing Links/IP Grabbers

-No Bots, Bots will be banned from the community.

...


4. No Porn/ExplicitContent


-Do not post explicit content. Lemmy.World is not the instance for NSFW content.

-Do not post Gore or Shock Content.

...


5. No Enciting Harassment,Brigading, Doxxing or Witch Hunts


-Do not Brigade other Communities

-No calls to action against other communities/users within Lemmy or outside of Lemmy.

-No Witch Hunts against users/communities.

-No content that harasses members within or outside of the community.

...


6. NSFW should be behind NSFW tags.


-Content that is NSFW should be behind NSFW tags.

-Content that might be distressing should be kept behind NSFW tags.

...


7. Content should match the theme of this community.


-Content should be Mildly infuriating.

-At this time we permit content that is infuriating until an infuriating community is made available.

...


8. Reposting of Reddit content is permitted, try to credit the OC.


-Please consider crediting the OC when reposting content. A name of the user or a link to the original post is sufficient.

...

...


Also check out:

Partnered Communities:

1.Lemmy Review

2.Lemmy Be Wholesome

3.Lemmy Shitpost

4.No Stupid Questions

5.You Should Know

6.Credible Defense


Reach out to LillianVS for inclusion on the sidebar.

All communities included on the sidebar are to be made in compliance with the instance rules.

founded 1 year ago
MODERATORS