Edit: Shipped! 🚀

https://github.com/pixelfed/pixelfed/pull/4933

 Admins: We're about to ship a new Autospam feature to help mitigate spam from remote servers!

You should add the following to your .env so you're ready:

```
PF_AUTOSPAM_LIVE_FILTERS_ENABLED=true
PF_AUTOSPAM_LIVE_FILTERS_CSV="のプロフ 見て"
```

The last .env var is a comma separated list of content you want blocked!

#pixelfed #autospam #spam

Autospam Live Filters - block remote activities based on comma separated keywords by dansup · Pull Request #4933 · pixelfed/pixelfed

Allows admins to easily block activities containing specific keywords, helpful to mitigate spam attacks. How to enable Set PF_AUTOSPAM_LIVE_FILTERS_ENABLED=true in .env Set comma separated keyw...

GitHub
@pixelfed a case sensitive search is easy to bypass. Case insensitive might have been better? Just and thought

@daj @pixelfed probably, yeah, but that’s also the start of the infinite localisation handling shenaningans..!

relevent to the current spam occuring on fedi: you can easily rewrite all japanese as さ", or as ほ°, which becomes very hard to impossible to programatically detect

now, of course case insensitive matching is a good first step, but text matching accross languages isn’t an easy problem to solve…

@[email protected] @pixelfed Indeed. Not the perfect solution, but case insensitive seems logical.
It's an ongoing battle :-(