forem / forem

For empowering community 🌱
https://forem.com
GNU Affero General Public License v3.0
21.97k stars 4.04k forks source link

Deny "http(s)://..." headlines automatically. #1058

Closed dertuxmalwieder closed 5 years ago

dertuxmalwieder commented 5 years ago

As most the ridiculous spambots flooding DEV lately usually only post one pointless "hi everyone" thread (nothing too bad) and then exactly two "postings" which have an URI as a headline, it might be worth to just deny new articles with a headline that matches an URI regex.

benhalpern commented 5 years ago

Good call. I think sometimes we get too caught up in working towards smart solutions instead of stamping out what we’re seeing now.

We should create an automatic denial condition which catches certain posts (like this one) possibly auto-suspending the authors.

dertuxmalwieder commented 5 years ago

... and retro-deleting their first pointless "welcome" thing! ;-)

But you should make it as modular as possible. You know, if some day URL-only articles have a reason (maybe for OEmbed?).

jessleenyc commented 5 years ago

We implemented a solution via our spam detection API so we shouldn't be seeing this anymore.