TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Dealing with SPAM emails after you unsubscribed?

7 点作者 magnetic大约 1 个月前
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 条评论

impendia大约 1 个月前
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.
Leftium大约 1 个月前
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.
brudgers大约 1 个月前
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_lishin大约 1 个月前
&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.
ValtteriL大约 1 个月前
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.
LinuxBender大约 1 个月前
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>
pwg大约 1 个月前
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 未加载
cpach大约 1 个月前
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.
entrepy123大约 1 个月前
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).
JohnFen大约 1 个月前
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 未加载
solardev大约 1 个月前
Just block them and move on. Not worth your time or mental energy.
Qem大约 1 个月前
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.
nicbou大约 1 个月前
Mark as spam and block sender.