Live data from Hacker News

A little trick to spam the spammers (2021)

misc.l3m.in

111–120 of 231 posts

Re: A little trick to spam the spammers (2021)

#111

https://news.ycombinator.com/item?id=12951917 DonHopkins on Nov 14, 2016 | parent | context | favorite | on: The NHS's 1.2M employees are trapped in a 'reply-a... Back in the days of ARPANET mailing lists, there used to be an "educational" mailing list called "please-remove-me", that was for people who asked an entire mailing list to remove them, instead of removing themselves, or sending email to the administrative…

Thanks for re-sharing!

Re: A little trick to spam the spammers (2021)

#112

I do a similar thing with web crawlers that do not respect the robots.txt https://github.com/cl-test-grid/cl-test-grid/blob/873b2fa978... I don't know if this snippet is really effective, can be improved a little, especially that I noticed a couple of new crawlers that ignore `User-agent: * Disallow: /path` in robots.txt, and do not fix that even after reported.

I'll look into implementing this, nice tip :) archive.org is the worst offender for me; not only do they ignore robots.txt, there is absolutely no way to get something removed once they archived it (despite the data including accidentally leaked PII for example - which can cause actual harm to someone).

Just send them a DMCA request, that's their takedown mechanism. Is it a good one? No, but that's how they do it. You see it posted about all over in their forums.

ex: https://archive.org/post/1022869/site-removal-request

Re: A little trick to spam the spammers (2021)

#113

This reminds me of a trick a friend used to do: he'd collect the email addresses of spammers who'd targeted and put them into file on his website. Not sure whether that worked or not, but it's fun to imagine that it did.

Some french blogger did this to people contacting him for putting sponsored content on his website.

The text on his contact page literally start with "warning: if you want to pay me to put something on my site your email address will be leaked on this page". Funny how many people won't read any content of a website but still want to pay in order to put content on them :P

Re: A little trick to spam the spammers (2021)

#114

I run marketing email databases. This is cute, but it doesn't actually do anything in most systems - either the employees all already get the marketing emails or there is a system-wide rule to suppress against the email domain. If you actually want to (potentially) break something, try submitting some obscure characters or malformed html into some fields. Blank spaces in emails can particularly be a nuisance. And if…

I would also recommend naming yourself Viagra, Cialis or CBD.

"Viagra Cialis, CBD" does sort of sound like a name with some odd post-nominal...

Re: A little trick to spam the spammers (2021)

#115
post #71

Earlier quoted context omitted.

Then you get a group of people panicked about the panic who start replying all saying please stop replying all to this email, and then people replying to them to point out how they are just making the problem worse...

Or a few people have autoreplies that they are out of the office...

Hey it's a party, everyone is invited!

Re: A little trick to spam the spammers (2021)

#116
post #71

Earlier quoted context omitted.

Something similar happened (multiple times?) when I worked at AWS when someone decided to send a mass email to literally the entire company and people inevitably reply-all enough to clog the system and bring it to its knees. Many confused people were replying "UNSUBSCRIBE" (again, to the whole company) as if it would take them off

Then you get a group of people panicked about the panic who start replying all saying please stop replying all to this email, and then people replying to them to point out how they are just making the problem worse...

right clicks thread, mouses over “create new rule”, begins sweating profusely

Re: A little trick to spam the spammers (2021)

#117

Earlier quoted context omitted.

These types of addresses are actually used by corporate anti-spam software and they are called "honeypots". The idea being you setup a inbox with no public email address and report any IP Addresses sending it emails. There is no legitimate reason someone should be emailing these addresses, so it's an obvious flag that someone is being naughty.

There are plenty of legit reasons to be mailing some of those addresses.

[deleted]

Re: A little trick to spam the spammers (2021)

#120

https://news.ycombinator.com/item?id=12951917 DonHopkins on Nov 14, 2016 | parent | context | favorite | on: The NHS's 1.2M employees are trapped in a 'reply-a... Back in the days of ARPANET mailing lists, there used to be an "educational" mailing list called "please-remove-me", that was for people who asked an entire mailing list to remove them, instead of removing themselves, or sending email to the administrative…

In more modern times, within the last couple months, there was the Epic/Unreal Engine Github Email Storm[0][1] at minium 60m emails, because a few hundred thousand people were getting over a hundred emails within a minute or so thanks to a user trying to get a minor patch pulled in so they could get some credit/resume line/who knows. They "@"tted the whole membership of the organization. There was a few repeats of the occurrence immediately afterwards as well by some trolls.

A fun aside is the article on wikipedia [1] begins with Jordan Hubbard and ends with Epic:

[0] https://linustechtips.com/topic/1435395-epic-games-github-em...

[1] https://news.ycombinator.com/item?id=31627061

[2] https://en.wikipedia.org/wiki/Email_storm

Post reply on HN