Akismet flagging deletions again?

Do we have a regression of this issue?

Noticing deletions are being picked up again by Akismet.

2 Likes

I have seen that a bit too, not sure – can you check @eviltrout?

I’ve seen a fair bit of “(post removed by author)” in akismet.

1 Like

I reviewed the code and found a code path for finding posts to check that was missing the condition. I’ve added it. I also added a sanity check beyond that point, just in case:

https://github.com/discourse/discourse-akismet/commit/4800a2a7b5ac97b49af894ae7e077dbfee9d357c

4 Likes