TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Dealing with SPAM emails after you unsubscribed?

7 pointsby magneticabout 1 month ago
I unsubscribed from a marketing email list over a month ago. This is from a large pharmacy chain in the US that I suspect I got enrolled into during a medication purchase.<p>I keep receiving marketing emails from them, and when I click &quot;unsubscribe&quot;, the backend keeps telling me &quot;There are no email subscriptions associated with *<i>@*</i>&quot;. That means it did take into account my unsubscribe request the first time around, as it doesn&#x27;t find me in the DB.<p>So their DB doesn&#x27;t have me in there, but I still get emails.<p>I understand the challenges of distributed systems, eventual consistency, etc... and so it appears the entity sending the email is using an &quot;old&quot; DB with my email address in it, that isn&#x27;t sync&#x27;d yet with my removal update, but after waiting for over a month, I&#x27;m beginning to think this will never stop.<p>How would you deal with that?

13 comments

impendiaabout 1 month ago
If I unsubscribe and still get marketing emails --<p>Or, if when I click the unsubscribe link, I am prompted to log in to an account which I never created, using a password that I do not have --<p>Then, with apologies to Francis Ford Coppola, my reaction is to mark as spam with extreme prejudice.
Leftiumabout 1 month ago
I have two simple email rules&#x2F;filters that filter out most marketing emails. They should work for your emails.<p>Even if you don&#x27;t use gmail, you can still apply the general strategy: <a href="https:&#x2F;&#x2F;blog.leftium.com&#x2F;2023&#x2F;11&#x2F;automatic-inbox-cleanup-with-two-simple.html" rel="nofollow">https:&#x2F;&#x2F;blog.leftium.com&#x2F;2023&#x2F;11&#x2F;automatic-inbox-cleanup-wit...</a><p>While the rules could automatically delete&#x2F;mark the emails as read, I just tag them with labels and &quot;skip&quot; the inbox so I don&#x27;t get an email notification.<p>I can mark all of them as read with a single keystroke after skimming the subject lines for anything important&#x2F;interesting.
brudgersabout 1 month ago
I usually just mark unsolicited emails as spam. Only occasionally do I bother to unsubscribe. For example when there the email seems intended mostly to address my interests and not just the result of a policy to spam anyone and everyone.
pavel_lishinabout 1 month ago
&gt; <i>How would you deal with that?</i><p>1. Start marking them as spam, to train my email provider that this sender is to be treated as such (correctly).<p>2. Set up filters to automatically archive&#x2F;mark-as-read those emails.<p>3. If I was having a particularly slow week with nothing else to do, start finding the emails of engineers &amp; managers at various responsible entities, and making it their problem every time an email comes in.
ValtteriLabout 1 month ago
I usually just reject mail from the address or even the whole domain on the email server level. This causes them to receive mail rejection notifications and my inbox stays at zero. Zoho workspace makes this easy to do.<p>I could just block them silently, but reject notifications add to their spam score on email provider level and may help them reconsider their approach.<p>Curiously, one spammer rotated over 10 similar domains in a span of 6 months as I kept blocking them. Assuming their spam software did it automatically.
LinuxBenderabout 1 month ago
View the headers and use regex <i>(if your mail provides that level of details in rules)</i> to block the the PTR records and reverse DNS from sending to you. If not then block emails based on keywords in the subject or body. If that isn&#x27;t an option contact your mail provider and have them block it. Or find a better mail provider that gives you better filter rule options. Also start submitting the headers&#x2F;emails to Spamcop. [1]<p>[1] - <a href="https:&#x2F;&#x2F;www.spamcop.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.spamcop.net&#x2F;</a>
pwgabout 1 month ago
Name and shame. The large pharmacy chain is Walgreens.<p>I&#x27;ve been very tempted to look up the email for their legal department and send them an explanation of how they are in violation of the CAN-SPAM law.
评论 #43647903 未加载
cpachabout 1 month ago
What are the options from your mail provider? E.g. can you filter it and send directly to trash?<p>On Gmail I would just flag it as spam and go on with my day.
entrepy123about 1 month ago
Add a rule&#x2F;filter in your mail account settings that sends mail from that domain&#x2F;sender&#x2F;subject&#x2F;etc. to the Trash&#x2F;Junk&#x2F;SPAM folder (or &#x27;Delete&#x27; action).
JohnFenabout 1 month ago
I just set up filters (on my mailserver, but you could do it in your mailreader) to automatically delete all emails from such misbehaving senders. Then I don&#x27;t even have to see them.
评论 #43646270 未加载
solardevabout 1 month ago
Just block them and move on. Not worth your time or mental energy.
Qemabout 1 month ago
Thunderbird bayesian filter works fine for me. You only need to remember marking new spam it does not recognize yet, so it learns to properly classify it.
nicbouabout 1 month ago
Mark as spam and block sender.