I keep receiving marketing emails from them, and when I click "unsubscribe", the backend keeps telling me "There are no email subscriptions associated with *@*". That means it did take into account my unsubscribe request the first time around, as it doesn't find me in the DB.
So their DB doesn't have me in there, but I still get emails.
I understand the challenges of distributed systems, eventual consistency, etc... and so it appears the entity sending the email is using an "old" DB with my email address in it, that isn't sync'd yet with my removal update, but after waiting for over a month, I'm beginning to think this will never stop.
How would you deal with that?
entrepy123•1w ago