Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: An 'alert' system to detect keywords from unwanted posts #8259

Open
tclaus opened this issue Jun 25, 2021 · 4 comments
Open

Comments

@tclaus
Copy link
Member

tclaus commented Jun 25, 2021

As a podmin I regular check my local posts (thanks to #8232 ) for unwanted / suspicious posts that violates common diasporas' terms of use. (Other user don't report such posts, that does not mean they agree with its content)
A function that might auto-report posts with keywords per Post to the reporting-system. Ten podmin can decide to handle it by removing or to ignoring this.
A table with suspicious keywords should then be added and every incoming post will be scanned for existing keywords. Its then added to the reports-list (flagged with a 'suspicious'), to re-check.
Best: auto-remove from this list after a period of time, if not handled.

This would also need a UI to manage the keywords. (CRUD).
Any ideas / comments?

@Flaburgan
Copy link
Member

I would probably not use such features but I see some podmins who could be interested by it yeah.

@weex
Copy link

weex commented Jun 28, 2021

There are many possible solutions but I wanted to try to restate the problem in its simplest form.

Removing spam takes too much time because messages must be flagged manually.

Does that capture it? Since you only want the messages flagged there isn't much problem with false positives of a simple keyword match.

@tclaus
Copy link
Member Author

tclaus commented Jun 28, 2021

Not exactly. Spam I only one aspect of "unwanted" posts, its a subset of posts I don't want to see.
So a voll solution might (will?) use some vectors to detect unwanted posts:

  • User reports
  • Keyword-Alerts
  • Spam-detection facilities (interns, external ones (Askimet?)

My origin Idea only addresses a simple detection by keywords. If implemented a modularized design should be in mind then.

Should this be transfers to discourse?

@weex
Copy link

weex commented Jun 29, 2021

If limited to keywords, then I think it's sufficiently described above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants