You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This proposal is for creating a plugin that both interacts with and takes advantage of the unique features of the Defensio Anti-Spam Service.
Requirements
The plugin should fully utilize the Defensio API in regards to:
Announcing posts
Auditing comments
Training comments
Implementation Notes
One challenge that was identified was the fact that MT does not support sorting of tables in the core. It was raised that the plugin could override the default Manage Comments functionality to sort the comment listing by "spaminess". One could also simply add another view the comment listing via a page action or quick filter, to sort by spaminess.
Resources
Previous development effort:
mt-defensio - A partially implemented plugin by Tim Appnel
Net::Defensio - A library that speaks to the Defensio API by Brad Choate