Does the Watched Words → Silence setting (as shown in this image) apply on the post title and the post content both, or is it just for the post content?
For context: we’re using this to filter spam as suggested in the spam filtering guide (Tips for Preventing Spam) and would like this to apply on the post titles as well.
Additionally, if we can apply the “watched words” setting to not just the first post, but all the posts within the first 24 hours, that would really help to restrict spam further. In our case the spammers intentionally leave the first post as non-spam, only to then follow up with many spam posts.
I understand Watched Words → Silence only applies on the spammer’s first post. I checked the spammer’s first post (with a simple data explorer query: SELECT topic_id, id, last_editor_id, version from posts where user_id = <> order by created_at). The spammers are keeping the watched word in their post title in the very first version of the post, and even then the first post is not getting flagged.
I checked the code and I see that the silencing is indeed applied on the post title as well
So I’m a little confused why we’re observing this behavior in practice