To test, enable akismet in development.ini (make sure to disable again when running tests, as it affects them). Add some logging in akismetfilter.pyget_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).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
db/8047
To test, enable akismet in
development.ini
(make sure to disable again when running tests, as it affects them). Add some logging inakismetfilter.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).Looks good.