Bugs item #1729084, was opened at 2007-05-31 19:50 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1729084&group_id=61702
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: 1.0.4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Chris Arndt (strogon14) Assigned to: Nobody/Anonymous (nobody) Summary: sb_mboxtrain.py should remove wrong classification header Initial Comment: When you train a message as ham or spam which has already been filtered and classified, sb_mboxsort.py should remove the "X-Spambayes-Classification" header, if it does not match to what you are training the message as. So, if ,for example, sp_filter.py has wrongly classified a message as spam and your mailfilter(e.g. procmail) put it in your spam mailbox, you can just move it to your inbox and then regularly train all messages in the inbox as ham. The attached patch checks the "X-Spambayes-Classification" every time the message is trained, even if it has already been trained before. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1729084&group_id=61702 _______________________________________________ Spambayes-bugs mailing list [email protected] http://mail.python.org/mailman/listinfo/spambayes-bugs
