Hi,
at this point this seems to be more of a problem on Mollom side than DFF, but I'll post a cross-reference here in case some other DFF user has noticed same kind of problems.
Short version: It looks like Mollom automatically recognizes the nnnn@facebook usernames as spammers so that they are not able to post comments on the site.
Original issue in Mollom issue que: http://drupal.org/node/463026#comment-3264446.
If someone is having the same problems, please reply to the original issue in Mollom side.
Comments
Comment #1
Jean Rodas commentedSame happen to me i open a issue in Mollom
Comment #2
ebeyrent commentedHere's how I got around the problem. I prepend my own validation handler to my forms to process the Facebook email address before the form data gets sent to Mollom. If I can't get an email address, all of my Facebook users will need to fill out the CAPTCHA on every submit. As a workaround, it's better than nothing.
Something like this:
When I implement this code, my form submissions appear to pass Mollom's validation.