diff options
author | http://stefano.zacchiroli.myopenid.com/ <http://stefano.zacchiroli.myopenid.com/@web> | 2009-05-05 04:41:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-05-05 04:41:15 -0400 |
commit | 50d6abf28b71234b424eb8349f85eb465bc83983 (patch) | |
tree | 9330996c17a73aebca1df18539e76bb4c0cef67e /doc/todo | |
parent | dd175cda8743068d12dd34b5c89e9fba6bd114c9 (diff) | |
download | ikiwiki-50d6abf28b71234b424eb8349f85eb465bc83983.tar ikiwiki-50d6abf28b71234b424eb8349f85eb465bc83983.tar.gz |
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/blogspam_training.mdwn | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/todo/blogspam_training.mdwn b/doc/todo/blogspam_training.mdwn new file mode 100644 index 000000000..f1d71f763 --- /dev/null +++ b/doc/todo/blogspam_training.mdwn @@ -0,0 +1,24 @@ +The [[blogspam plugin|plugins/blogspam]] is just great. + +However, it lacks support in the web interface to [train comments as +SPAM](http://blogspam.net/api/classifyComment.html), when they were +erroneously identified as ham. It would be great to have such +support, also in the spirit of helping +[blogspam.net](http://blogspam.net) to get better and better. + +What would consist the most appropriate user interface is not entirely +clear to me in the general case (wiki page editing). The case of blog +comments look easier to: when the admin user is logged in (and if the +blogspam plugin is enabled), each comment can have an extra link "mark +as SPAM" which would both delete/revert the comment and submit it to +the configured blogspam server for training. + +Similarly, ham training can be plugged directly into the current +comment moderation interface. Each comment that gets approved by the +admin, can be sent to blogspam.net as ham. If this is considered too +"aggressive", this behaviour can need to be explicitly enabled by +turning on a configuration option. + +-- [[Zack]] + +[[!tag wishlist]] |