mollom every time returns unsure.
I am testing the mollom service for my CMS tool.Mollom is reporting ham for unspammy contents which is what is expected,But even for spammy contents it is reporting unsure everytime.Also I am not getting any captcha.
I have already incorporated the change that is there in java library of getAudioCaptcha:
result.sessionId = captcha.get("session_id");
result.url = captcha.get("url");
I have posted this question before also.Hope this time I will get a response.

Even for spammy content we
Even for spammy content we currently still return unsure so we can have an additional captcha check. This allows us to gather data from which we can train. We will very soon turn this off and start returning SPAM.
I mailed you the latest version of the Java library, could you try again and let me know if the issue is solved?
mollom is returning unsure for spammy content.
Hi
I have tried the latest java library that you have mailed me.And now I am getting the correct number of total rejected spams.
But still I am not getting any captcha check.Is it because I am testing mollom application on console and not on local server?I am new to it.Please help me.
Thanks in advance.
Could you mail me your code
Could you mail me your code so I can have a look at it.
If your key is in developer
If your key is in developer mode, you can also not send the code that is in the CAPTCHA, but you can only send "correct" or "incorrect". This is defined in the API docs. This could be a potential the reason for you problem.