Opened 23 months ago
#3519 new enhancement
Send 'recheck_reason' parameter to Akismet during edits
Reported by: | r-a-y | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Extend - Akismet | Keywords: | dev-feedback needs-patch |
Cc: |
Description
We've been seeing a lot of false positive reports from Akismet recently, which made me look into the Akismet API docs some more: https://akismet.com/development/api/#comment-check.
One thing that stood out is the 'recheck_reason'
parameter, which is supposed to be used when rechecking older content or edits. We currently do not send this parameter during forum post edits, which might make the forum post more susceptible for Akismet to return a spam response.
I'll try and work up a patch when I have a bit of time.
Note: See
TracTickets for help on using
tickets.