this post was submitted on 19 Jan 2026
402 points (99.5% liked)

Programmer Humor

30364 readers
552 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

...

you are viewing a single comment's thread
view the rest of the comments
[–] ooterness@lemmy.world 213 points 1 month ago* (last edited 1 month ago) (27 children)

Jokes aside, I have been blocked many times by overzealous email validation. Yes, my email has a plus sign in it. This is allowed under RFC5322, so deal with it. It is better to have no validation at all than incorrect validation.

[–] traxex@lemmy.dbzer0.com 14 points 1 month ago (2 children)

Not sure if you also do aliases as well but I’ve seen an increase in websites flagging providers like addy.io as well. Extremely annoying that so many websites think they are so important that they refuse an alias.

[–] grendel84@tiny.tilde.website 7 points 1 month ago

@traxex
@ooterness

migadu has a cool workaround.

instead of:
alias+user@domain.tld

you give:
alias@user.domain.tld

then internally it transforms it to an alias when it comes in.

load more comments (1 replies)
load more comments (25 replies)