SA Bugzilla – Bug 3176
Invisible text that should be ignored is not.
Last modified: 2004-03-17 09:59:21 UTC
With a recent change (r9460, Bug 2129) text invisible to the user should be ignored by the Bayesian classifier. However it appears that the Bayesian classifier is seeing this text due to a bug in Message::get_visible_rendered_body_text_array. See the patch below. I'm sure about the patch, but I'm not sure why this hasn't been seen, it may be something about other non-trunk changes in my copy.
Created attachment 1843 [details] Proposed fix.
Created attachment 1844 [details] Proposed fix. The previous patch only fixes the problem with learning, this patch fixes learning and checking.
ok, fixed in current SVN separately