Closed (fixed)
Project:
Mollom
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 May 2011 at 19:02 UTC
Updated:
24 Apr 2014 at 17:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sunAttached patch fixes the issue.
Comment #3
sunComment #4
sunComment #5
dries commentedCommitted to 7.x (master). Thanks sun!
I'm not sure it is important enough to backport to 6.x. Seems pretty harmless.
Comment #6
sunI think it's important, since the button labels are not user input. Mollom's content classifiers take them into account when evaluating the spaminess, profanity, and quality of a post. I've seen such text fragments in several customer support tickets. Now, when considering that millions of posts are determined as spam every day, and these tokens get a negative spam classification, then there's a higher probability of mistakenly identifying a ham post as spam, just because of the button labels.
Comment #8
sunform_builder() in D6 destroys the $form_state['buttons'] information as soon as a button has been processed, so the backport wasn't trivial. However, attached patch should fix the issue.
Comment #9
sunComment #10
sunThanks for reporting, reviewing, and testing! Committed to 6.x-1.x.
A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.