Opened 12 years ago
Closed 11 years ago
#2591 closed enhancement (fixed)
Send extra data to Akismet to better detect forum spam
| Reported by: | eoigal | Owned by: | netweb |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6 |
| Component: | Extend - Akismet | Version: | trunk |
| Severity: | normal | 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
@
12 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Nice, thanks for the patch :)
I tweaked the patch to use
bbp_get_user_post_countrather 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?