<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Captcha on Netsensei</title>
    <link>https://www.netsensei.be/tags/captcha/</link>
    <description>Recent content in Captcha on Netsensei</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>nl-NL</language>
    <managingEditor>matthias@netsensei.nl (Matthias Vandermaesen)</managingEditor>
    <webMaster>matthias@netsensei.nl (Matthias Vandermaesen)</webMaster>
    <lastBuildDate>Sat, 09 May 2009 18:03:38 +0000</lastBuildDate><atom:link href="https://www.netsensei.be/tags/captcha/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>WP Mollom likes your comments</title>
      <link>https://www.netsensei.be/2009/05/09/wp-mollom-likes-your-comments/</link>
      <pubDate>Sat, 09 May 2009 18:03:38 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2009/05/09/wp-mollom-likes-your-comments/</guid>
      <description>&lt;p&gt;Over the past couple of days, it became apparent that WP Mollom suffers
&lt;a href=&#34;http://blog.zog.org/2009/05/het-probleem-met-commentaren-alhier.html&#34;&gt;an issue&lt;/a&gt; where it “eats” your comment when a CAPTCHA is shown.
The result is that only half of your comment is saved. Not good of course. 
Apart from that, there was also a problem with character encoding.&lt;/p&gt;
&lt;p&gt;Of course, this issue needs solving. I could recreate the problem on a testsetup
and found the culprit. This issue rears its’ ugly head when a commenter
uses double quotes in his/her comment. Because of the way WordPress implements
commenting, I have to embed the commentdata in the CAPTCHA form as a cluster of
hidden fields. The handling of the encoding was a bit wonky here which causes
data to get corrupted.&lt;/p&gt;
&lt;p&gt;I fixed the issue and commited the code in the development version of the plugin
(trunk). I’m not commiting it to a stable version yet because the adjusted
code needs testing against foreign non-western character sets like simplified
chinese and such. If your blog is set to use UTF-8 encoding (which it should!),
you shouldn’t notice big problems with this update.&lt;/p&gt;
&lt;p&gt;If you’re really anxious to get your hands wet, you can download
&lt;a href=&#34;http://downloads.wordpress.org/plugin/wp-mollom.zip&#34;&gt;the development version here&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>WP Mollom 0.7.2</title>
      <link>https://www.netsensei.be/2009/02/12/wp-mollom-072/</link>
      <pubDate>Thu, 12 Feb 2009 21:35:26 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2009/02/12/wp-mollom-072/</guid>
      <description>&lt;p&gt;I just released version 0.7.2 of WP Mollom. Here’s the changelist&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;fixed: closing a gap that allowed bypassing checkContent through spoofing
$_POST[‘mollom_sessionid’]&lt;/li&gt;
&lt;li&gt;fixed: if mb_convert_encoding() is not available, the CAPTCHA would generate
a PHP error. Now falls back to htmlentities().&lt;/li&gt;
&lt;li&gt;improved: the check_trackback_content and check_comment_content are
totally rewritten to make them more secure.&lt;/li&gt;
&lt;li&gt;added: user roles capabilities. You can now exempt roles from a check by
Mollom&lt;/li&gt;
&lt;li&gt;added: simplified chinese translation&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So, for the most part, this release is about security related under-the-hood
changes. Another great adition is the use of user roles. With previous releases,
you didn’t have to pass the Mollom check if you were logged in. Which was
a bit of a security issue in it’s own. This release allows you to exempt
certain user roles from Mollom scrutiny.&lt;/p&gt;
&lt;p&gt;Finally, I owe a big thank you to &lt;a href=&#34;http://zuoshen.com/&#34;&gt;Donald&lt;/a&gt; for the great work he did
translating the interface into simplified chinese and his numerous suggestions.
Thank you!! I would like to encourage others to &lt;a href=&#34;http://codex.wordpress.org/Translating_WordPress&#34;&gt;translate the plugin&lt;/a&gt;!
German, French and/or Spanish, if you know them, now is the time to put them to
use!&lt;/p&gt;
&lt;p&gt;So, go grab it from &lt;a href=&#34;http://wordpress.org/extend/plugins/wp-mollom/&#34;&gt;WordPress Extend&lt;/a&gt; or upgrade your installation through
the famous one-step intaller in your Dashboard!&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>WP Mollom 0.7.1</title>
      <link>https://www.netsensei.be/2008/12/27/wp-mollom-071/</link>
      <pubDate>Sat, 27 Dec 2008 16:23:51 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/12/27/wp-mollom-071/</guid>
      <description>&lt;p&gt;I just released &lt;a href=&#34;http://wordpress.org/extend/plugins/wp-mollom/&#34;&gt;WP Mollom 0.7.1&lt;/a&gt;. Here’s the changelog:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;fixed: all plugin panels are now shown in the new WP 2.7 administration
interface menu&lt;/li&gt;
&lt;li&gt;fixed: non-western character sets are now handled properly in the captcha form&lt;/li&gt;
&lt;li&gt;fixed: handles threaded comments properly&lt;/li&gt;
&lt;li&gt;fixed: multiple records in the manage module not correctly processed&lt;/li&gt;
&lt;li&gt;improved: extra – non standard – fields added to the comment form
don’t get dropped&lt;/li&gt;
&lt;li&gt;improved: revamped the administration panel&lt;/li&gt;
&lt;li&gt;improved: various smaller code improvements&lt;/li&gt;
&lt;li&gt;added: the plugin is now compatible with the new plugin uninstall features in
WordPress 2.7&lt;/li&gt;
&lt;li&gt;added: the ‘quality’ of ‘spaminess’ of a comment is
now logged and shown as an extra indicator&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Wishing all the best in 2009!&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Mollom 0.6.1</title>
      <link>https://www.netsensei.be/2008/09/24/mollom-061/</link>
      <pubDate>Wed, 24 Sep 2008 18:54:18 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/09/24/mollom-061/</guid>
      <description>&lt;p&gt;I just tagged version 0.6.1 of &lt;a href=&#34;http://wordpress.org/extend/plugins/wp-mollom&#34;&gt;WP Mollom&lt;/a&gt; in the WordPress Extend
repository. Which means in a few moments, you’ll be able to download the
latest installment of my plugin.&lt;/p&gt;
&lt;p&gt;So, what has changed? Well, this is a bugfix release which means no new
features. Here’s the changelog:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fixed: division by 0 error on line 317&lt;/li&gt;
&lt;li&gt;Fixed: if ‘unsure’ but captcha was filled in correctly, HTML
attributes in comment content would sometimes be eaten by kses&lt;/li&gt;
&lt;li&gt;Improved: the mollom function got an overhaul to reflect the september 15
version of the Mollom API documentation&lt;/li&gt;
&lt;li&gt;Changed: mollom statistics are now hooked in edit-comments.php instead of
plugins.php&lt;/li&gt;
&lt;li&gt;Added: &lt;code&gt;_mollom_retrieve_server_list()&lt;/code&gt; function now handles all
&lt;code&gt;getServerList&lt;/code&gt; calls&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Although almost all basic functions are up and running now, there’s still
a long road ahead. Today, I’m happy with what I’ve accomplished
technically so far, but such things as usability, performance,
flexibility,… still need more work. For instance, there’s still no
WordPress MU version, i8n support is still missing, the backend needs more
simplifying and much more.&lt;/p&gt;
&lt;p&gt;But then again, if spam annoys you as much as the mosquitos in my room did me
last night, then this is the plugin for you. Download the package, drop
&lt;code&gt;wp-mollom.php&lt;/code&gt; in your plugins folder, register with &lt;a href=&#34;http://mollom.com&#34;&gt;mollom.com&lt;/a&gt; to get
your keys, just configure them in the plugin and you’re all packed with
some serious spam stoppage power.&lt;/p&gt;
&lt;p&gt;Happy blogging!&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>WP Mollom “Back to school” 0.6.0</title>
      <link>https://www.netsensei.be/2008/08/24/wp-mollom-back-to-school-060/</link>
      <pubDate>Sun, 24 Aug 2008 18:15:15 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/08/24/wp-mollom-back-to-school-060/</guid>
      <description>&lt;p&gt;On the 1st of september, kids go back to school here in Belgium. And so, with a
week to go, I was able to get a &lt;a href=&#34;http://wordpress.org/extend/plugins/wp-mollom/&#34;&gt;new release&lt;/a&gt; out. I intended it to be a
bugfix release with version number 0.5.3, but I got a bit carried away and some
feature creep happened. So I decided to give it version number 0.6.0.&lt;/p&gt;
&lt;p&gt;Here’s the changelog:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;fixed: html is preserved in a comment when the visitor is confronted with the
captcha&lt;/li&gt;
&lt;li&gt;fixed: handling of session id’s in show_captcha() en check_captcha()
follows the API flow better.&lt;/li&gt;
&lt;li&gt;fixed: broken bulk moderation of comments is now fixed&lt;/li&gt;
&lt;li&gt;fixed: the IP adress was incorrectly passed to the
‘mollom.checkCaptcha’ call&lt;/li&gt;
&lt;li&gt;fixed: the session_id is now passed correctly to _save_session() after the
captcha is checked.&lt;/li&gt;
&lt;li&gt;improved: more verbose status messages report when using the Mollom Manage
module&lt;/li&gt;
&lt;li&gt;improved: cleaned up some deprecated functions&lt;/li&gt;
&lt;li&gt;improved: handling of Mollom feedback in _mollom_send_feedback() function&lt;/li&gt;
&lt;li&gt;added: approve and unapprove options in the Mollom Manage module&lt;/li&gt;
&lt;li&gt;added: link to the originating post in the Mollom Manage module&lt;/li&gt;
&lt;li&gt;added: if a comment had to pass a CAPTCHA, it will be indicated in the Mollom
Manage module&lt;/li&gt;
&lt;li&gt;added: plugin has it’s own HTTP USER AGENT string which will be send
with XML RPC calls to the API&lt;/li&gt;
&lt;li&gt;added: detailed statistics. You can find these under Plugins &amp;gt; Mollom&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;My personal favourite are the new statistics. I like shiny bar graphs.
&lt;a href=&#34;http://www.buytaert.net&#34;&gt;Dries&lt;/a&gt; and Benjamin let me use the flash object to generate statistics based
on the data of their Mollom services. But I decided to keep some statistics on
the ‘client’ i.e. your site’s
side.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/matthiasvan/2792906769/&#34;&gt;&lt;img src=&#34;http://farm4.static.flickr.com/3162/2792906769_f27f949417_o.png&#34; alt=&#34;WP Mollom Statistics&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;How to install this shiny new version?&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;If you have Akismet running: shut it down in the plugins panel.&lt;/li&gt;
&lt;li&gt;Upload wp-mollom.php in your plugins/ folder and activate the plugin.&lt;/li&gt;
&lt;li&gt;Get a public/private key by registering your site on mollom.com.&lt;/li&gt;
&lt;li&gt;Go to ‘settings’ in the WordPress Administration and configure
the plugin.&lt;/li&gt;
&lt;li&gt;That’s it… your blog is protected by the forces of Mollom.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The idea is that Mollom takes away most of your moderation needs. But from time
to time, you might get confronted with a false positive. In the
‘comments’ section of your WordPress Administration panel, you find
the Mollom Moderation Module which gives you lots of control.&lt;/p&gt;
&lt;p&gt;What are you waiting for? Just give it a go!&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>WP Mollom 0.5.2</title>
      <link>https://www.netsensei.be/2008/07/20/wp-mollom-052/</link>
      <pubDate>Sun, 20 Jul 2008 18:28:32 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/07/20/wp-mollom-052/</guid>
      <description>&lt;p&gt;So, I wrapped up version 0.5.2 of &lt;a href=&#34;http://wordpress.org/extend/plugins/wp-mollom&#34;&gt;WP Mollom&lt;/a&gt; today. This release is all
about fixing several bugs.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;fixed: passing $comment instead of the direct input from $_POST to the
&lt;code&gt;show_captcha()&lt;/code&gt; and &lt;code&gt;check_captcha()&lt;/code&gt; functions.&lt;/li&gt;
&lt;li&gt;improved: implemented wpdb-&amp;gt;prepare() in vunerable queries&lt;/li&gt;
&lt;li&gt;improved: &lt;code&gt;mollom_activate()&lt;/code&gt; function now more robust&lt;/li&gt;
&lt;li&gt;changed: mollom_author_ip() reflects changes in the API documentation. This
is to catch up on the abuse of proxies by spammers. If your host uses a
&lt;a href=&#34;http://en.wikipedia.org/wiki/Reverse_proxy&#34;&gt;reverse proxy&lt;/a&gt; and you know the ip(‘s), just enter them in the
dashboard. The plugin takes care of the rest.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I tried to make the plugin compatible with the &lt;a href=&#34;http://wordpress.org/extend/plugins/openid/&#34;&gt;WP OpenID plugin&lt;/a&gt; over the
past weeks. But no dice. Stable version 2.1.9 of WP OpenID doesn’t deal
with extra fields added to the HTTP POST by other plugins when a request is send
to wp-comments-post.php. This causes WP Mollom’s CAPTCHA form and
subsequent checks to malfunction.&lt;/p&gt;
&lt;p&gt;The good news is that &lt;a href=&#34;http://willnorris.com/&#34;&gt;Will Norris&lt;/a&gt; of WP OpenID is aware of the problem. The
development version does contain a fix for this problem and is actually
compatible with WP Mollom. You can check out a copy from the
&lt;a href=&#34;http://diso-project.org/&#34;&gt;DiSo Project’s&lt;/a&gt; &lt;a href=&#34;http://diso.googlecode.com/svn/wordpress/wp-openid/&#34;&gt;Google Code repository&lt;/a&gt; if you really want OpenID
and Mollom support on your site.&lt;/p&gt;
&lt;p&gt;As always: refer to &lt;a href=&#34;http://wordpress.org/extend/plugins/wp-mollom/other_notes/&#34;&gt;the documentation&lt;/a&gt; regarding all the in’s and
out’s.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Mollom vs Netsensei</title>
      <link>https://www.netsensei.be/2008/07/10/mollom-vs-netsensei/</link>
      <pubDate>Thu, 10 Jul 2008 21:29:52 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/07/10/mollom-vs-netsensei/</guid>
      <description>&lt;p&gt;Over the past days, there were some hiccups with WP Mollom on my blog. Comments
that were kept back and the likes. I had an little bit outdated version of the
plugin running. Of course, over the past weeks since 0.5.1, I received quite
some feedback. And over the weekend, there was a small adjustement in the Mollom
API.&lt;/p&gt;
&lt;p&gt;So I took action and during my daily commute from and to Leuven, I took the time
to fix things up. I’m now running a test version of 0.5.2 on my blog. I
improved the SQL yet again (thanks, &lt;a href=&#34;http://www.benderydt.com&#34;&gt;Ben&lt;/a&gt;!) and a bug in the CAPTCHA form.&lt;/p&gt;
&lt;p&gt;So drop a me line in the comments and if things don’t work out,
don’t hesitate to contact me!&lt;/p&gt;
&lt;p&gt;If you’re really willing, you can always give the &lt;a href=&#34;http://wordpress.org/extend/plugins/wp-mollom/download/&#34;&gt;development version&lt;/a&gt;
a go. It contains all the latest changes and updates, but might not be so
stable.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>WP Mollom “Holiday Edition” 0.5.1</title>
      <link>https://www.netsensei.be/2008/07/01/wp-mollom-holiday-edition-051/</link>
      <pubDate>Tue, 01 Jul 2008 22:19:00 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/07/01/wp-mollom-holiday-edition-051/</guid>
      <description>&lt;p&gt;I just released a minor update of WP Mollom with some bugfixes. This is the
changelog:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fixed: minor issues with the Captcha not being rendered correctly&lt;/li&gt;
&lt;li&gt;Added: &lt;code&gt;mollom_manage_wp_queue()&lt;/code&gt; function which adds Mollom support to the
default comment administration panel&lt;/li&gt;
&lt;li&gt;Improved: updating from a previous version is now more robust&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;More info and download on &lt;a href=&#34;http://wordpress.org/extend/plugins/wp-mollom&#34;&gt;WordPress Extend&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Mollom workflow</title>
      <link>https://www.netsensei.be/2008/06/01/mollom-workflow/</link>
      <pubDate>Sun, 01 Jun 2008 11:26:36 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/06/01/mollom-workflow/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.buytaert.net&#34;&gt;Dries&lt;/a&gt; made me &lt;a href=&#34;http://mollom.com/how-drupal-uses-the-mollom-api&#34;&gt;a nice diagram&lt;/a&gt; on the process flow of Mollom. It shows
the order in which your Mollom programmable should excute the different API
calls.&lt;/p&gt;
&lt;p&gt;Note: You should never try to save data to the database before all the Mollom
checks including the CAPTCHA have been cleared. The idea is that through the
challenge-response flow, the contributor has to validated him/herself as a human
instead of forcing the administrator to make an educated guess.&lt;/p&gt;
&lt;p&gt;As for the plugin itself: I noticed several small booboo’s myself over the
weekend and sorted them out. A public release should be very soon-ish.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Statistics for Mollom</title>
      <link>https://www.netsensei.be/2008/05/29/statistics-for-mollom/</link>
      <pubDate>Thu, 29 May 2008 10:45:51 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/05/29/statistics-for-mollom/</guid>
      <description>&lt;p&gt;Because numbers and graphics can express so much more then words: a
visualisation of how Mollom is protecting my blog against spam. I’ve been
testing my plugin on and off for the past 2 weeks on my own
blog.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/matthiasvan/2532743003/&#34;&gt;&lt;img src=&#34;http://farm4.static.flickr.com/3161/2532743003_3c81e37c6b.jpg&#34; alt=&#34;Mollom for WordPress&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The new beta release is almost ready by the way. Just need to pack and ship it
to the testers tonight. So here’s what’s new:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Decoupled moderation from the CAPTCHA test. Moderation is now optional. If you
fail to complete the CAPTCHA, your comment is not saved to the database.&lt;/li&gt;
&lt;li&gt;Major improvement of the error handling. I dove into WordPress’ error
handling. I think people should make more use of the &lt;code&gt;WP_Error&lt;/code&gt; class in
combination with &lt;code&gt;wp_die()&lt;/code&gt;. Maybe I’ll do a small item on that one.&lt;/li&gt;
&lt;li&gt;I added trackback support. Of course, displaying CAPTCHA’s for
trackbacks isn’t going to work. So after discussing it with Dries,
instead of trying to solve the CAPTCHA problem, those trackbacks are blocked
as well.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;As things get finalized, I’m thinking about doing a very first public beta
release sometime next week. I had very few feedback from testers so far in fact.
If people are still interested in joining me for a last spin: drop me a line!&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>To moderate… or not?</title>
      <link>https://www.netsensei.be/2008/05/25/to-moderate-or-not-2/</link>
      <pubDate>Sun, 25 May 2008 14:48:44 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/05/25/to-moderate-or-not-2/</guid>
      <description>&lt;p&gt;Well, I &lt;a href=&#34;https://www.netsensei.be/archives/to-moderate-or-not/&#34;&gt;adjusted&lt;/a&gt; some of the plugin code over the weekend. The
comments’ data (name, e-mail, url, content) isn’t stored in the
database anymore but embedded in the CAPTCHA form as a collection of hidden
fields. As I don’t want to store the data clientside (cookies and the
likes) this seems to be the best way out. The comment is saved only if the
CAPTCHA test was succesfully completed.&lt;/p&gt;
&lt;p&gt;A particular issue I face are &lt;a href=&#34;http://www.blooberry.com/indexdot/html/topics/urlencoding.htm&#34;&gt;special characters&lt;/a&gt; like backslashes,
quotes,… things you might encounter in URL’s and such. Luckily,
WordPress is quite flexible as it takes this into account during the process of
saving a comment in the database. The issue I have to focus on is not breaking
the HTML CAPTCHA form itself. This will probably need some extensive testing.&lt;/p&gt;
&lt;p&gt;The new version is already protecting this blog against comment spam. If
everything goes well, the moderation queue should stay empty of unprocessable
spam. In fact, it changes the usage of the queue entirely: instead of an
indispensable tool, it becomes an optional means to teach Mollom if a message
contains spam, profanity,… You don’t need to use it, but it allows
you to correct Mollom in those few cases that may slip through.&lt;/p&gt;
&lt;p&gt;Next up: implement functionality against trackback spam. I hope to get that part
finished near the end of next week so I can put out a new betaversion of the
plugin.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>To moderate… or not?</title>
      <link>https://www.netsensei.be/2008/05/23/to-moderate-or-not/</link>
      <pubDate>Fri, 23 May 2008 17:00:48 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/05/23/to-moderate-or-not/</guid>
      <description>&lt;p&gt;Today, I had an e-mail discussion with Dries and Benjamin over the use of a
moderation queue within the context Mollom provides. I have on implemented in my
plugin. The idea is that ‘unsure’ comments that don’t get
through the CAPTCHA test, land in a moderation queue… sort of.&lt;/p&gt;
&lt;p&gt;Mollom was actually designed to get rid of the queue. Checking if a commenter is
human or a spambot happens through the CAPTCHA test. Early on in the process of
posting a comment. That makes a queue where an administrator has to do the check
after the facts quite unnecessary.&lt;/p&gt;
&lt;p&gt;The problem is that the way I designed the plugin forced me use a moderation
queue altogether. ‘Unsure’ labelled comments happen to land in the
database, before the CAPTCHA check. Two months ago, that seemed the logical way
out to me. Dries gave me some more insight in the workings of the Drupal module
and was able to convince me to seperate the CAPTCHA check from the moderation
queue. (I am not nearly into Drupal as I am into the workings of WordPress!)&lt;/p&gt;
&lt;p&gt;So. It’s a bit back to the drawingboard for me as this means some parts of
the plugin need to be reviewed.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Mollom vs Trackback spam</title>
      <link>https://www.netsensei.be/2008/05/13/mollom-vs-trackbacks/</link>
      <pubDate>Tue, 13 May 2008 16:30:01 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/05/13/mollom-vs-trackbacks/</guid>
      <description>&lt;p&gt;Hum. The plugin in WordPress doesn’t support trackback checking yet. No
big deal? Well, I have 24 spams in my moderation queue, the majority of them are
trackback spam.&lt;/p&gt;
&lt;p&gt;So… yet another feature to implement. Just wondering how the flow of
operations should look like. Moreover: how/where do I implement a CAPTCHA? Is it
necessary to do this implement? Given the 99.8% accuracy Mollom claims, is it a
bad thing if a trackback would be identified as a false positive and the CAPTCHA
step is skipped altogether? One can retrieve the false positive through the
moderation queue altogheter, no?&lt;/p&gt;
&lt;p&gt;Anyway, adding trackback support should be fairly simple.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Mollom voor WordPress ii</title>
      <link>https://www.netsensei.be/2008/04/29/mollom-voor-wordpress-ii/</link>
      <pubDate>Tue, 29 Apr 2008 10:29:49 +0000</pubDate>
      <author>matthias@netsensei.nl (Matthias Vandermaesen)</author>
      <guid>https://www.netsensei.be/2008/04/29/mollom-voor-wordpress-ii/</guid>
      <description>&lt;p&gt;Zo. We zijn een half dagje verder. Dit is de tussenstand: 0 spammers door de
mazen van het net gegelipt. 7 spams in de moderation queue waarvan er 3 door
jullie werden achtergelaten. 1 spam (&lt;a href=&#34;http://houbi.com/&#34;&gt;Houbi&lt;/a&gt;) per ongeluk in de moderation
queue blijven hangen. Niettegenstaande de mens &lt;em&gt;legit&lt;/em&gt; is.&lt;/p&gt;
&lt;p&gt;Kijk, voorlopig laat ik alles daar even hangen. Ik moet nog een feedback module
in mijn plugin hangen zodat ik de Mollom servers kan terugsturen waarom iets wel
of niet spam/profanity/unwanted/… is.&lt;/p&gt;
&lt;p&gt;Tenslotte blijkt er inderdaad iets loos te zijn met het tonen van de image
CAPTCHA’s. Da’s alvast doorgegeven.&lt;/p&gt;
&lt;p&gt;Al bij al een klein succesje denk ik dan zo.&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>