This problem has been reported by one of our clients on a Drupal 6 site. They received many complaints from users that they were filling in CAPTCHAs correctly, but they were being told they were wrong. The number of complaints seemed to outweigh the possibility that it's just certain users who had mistyped a CAPTCHA.

We hacked the mollom module to intercept and log all mollom-served CAPTCHA images alongside the users' solutions. We did this by having the website request the CAPTCHA image from mollom, and serve it to the user.

We are finding that in more than 50% of the cases where mollom CAPTCHAs have been incorrectly solved, the image appears to be an exact match to what the user has entered, suggesting that mollom is getting it wrong.

I should note that we are using mollom on dozens of other sites, and none of the others have any reported issues.

I have no idea what the next step might be in identifying this problem, but there is definitely something wrong here so is there any way for us to find out what might be causing this?

CommentFileSizeAuthor
#10 mollom.readme.patch5.47 KBsun
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sun’s picture

Category: bug » support
Priority: Critical » Normal

Is your site sending correct author IP addresses to Mollom?

sun’s picture

Status: Active » Closed (cannot reproduce)

Sorry, without further information this issue can only be closed as not reproducible.

Feel free to re-open this issue if you want to provide further information. Thanks.

chriscohen’s picture

Status: Closed (cannot reproduce) » Active

Sorry for the delayed response. The site is not changing the IP it uses to submit to Mollom, so whatever the module default is, it will still be using that.

Could you explain what effect the author IP address has and how it might affect this issue?

sun’s picture

Your site needs to send the actual IP addresses of your site visitors to Mollom.

When you look into your Drupal logs, do you see different IP addresses for your site visitors?

In case you see different + actual IP addresses of visitors, can you supply a couple of session/captcha IDs of affected form submission attempts? You can find them in your Drupal logs (you can filter by category "mollom").

All of that being said, this issue does not seem to pertain to the functionality of the Drupal module, but rather the Mollom service. However, I can forward the session IDs to Mollom Support.

chriscohen’s picture

The IP addresses are correctly listed in the Mollom logs. Thanks for pointing out where to find this.

I have another theory that might explain this, which is that these IPs appear to correspond to known spammer addresses. What is the default behaviour when Mollom knows that the CAPTCHA is solved correctly but that the solution comes from a known spammer? Will it simply be rejected with no explanation, or is there more?

sun’s picture

If can you provide some recent session IDs, then we don't need to make any assumptions or theories.

That said, could you try whether the latest development snapshot makes any difference?

johnmcgeechan’s picture

Ok if you are not running a reverse proxy like varnish, then read no further...

If you are, then ensure that you have this in settings.php. It took us about a day to to figure out that that was causing legitimate captcha entries to "fail" in Mollom..

if you need to see the full details of this you can see it at..

http://simpleritsolutions.com/drupal/mollom/proxyservers

Hope it helps...

chriscohen’s picture

Thanks johnmcgeechan. Is this settings.php solution for Drupal 6, or Drupal 7? We're specifically having this problem with a Drupal 6 site.

sun’s picture

Status: Active » Fixed

Yes, this also applies to Drupal 6.

The configuration variables are extensively documented in sites/default/default.settings.php, both for D7 and D6.

sun’s picture

Version: 6.x-2.2 » 7.x-2.x-dev
Status: Fixed » Needs review
FileSize
5.47 KB

That said, we can do more. :)

I wasn't aware of the poor state of the INSTALL.txt file... didn't look at that file for a very long time.

Attached patch completely rewrites the file into a new README.txt, and makes it include the bare essential information everyone should be aware of when setting up the Mollom module.

sun’s picture

Status: Needs review » Fixed

Thanks for reporting! Committed to 7.x-2.x and backported to 6.x-2.x.

A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.

chriscohen’s picture

Thanks for the patch. Would anyone be able to show me how I can verify that the lack of this stuff in settings.php is causing this fault with Mollom?

In our own testing of this site, we cannot reproduce the bug, so it's not something that happens every time, or even very often. We've also only ever had reports of this problem on this one site, despite running many other Drupal 6 sites with Mollom. So it makes me believe that our own varnish config is fine, without the settings.php change. I'd be interested to know how a settings.php change would affect Mollom's behaviour here and if it would fix this issue, and if so, how we'd verify it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit f18b589 on 7.x-2.x, 8.x-2.x, fbajs, actions by sun:
    - #1943962 by sun: Fixed incomplete and outdated INSTALL.txt, replaced...

  • Commit f18b589 on 7.x-2.x, 8.x-2.x, fbajs, actions by sun:
    - #1943962 by sun: Fixed incomplete and outdated INSTALL.txt, replaced...