Opened 11 years ago
Closed 10 years ago
#2591 closed enhancement (fixed)
Send extra data to Akismet to better detect forum spam
Reported by: | eoigal | Owned by: | netweb |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | trunk |
Component: | Extend - Akismet | Keywords: | has-patch commit |
Cc: |
Description
Updated plugin to send Akismet the following extra parameters that will help us identify suspicious new posts on a forum
comment_total - total comments submitted by the comment author to date
comment_last_active_gmt - datetime stamp of last post submitted on this post/topic
comment_account_registered_gmt - comment author's account registration datetime stamp
Attachments (4)
Change History (10)
#2
in reply to:
↑ 1
@
11 years ago
Replying to netweb:
This is under the assumption that Akismet will add some weight to the spam/ham calculation based on the count submitted thus including the topic counts along with reply counts would be more beneficial?
Sure, bbp_get_user_post_count will be more useful, thanks.
Nice, thanks for the patch :)
I tweaked the patch to use
bbp_get_user_post_count
rather thanbbp_get_user_reply_count_raw
.This way the users total post count includes topics and replies and not just replies.
This is under the assumption that Akismet will add some weight to the spam/ham calculation based on the count submitted thus including the topic counts along with reply counts would be more beneficial?