Correction. isolated to any comment that has @username when not an admin. Admin types @username and comment goes through. Regular user types @username and comment goes to mod.
Correction: isolated to any comment that has @username when not an admin and list of words exists in wp spam word list. Admin types @username and comment goes through. Regular user types @username and comment goes to mod.
Remember that in my wpadmin the commeting plugin is not greyed out for some reason while the other addon we have installed is greyed out. Both have licenses. https://share.getcloudapp.com/Z4uYkwW9. Seems like the should be both greyed out.
Simply in the list of the Comment Moderation, there is the following phrase "ass".
There is a Wordpress native (core) function called check_comment, that checks the comment content and if the function finds some phrase that contains the sequence of those letters it's being considered as spam. (This function doesn't work if the comment is published by high-level users like admin, moderator, etc). For example, the phrase "class" contains those letters. So while wpDiscuz contains class attributes those comments are being considered as spam comments, it doesn't matter that the phrase is not a part of a comment just a part of HTML.
So you'll need to remove that phrase from the list and it'll work fine.
In case you want to say thank you! 🙂 We'd really appreciate if you leave a good review on the plugin page. This is the best way to say thank you to this project and the support team.