- **status**: in-progress --> review - **Comment**: db/8047
To test, enable akismet in `development.ini` (make sure to disable again when running tests, as it affects them). Add some logging in `akismetfilter.py` `get_data` so you can see the requests. Then post a comment that gets moderated, confirm data is good. Then approve it or mark as spam and confirm data has original user info and no request data (ip addr, ua, referrer). --- ** [tickets:#8047] Akismet filter needs to send original metadata when reporting spam/ham** **Status:** review **Milestone:** unreleased **Labels:** spam sf-current sf-1 **Created:** Mon Jan 18, 2016 05:49 PM UTC by Dave Brondsema **Last Updated:** Mon Jan 18, 2016 05:49 PM UTC **Owner:** Dave Brondsema We currently send the current user etc, when submitting spam or ham reports. Per http://akismet.com/development/api/#submit-spam its important that we send the original post's metadata. --- Sent from forge-allura.apache.org because [email protected] is subscribed to https://forge-allura.apache.org/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
