Sim
Well-known member
The current implementation of the Akismet spam checker sets the
According to the Akismet documentation, there are other comment_types which you can set which may be of assistance to them in determining the nature of the spam.
Refer to this blog post: https://blog.akismet.com/2012/06/19/pro-tip-tell-us-your-comment_type/
Here is the list of examples they suggest:
comment_type
to comment
, which is not really recommended for anything other than actual blog comments.According to the Akismet documentation, there are other comment_types which you can set which may be of assistance to them in determining the nature of the spam.
Refer to this blog post: https://blog.akismet.com/2012/06/19/pro-tip-tell-us-your-comment_type/
Our first recommendation:
Use an appropriate comment_type value.
Akismet works with almost any kind of user-submitted web content: blog comments, forum posts, blog posts, contact forms and so on. The characteristics of spam tend to vary across those type – comment spam is quite different from forum spam. So it’s important to give us some context by telling us what type of messages you’re asking Akismet to check. That’s what the comment_type value is for.
Use an appropriate comment_type value.
Akismet works with almost any kind of user-submitted web content: blog comments, forum posts, blog posts, contact forms and so on. The characteristics of spam tend to vary across those type – comment spam is quite different from forum spam. So it’s important to give us some context by telling us what type of messages you’re asking Akismet to check. That’s what the comment_type value is for.
Here is the list of examples they suggest:
- comment: A blog comment.
- forum-post: A top-level forum post.
- reply: A reply to a top-level forum post.
- blog-post: A blog post.
- contact-form: A contact form or feedback form submission.
- signup: A new user account.
- message: A message sent between just a few users.
forum-post
for a new thread and reply
for any subsequent post. From my understanding of the XF checker code - we also run new account registrations through the checks, which may include Akismet - so setting signup
for those would be useful too. Unsure about profile posts - message
perhaps?