This issue has been created
 
 
AntiSpam Application / cid:jira-generated-image-avatar-a32563c9-9641-457b-83da-82e5b196ebda ANTISPAM-84 Open

Analyse the event stream to find documents modified by a spammer

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-a16de38b-d42d-44f4-a9a7-76dc660fc302 Vincent Massol created this issue on 09/Nov/25 16:40
 
Summary: Analyse the event stream to find documents modified by a spammer
Issue Type: cid:jira-generated-image-avatar-a32563c9-9641-457b-83da-82e5b196ebda Improvement
Affects Versions: 1.12.1, 1.12.2
Assignee: Unassigned
Components: Simple
Created: 09/Nov/25 16:40
Priority: cid:jira-generated-image-static-major-237ef404-9653-4520-9969-868365dc0e82 Major
Reporter: Vincent Massol
Description:

Right now when we find a spam author we try to find all pages he/she has modified by using SpamCleaner#getDocumentsForAuthor(). However that only checks if the spammer is the creator or the last author of documents.

We also list all the events done by that spammer.

However, we could do better and analyse the events done by that spammer to find documents that he/she has modified, even if there have been other modifications after their changes.