implement anti link spam MRF

This commit is contained in:
William Pitcock 2019-06-19 15:57:44 +00:00
commit 736d8ad6be
4 changed files with 168 additions and 0 deletions

View file

@ -62,6 +62,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- MRF: Support for running subchains.
- Configuration: `skip_thread_containment` option
- Configuration: `rate_limit` option. See `Pleroma.Plugs.RateLimiter` documentation for details.
- MRF: Support for filtering out likely spam messages using naive heuristics.
### Changed
- **Breaking:** Configuration: move from Pleroma.Mailer to Pleroma.Emails.Mailer