From 50d6abf28b71234b424eb8349f85eb465bc83983 Mon Sep 17 00:00:00 2001 From: "http://stefano.zacchiroli.myopenid.com/" Date: Tue, 5 May 2009 04:41:15 -0400 Subject: --- doc/todo/blogspam_training.mdwn | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/todo/blogspam_training.mdwn (limited to 'doc/todo/blogspam_training.mdwn') 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]] -- cgit v1.2.3 From 6f991c7a1c2441b5110e2d895a12a73c63895b44 Mon Sep 17 00:00:00 2001 From: "http://smcv.pseudorandom.co.uk/" Date: Wed, 6 May 2009 06:11:53 -0400 Subject: --- doc/todo/blogspam_training.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/todo/blogspam_training.mdwn') diff --git a/doc/todo/blogspam_training.mdwn b/doc/todo/blogspam_training.mdwn index f1d71f763..f15eba59d 100644 --- a/doc/todo/blogspam_training.mdwn +++ b/doc/todo/blogspam_training.mdwn @@ -13,6 +13,13 @@ 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. +> Comments can't have an extra link when the admin user is logged +> in, because the admin user sees the same static pages as everyone +> else (non-admins still see the "remove" link provided by the remove +> plugin, too). Perhaps a better UI would be that the action of that +> link was overridden by the blogspam plugin to go to a form with +> a checkbox for "also submit as spam"? --[[smcv]] + 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 -- cgit v1.2.3