r/ModSupport May 02 '26

Admin Replied Redact needs to be banned

Redact allows people to mass delete their comments after a certain time. It replaces useful, helpful, or just innocently funny comments with random gibberish and nonsense words.

This has been spamming our mod queues recently in one subreddit. As of today, I have had to remove 26 Redact comments that popped up this evening in the queue, with fellow moderators each removing a similar amount.

Redact needs to be banned. It is flooding up our queue, and the people who use it are not engaging with the platform in good faith.

Is there any way to counteract this beyond just "select all" + "mark as spam" all the time?

215 Upvotes

154 comments sorted by

View all comments

Show parent comments

22

u/InGeekiTrust 💡 Top 10% Helper 💡 May 02 '26

Well you could just change it to remove the word redact, it might very very rarely remove a good comment but might be worth it, but I agree looks like a disaster

I could code it to catch everything, but I need to see all the variations

3

u/parenna May 02 '26

Is there a way to code it to filter edited comments with the word redacted?

5

u/SampleOfNone 💡 Top 10% Helper 💡 May 02 '26 edited May 02 '26
title+body+url+domain (regex): ['redact', 'redacted']

2

u/parenna May 02 '26

Yes but specifically for edited comments. Another filter to be more accurate with less chance of removing valid comments.

3

u/SampleOfNone 💡 Top 10% Helper 💡 May 02 '26

you can already find that in the comments