From noreply at sourceforge.net Tue Aug 9 10:29:13 2011 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 09 Aug 2011 08:29:13 +0000 Subject: [spambayes-bugs] [ spambayes-Bugs-3388896 ] spambayes classification crashes when untrained Message-ID: <3RY80W0T0pzMPk@mail.python.org> Bugs item #3388896, was opened at 2011-08-09 08:29 Message generated for change (Tracker Item Submitted) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=3388896&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: hammie Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: https://www.google.com/accounts () Assigned to: Nobody/Anonymous (nobody) Summary: spambayes classification crashes when untrained Initial Comment: When classifying a message on a untrained dataset the classification crashes on line 293 in classifier.py with a ZeroDivisionError: prob = spamratio / (hamratio + spamratio) Easiest fix is to test beforehand "if hamratio+spamratio == 0.0" and return a probability of 0.5. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=3388896&group_id=61702 From noreply at sourceforge.net Sat Aug 13 14:57:37 2011 From: noreply at sourceforge.net (SourceForge.net) Date: Sat, 13 Aug 2011 14:57:37 +0200 Subject: [spambayes-bugs] [ spambayes-Bugs-3390891 ] Typo in spambayes/classifier.py Message-ID: <3RbjmM1z8szMYb@mail.python.org> Bugs item #3390891, was opened at 2011-08-13 14:57 Message generated for change (Tracker Item Submitted) made by scoder You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=3390891&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Stefan Behnel (scoder) Assigned to: Nobody/Anonymous (nobody) Summary: Typo in spambayes/classifier.py Initial Comment: The "except" clause in line 609 of spambayes/classifier.py lacks parentheses. It should read except (IOError, ValueError): as in line 592. Line numbers refer to this file version: http://spambayes.svn.sourceforge.net/viewvc/spambayes/trunk/spambayes/spambayes/classifier.py?revision=3230&view=markup ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=3390891&group_id=61702 From noreply at sourceforge.net Sun Aug 14 23:30:05 2011 From: noreply at sourceforge.net (SourceForge.net) Date: Sun, 14 Aug 2011 16:30:05 -0500 Subject: [spambayes-bugs] [ spambayes-Bugs-3390891 ] Typo in spambayes/classifier.py Message-ID: <3RcY5D4YLnzMYv@mail.python.org> Bugs item #3390891, was opened at 2011-08-13 07:57 Message generated for change (Comment added) made by montanaro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=3390891&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Stefan Behnel (scoder) Assigned to: Nobody/Anonymous (nobody) Summary: Typo in spambayes/classifier.py Initial Comment: The "except" clause in line 609 of spambayes/classifier.py lacks parentheses. It should read except (IOError, ValueError): as in line 592. Line numbers refer to this file version: http://spambayes.svn.sourceforge.net/viewvc/spambayes/trunk/spambayes/spambayes/classifier.py?revision=3230&view=markup ---------------------------------------------------------------------- >Comment By: Skip Montanaro (montanaro) Date: 2011-08-14 16:30 Message: Thanks. Fixed in rev 3273. Will be in the next release. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=3390891&group_id=61702 From noreply at sourceforge.net Sun Aug 14 23:32:01 2011 From: noreply at sourceforge.net (SourceForge.net) Date: Sun, 14 Aug 2011 16:32:01 -0500 Subject: [spambayes-bugs] [ spambayes-Bugs-3390891 ] Typo in spambayes/classifier.py Message-ID: <3RcY7R28D6zMV7@mail.python.org> Bugs item #3390891, was opened at 2011-08-13 07:57 Message generated for change (Settings changed) made by montanaro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=3390891&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.1.x >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Stefan Behnel (scoder) >Assigned to: Skip Montanaro (montanaro) Summary: Typo in spambayes/classifier.py Initial Comment: The "except" clause in line 609 of spambayes/classifier.py lacks parentheses. It should read except (IOError, ValueError): as in line 592. Line numbers refer to this file version: http://spambayes.svn.sourceforge.net/viewvc/spambayes/trunk/spambayes/spambayes/classifier.py?revision=3230&view=markup ---------------------------------------------------------------------- Comment By: Skip Montanaro (montanaro) Date: 2011-08-14 16:30 Message: Thanks. Fixed in rev 3273. Will be in the next release. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=3390891&group_id=61702 From kdebinder at transpayment.net Sat Aug 13 13:55:07 2011 From: kdebinder at transpayment.net (Kevin DeBinder) Date: Sat, 13 Aug 2011 07:55:07 -0400 Subject: [spambayes-bugs] Problem Message-ID: <001901cc59af$d94ca710$8be5f530$@transpayment.net> I have downloaded and installed SPAMBAYES on my new Windows 7 laptop. I have hooked it into Outlook 2010. It is deleting emails, or at least removing them from my INBOX and I cannot find where they are going. These are good emails and have no reason to be deleted. What's more, they are not being moved to the Junk Suspects or Junk Mail folders where they can be recovered. I need to use SPAMBAYES but have it disabled right now. Please help. -------------- next part -------------- An HTML attachment was scrubbed... URL: