The 6.x port is working great, but I need Mollom support to prevent the river of spam that hits my site every day. How difficult would it be to implement such support? The Contact module already works out of the box with the Mollum module, not sure if we could grab code from there.

CommentFileSizeAuthor
#2 mollom-support-902464.patch1.2 KBmorbiD

Comments

morbiD’s picture

I would also like to see this if at all possible.

Certain contact forms in my site are getting more spam than legit submissions and the only way to deal with it at the moment is to have separate mailboxes for those particular forms.

Mollom verification would be a much better solution.

morbiD’s picture

Status: Active » Needs review
StatusFileSize
new1.2 KB

I made a patch against 6.x-1.x-dev.

I basically just copied mollom's own implementation for the site-wide contact form and it seems to work for me.

gnat’s picture

Thanks for the patch!

I am not currently using Mollom anywhere, so I haven't tested it. It looks right to me, and is isolated enough that even if it doesn't work, it won't break anything else.

I have committed this code, and it should be part of the next 6.x.1-dev release, but isn't part of the latest release because I haven't tested it.

If folks can let me know if it works, I'll include it in the next release.