From noreply at sourceforge.net Wed Nov 1 15:16:40 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 01 Nov 2006 06:16:40 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1588613 ] Can't select folder for filtering or training Message-ID: Bugs item #1588613, was opened at 2006-11-01 09:16 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=1588613&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: Outlook Group: 1.1.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: Charles Welborne (duncan99) Assigned to: Nobody/Anonymous (nobody) Summary: Can't select folder for filtering or training Initial Comment: I've just installed the 1.1a3 binary on WinXP Pro SP2 / Outlook 2003 SP2, and am having a problem similar to the one described in "[ 1449691 ] Cannot see child folders in "Browse..." to set training.". I can't get filtering set up because I can't expand my top-level exchange folder to even see the Inbox. As the attached picture shows, when I click the box next to the Exchange folder I get the "Please select a child folder..." message. Nor can I expand that folder to point to the subfolders containing good and bad messages for training. I just get an hourglass when I try to expand the Exchange folder. I can expand other folders (public folders, a local .PST file, etc). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1588613&group_id=61702 From noreply at sourceforge.net Wed Nov 1 17:37:47 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 01 Nov 2006 08:37:47 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1023797 ] Imapfilter fails: 'Cannot find saved message' Message-ID: Bugs item #1023797, was opened at 2004-09-07 11:18 Message generated for change (Comment added) made by david_abrahams You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1023797&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: imapfilter Group: Source code - CVS Status: Open Resolution: None Priority: 2 Private: No Submitted By: Jonathan M. Gilligan (jmgilligan) Assigned to: Tony Meyer (anadelonbrin) Summary: Imapfilter fails: 'Cannot find saved message' Initial Comment: sb_imapfilter.py fails intermittently, but frequently, with the error: __main__.BadIMAPResponseError: The command 'Cannot find saved message' failed to give an OK response. Rerunning the filter produces this error, but different amounts of processing occur before I get the error. For what it's worth, my email client (mulberry) reports that it frequently spends as much as 90 seconds waiting for a response from the server, so perhaps this is a timeout problem. I'm running the latest spambayes checked out from CVS using python 2.3.4 under Windows 2000 (Python 2.3.4 (#53, Aug 23 2004, 16:24:32) [MSC v.1310 32 bit (Intel)] on win32). The server welcome is: '* OK imap1 Cyrus IMAP4 v2.0.16 server ready' The server capabilties is: ('IMAP4', 'IMAP4REV1', 'ACL', 'QUOTA', 'LITERAL+', 'NA MESPACE', 'UIDPLUS', 'ID', 'NO_ATOMIC_RENAME', 'UNSELECT', 'MULTIAPPEND', 'S ORT', 'THREAD=ORDEREDSUBJECT', 'THREAD=REFERENCES', 'IDLE', 'STARTTLS', 'AUTH=PL AIN', 'X-NETSCAPE') Attached is the output from sb_imapfilter -v -t -c -i 4 where the exception occurs. ---------------------------------------------------------------------- Comment By: David Abrahams (david_abrahams) Date: 2006-11-01 11:37 Message: Logged In: YES user_id=52572 Yes. The race condition could easily explain why adding debugging output "seems to cure the problem" for some people. ---------------------------------------------------------------------- Comment By: aikiaboy (aikiaboy) Date: 2005-12-21 20:55 Message: Logged In: YES user_id=1252668 It's probably not a good idea to use RECENT to check for messages because race conditions are possible with other IMAP clients, e.g. thunderbird and sb_imapfilter.py. According to the IMAP RFC: If multiple connections have the same mailbox selected simultaneously, it is undefined which of these connections will see newly-arrives messages with \Recent set and which will see it without \Recent set. ---------------------------------------------------------------------- Comment By: Jonathan M. Gilligan (jmgilligan) Date: 2004-10-25 11:29 Message: Logged In: YES user_id=11595 Following up after a few weeks of the latest version: I'm still getting occasional failures---probably some peculiarity of the Cyrus IMAP server I'm using. The failures are about once every day or two with about 8-10 hours of continual running "sb_imapfilter -v -t -c -l 10". This is acceptable, and is a huge improvement over the state when I submitted this bug, where sb_imapfilter would crash several times per hour, but it would be nice if it were possible to fix it completely. Definitely a low-priority item, though, since it only affects the usability of the IMAP filter slightly. ---------------------------------------------------------------------- Comment By: Jonathan M. Gilligan (jmgilligan) Date: 2004-10-13 16:16 Message: Logged In: YES user_id=11595 I have been testing this for over a week with very few problems. I have gone from several failures per hour to less than one failure per day on average. sjoerd's fix (rev. 1.40) seems to have made a lot of difference. Things are currently stable enough for me to be happy downgrading the severity of the bug. It's not quite perfectly fixed, but it's good enough for me to use regularly on my production system. I'll leave it up to Tony to decide whether this is sufficient to declare the bug closed. ---------------------------------------------------------------------- Comment By: Jonathan M. Gilligan (jmgilligan) Date: 2004-10-04 16:01 Message: Logged In: YES user_id=11595 Revision 1.40 (by sjoerd) to manage illegal values in the Message-Id, seems to fix this. I am currently testing and will report back on whether this really solves the problem. ---------------------------------------------------------------------- Comment By: Jonathan M. Gilligan (jmgilligan) Date: 2004-09-30 10:41 Message: Logged In: YES user_id=11595 I have increased the range in line 548 to 10000 or even 100000, and it doesn't solve the problem. I even inserted an increasing time.sleep(): for i in xrange(11): .... time.sleep(1 << i) and I still get crashes, so just increasing the number of noops or waiting longer doesn't seem to solve the problem. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2004-09-29 22:12 Message: Logged In: YES user_id=552329 (Apologies for not getting to this yesterday) Could you try making a change to your copy of sb_imapfitler.py for me? Line 548 is " for i in xrange(100):". Could you try increasing the 100 to 10000 and seeing if that solves the problem? (It may run for a long time before it finally quits, if it doesn't fix it - but it's just no-op'ing, so it doesn't hurt). I suspect it is related to a timeout sort of problem - maybe the server is slow and so it's taking a long time to register that the new message is there. I guessed that 100 no-ops would be enough, but perhaps it isn't. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2004-09-27 02:24 Message: Logged In: YES user_id=552329 Apologies for the delay in getting to this (I've been overseas). This code is quite significantly changed (for the better, in theory) than the 1.0 sb_imapfilter, so hasn't been as widely tested. Your server isn't giving up the EXISTS response that's expected or in the expected way, so something's falling apart. I'll try and find time to have a proper look at this tomorrow. Note that you ought to be able to fall back to the 1.0 imapfilter if necessary. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1023797&group_id=61702 From noreply at sourceforge.net Sun Nov 5 20:37:28 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Sun, 05 Nov 2006 11:37:28 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1590951 ] Google (GMail) Not Working Message-ID: Bugs item #1590951, was opened at 2006-11-05 11:37 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=1590951&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: pop3proxy Group: 1.0.4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Dave (dkalata) Assigned to: Nobody/Anonymous (nobody) Summary: Google (GMail) Not Working Initial Comment: Google Mail (GMail) requires an SSL connection using port 995 (incoming mail). I can setup Outlook Express to work as expected, but when I try to configure SpamBayes, it fails. It may be that I didn't know how to properly configure SpamBayes to use port 995. I added the entry to the Remote Servers field as "pop.gmail.com:995". Is this correct? I am thinking that maybe SpamBayes is not passing the SSL requirements to the GMail server corrrectly??? I tried to search the bug list, but didn't find anything with either Google or GMail. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1590951&group_id=61702 From noreply at sourceforge.net Mon Nov 6 23:00:39 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 06 Nov 2006 14:00:39 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1588613 ] Can't select folder for filtering or training Message-ID: Bugs item #1588613, was opened at 2006-11-01 09:16 Message generated for change (Comment added) made by duncan99 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1588613&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: Outlook Group: 1.1.x >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Charles Welborne (duncan99) Assigned to: Nobody/Anonymous (nobody) Summary: Can't select folder for filtering or training Initial Comment: I've just installed the 1.1a3 binary on WinXP Pro SP2 / Outlook 2003 SP2, and am having a problem similar to the one described in "[ 1449691 ] Cannot see child folders in "Browse..." to set training.". I can't get filtering set up because I can't expand my top-level exchange folder to even see the Inbox. As the attached picture shows, when I click the box next to the Exchange folder I get the "Please select a child folder..." message. Nor can I expand that folder to point to the subfolders containing good and bad messages for training. I just get an hourglass when I try to expand the Exchange folder. I can expand other folders (public folders, a local .PST file, etc). ---------------------------------------------------------------------- >Comment By: Charles Welborne (duncan99) Date: 2006-11-06 17:00 Message: Logged In: YES user_id=1635266 Got me as to why, but after this weekend it started working correctly. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1588613&group_id=61702 From noreply at sourceforge.net Tue Nov 7 08:19:06 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 06 Nov 2006 23:19:06 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1591834 ] mark junk as read not working when suspected junk Message-ID: Bugs item #1591834, was opened at 2006-11-07 07:19 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=1591834&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: Outlook Group: 1.0.4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jaspov (jaspov) Assigned to: Nobody/Anonymous (nobody) Summary: mark junk as read not working when suspected junk Initial Comment: I have an option set to mark junk as read. This way I am not constantly triggered when new junk mail arrives. It works fine except when a mail starts of as a suspected junk mail. If I then manually send it to the junk folder bij clicking on "delete as spam" it gets moved to the junk folder but the read status is not applied. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1591834&group_id=61702 From noreply at sourceforge.net Sat Nov 11 00:58:29 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Fri, 10 Nov 2006 15:58:29 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1594489 ] Memory usage increases hugely Message-ID: Bugs item #1594489, was opened at 2006-11-10 18:58 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=1594489&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: pop3proxy Group: 1.1.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: Steve Holden (holdenweb) Assigned to: Nobody/Anonymous (nobody) Summary: Memory usage increases hugely Initial Comment: [Actually 1.1a3 binary, but there's no group for that]. When I install 1.1a3 using the binary installer and try to set my options for mail server and port number I see the following traceback in the browser window: 500 Server error Traceback (most recent call last): File "spambayes\Dibbler.pyc", line 476, in found_terminator File "spambayes\UserInterface.pyc", line 884, in onChangeopts File "spambayes\ProxyUI.pyc", line 782, in reReadOptions File "sb_server.pyc", line 1007, in _recreateState File "sb_server.pyc", line 1022, in prepare File "sb_server.pyc", line 822, in prepare File "sb_server.pyc", line 889, in createWorkers File "spambayes\Stats.pyc", line 60, in __init__ AttributeError: 'NoneType' object has no attribute 'get_statistics_start_date' So that's a bit of a non-starter for me. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1594489&group_id=61702 From noreply at sourceforge.net Sat Nov 11 01:00:07 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Fri, 10 Nov 2006 16:00:07 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1594489 ] Memory usage increases hugely Message-ID: Bugs item #1594489, was opened at 2006-11-10 18:58 Message generated for change (Comment added) made by holdenweb You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1594489&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: pop3proxy Group: 1.1.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: Steve Holden (holdenweb) >Assigned to: Tony Meyer (anadelonbrin) Summary: Memory usage increases hugely Initial Comment: [Actually 1.1a3 binary, but there's no group for that]. When I install 1.1a3 using the binary installer and try to set my options for mail server and port number I see the following traceback in the browser window: 500 Server error Traceback (most recent call last): File "spambayes\Dibbler.pyc", line 476, in found_terminator File "spambayes\UserInterface.pyc", line 884, in onChangeopts File "spambayes\ProxyUI.pyc", line 782, in reReadOptions File "sb_server.pyc", line 1007, in _recreateState File "sb_server.pyc", line 1022, in prepare File "sb_server.pyc", line 822, in prepare File "sb_server.pyc", line 889, in createWorkers File "spambayes\Stats.pyc", line 60, in __init__ AttributeError: 'NoneType' object has no attribute 'get_statistics_start_date' So that's a bit of a non-starter for me. ---------------------------------------------------------------------- >Comment By: Steve Holden (holdenweb) Date: 2006-11-10 19:00 Message: Logged In: YES user_id=88157 Suggested workaround is to open the bayescustomize.ini file in a text editor and change the server & port number there. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1594489&group_id=61702 From noreply at sourceforge.net Mon Nov 13 10:36:39 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 13 Nov 2006 01:36:39 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1595482 ] Configuration Exception Message-ID: Bugs item #1595482, was opened at 2006-11-13 09:36 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=1595482&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: pop3proxy Group: 1.1.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: JackCaver (jackcaver) Assigned to: Nobody/Anonymous (nobody) Summary: Configuration Exception Initial Comment: The below happened when I tried to save my configuration from the localhost:8880/config web page. 500 Server error Traceback (most recent call last): File "spambayes\Dibbler.pyc", line 476, in found_terminator File "spambayes\UserInterface.pyc", line 884, in onChangeopts File "spambayes\ProxyUI.pyc", line 782, in reReadOptions File "sb_server.pyc", line 1007, in _recreateState File "sb_server.pyc", line 1022, in prepare File "sb_server.pyc", line 822, in prepare File "sb_server.pyc", line 889, in createWorkers File "spambayes\Stats.pyc", line 60, in __init__ AttributeError: 'NoneType' object has no attribute 'get_statistics_start_date' ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1595482&group_id=61702 From noreply at sourceforge.net Mon Nov 13 10:41:41 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 13 Nov 2006 01:41:41 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1595484 ] Unhandled Review Exception Message-ID: Bugs item #1595484, was opened at 2006-11-13 09:41 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=1595484&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: pop3proxy Group: 1.1.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: JackCaver (jackcaver) Assigned to: Nobody/Anonymous (nobody) Summary: Unhandled Review Exception Initial Comment: The following occurred when I clicked Review from the system tray icon. 500 Server error Traceback (most recent call last): File "spambayes\Dibbler.pyc", line 476, in found_terminator File "spambayes\ProxyUI.pyc", line 552, in onReview File "spambayes\ProxyUI.pyc", line 247, in _buildReviewKeys AttributeError: 'NoneType' object has no attribute 'keys' ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1595484&group_id=61702 From noreply at sourceforge.net Mon Nov 13 11:16:39 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 13 Nov 2006 02:16:39 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1595504 ] Unhandled Review Exception Message-ID: Bugs item #1595504, was opened at 2006-11-13 10:16 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=1595504&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: pop3proxy Group: 1.1.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: JackCaver (jackcaver) Assigned to: Nobody/Anonymous (nobody) Summary: Unhandled Review Exception Initial Comment: The following occurred when I clicked Review from the system tray icon. 500 Server error Traceback (most recent call last): File "spambayes\Dibbler.pyc", line 476, in found_terminator File "spambayes\ProxyUI.pyc", line 552, in onReview File "spambayes\ProxyUI.pyc", line 247, in _buildReviewKeys AttributeError: 'NoneType' object has no attribute 'keys' ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1595504&group_id=61702 From noreply at sourceforge.net Tue Nov 14 14:30:35 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 14 Nov 2006 05:30:35 -0800 Subject: [spambayes-bugs] [ spambayes-Feature Requests-1596309 ] Outlook 2007 RTM Support Message-ID: Feature Requests item #1596309, was opened at 2006-11-14 15:30 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498106&aid=1596309&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: Outlook Group: Next Release (example) Status: Open Priority: 5 Private: No Submitted By: Omer van Kloeten (ovanklot) Assigned to: Mark Hammond (mhammond) Summary: Outlook 2007 RTM Support Initial Comment: Please add support for Outlook 2007. I have even decided to postpone installing it until SpamBayes works under it :) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498106&aid=1596309&group_id=61702 From noreply at sourceforge.net Wed Nov 15 03:31:54 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 14 Nov 2006 18:31:54 -0800 Subject: [spambayes-bugs] [ spambayes-Support Requests-1348816 ] spambayes stopped working - cannot fix Message-ID: Support Requests item #1348816, was opened at 2005-11-04 23:45 Message generated for change (Comment added) made by jazzmaster-1 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1348816&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 Priority: 5 Private: No Submitted By: Marvin Levin (marvinlevin) Assigned to: Nobody/Anonymous (nobody) Summary: spambayes stopped working - cannot fix Initial Comment: SpamBayes stopped working and clicking the SpamBayes button in Outlook doesn't do anything. I need to know how to get it working again. Environment: Outlook 2002 (10.6515.6735) SP3 Windows XP Pro - 5.1(Build 2600.XPSP-SP2.gdr.050301-1519: Service Pack 2) Problem description: As stated above, SpanBayes has become inoperative. I tried to upgrade to version 1.0.4 to see if that would "kick-start: it, but that did nothing. PC had been running v 1.0, SpamBayes was trained and working, then suddenly it stopped filtering mail. Clicking the SpamBayes button on Outlook does nothing. I downloaded and installed 1.0.4 - no change. (After installation, starting Outlook took no special action -- as it did when I originally installed 1.0 earlier. I then uninstalled SpamBayes. The button still showed in Outlook [???]. I reinstalled 1.0.4 and still no difference. What I'm looking for from you: Is there a recommended way to uninstall SpanBayes? Should I even try? How do I get SpamBayes to function again? Can I do this without losing the knowledge of training? (Are there specific files to save?} Thanks in advance. -- Marvin ---------------------------------------------------------------------- Comment By: JazzMaster (jazzmaster-1) Date: 2006-11-14 21:31 Message: Logged In: YES user_id=1645677 Originator: NO Hello I have been using Spambayes for some time now with MS Outlook 2003 (11.8010.8107) SP2 without any problems. My OS is Windows XP Pro with SP2. Spambayes version 1.0.4 When checking my mail I tried to use Spambayes and it did not work. I checked to see if it was still installed as an add-in with Outlook and at least it was still on the toolbar but checking the Tools> options> other> advanced options (under general)> Com add-ins, I noticed that Spambayes was unchecked . I placed the check mark in the box, clicked OK, closed and restarted Outlook and it still did not work. I checked following the above and the box was unchecked again. I tried this a couple of times and still it did not work. I proceeded to reinstall Spambayes and it still did not work. I uninstalled Spambayes and reinstalled it and still the same results. I had the tool bar for Spambayes but it still is not working. The Add-in Manager does not show Spambayes but the Com Add-Ins does show the program there but still unchecked. I repeated the above a few times with no results. Again, the program has been working great for some time now but it has just stopped working. Is it possible that something in the registry is causing Spambayes to not operate? If so, how do I fix this situation? Spambayes seems to be the only program / add-in that works with Outlook and I would like to get it working again before my folders explode with the recent evasion of spam with word lists in them to try to get around the filters. These word lists in the subjects and bodies of the emails seem to be working for the spammers lately, but your program is catching about 80 percent of the junk. Any help would greatly be appreciated. ---------------------------------------------------------------------- Comment By: Lordslops (lordslops) Date: 2006-02-13 06:06 Message: Logged In: YES user_id=1450913 Same problem on Win XP, MSO 2003 I just wanted to add that this is user specific problem (in my case) with admin account it still works fine. ?fter uninstall, I deleted users application data for outlook and searched and deleted registry for spam bayes an manualy deleted toolbar (after uninstall) - no result. It installs fine but does not work for this user. ---------------------------------------------------------------------- Comment By: Darrin Massena (darrinm) Date: 2005-12-09 02:44 Message: Logged In: YES user_id=1152884 Ultimately I solved the problem by reinstalling SpamBayes from via the installer package (as opposed to installing from source). ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2005-12-06 15:42 Message: Logged In: YES user_id=552329 The toolbar not being removed on uninstall is a known issue, see: http://spambayes.org/faq.html#how-do-i-uninstall-the-plug-in The OP says that he reinstalled SpamBayes, so this would not be the issue here. Unfortunately, I'm a little out of ideas (you could try posting on spambayes at python.org, as there are a few people there who don't monitor the trackers). ---------------------------------------------------------------------- Comment By: Marvin Levin (marvinlevin) Date: 2005-12-06 10:30 Message: Logged In: YES user_id=1373596 What darrinm is seeing is similar to my original problem - after going through the "normal" methods to uninstall SpamBayes and to clear the Outlook add-in, the SpamBayes toolbar still was present but menus did not drop down. Subsequent attempts to re-install didn't help. FYI - In my case, this was all on a client's system and they decided not to bother and to just use the built-in filtering in Outlook 2003. So I never actually resolved the problem. ---------------------------------------------------------------------- Comment By: Darrin Massena (darrinm) Date: 2005-12-06 02:34 Message: Logged In: YES user_id=1152884 My system DEP config is set to OptIn so and I doubt Outlook opts in but just in case I disabled DEP and gave it a try. The Spambayes plugin is still non-functional, even though its toolbar is present (menus do not drop down). ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2005-12-05 04:17 Message: Logged In: YES user_id=552329 I don't suppose DEP is now enabled? That usually causes Outlook to crash, but I suppose it could maybe disable SB... ---------------------------------------------------------------------- Comment By: Darrin Massena (darrinm) Date: 2005-12-04 12:07 Message: Logged In: YES user_id=1152884 I'm seeing the same problem on a similar configuration (but with Outlook 2003) which I first noticed after I installed Visual Studio 2005. At the same time another Outlook plugin, Newsgator, also stopped functioning. The two failures are somewhat different though. In the case of Newsgator, the plugin doesn't appear at all (on the toolbar). Spambayes appears on the toolbar but clicking on the "SpamBayes" button doesn't drop down the menu and clicking on the "Spam" button does nothing. I've verified that SpamBayes is not simply disabled by Outlook (at least it isn't listed in the "About Microsoft Outlook->Disabled Items" dialog) and that a simple setup.py install doesn't fix the problem. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2005-11-21 18:54 Message: Logged In: YES user_id=552329 Check to see if Outlook has disabled the plug-in. Help->About Microsoft Outlook->Disabled Items. The recommended way to uninstall SpamBayes is via the Add/Remove Programs Control Panel. This will not remove your training/configuration files. If you want to back up your training data, the FAQ outlines the files that you need. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1348816&group_id=61702 From noreply at sourceforge.net Wed Nov 15 03:34:51 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 14 Nov 2006 18:34:51 -0800 Subject: [spambayes-bugs] [ spambayes-Support Requests-1596745 ] Stop working. Message-ID: Support Requests item #1596745, was opened at 2006-11-14 21:34 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1596745&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: Install Problem (example) Group: None Status: Open Priority: 5 Private: No Submitted By: JazzMaster (jazzmaster-1) Assigned to: Nobody/Anonymous (nobody) Summary: Stop working. Initial Comment: Hello I have been using Spambayes for some time now with MS Outlook 2003 (11.8010.8107) SP2 without any problems. My OS is Windows XP Pro with SP2. Spambayes version 1.0.4 When checking my mail I tried to use Spambayes and it did not work. I checked to see if it was still installed as an add-in with Outlook and at least it was still on the toolbar but checking the Tools> options> other> advanced options (under general)> Com add-ins, I noticed that Spambayes was unchecked . I placed the check mark in the box, clicked OK, closed and restarted Outlook and it still did not work. I checked following the above and the box was unchecked again. I tried this a couple of times and still it did not work. I proceeded to reinstall Spambayes and it still did not work. I uninstalled Spambayes and reinstalled it and still the same results. I had the tool bar for Spambayes but it still is not working. The Add-in Manager does not show Spambayes but the Com Add-Ins does show the program there but still unchecked. I repeated the above a few times with no results. Again, the program has been working great for some time now but it has just stopped working. Is it possible that something in the registry is causing Spambayes to not operate? If so, how do I fix this situation? Spambayes seems to be the only program / add-in that works with Outlook and I would like to get it working again before my folders explode with the recent evasion of spam with word lists in them to try to get around the filters. These word lists in the subjects and bodies of the emails seem to be working for the spammers lately, but your program is catching about 80 percent of the junk. Any help would greatly be appreciated. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1596745&group_id=61702 From noreply at sourceforge.net Wed Nov 15 16:14:34 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 15 Nov 2006 07:14:34 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-785089 ] Can't move items from Advanced Find Message-ID: Bugs item #785089, was opened at 2003-08-07 19:59 Message generated for change (Comment added) made by ttreuil You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=785089&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: Closed Resolution: Wont Fix Priority: 5 Private: No Submitted By: Curt Finley (cmfinley) Assigned to: Nobody/Anonymous (nobody) Summary: Can't move items from Advanced Find Initial Comment: I'm not positive that this behavior was caused by spambayes but I just installed it this morning and noticed the following. I did a search for a message using the advanced search tool. It brought up a list of messages matching the search. I tried to drag the message from the search folder to a different folder and got a message "Can't move the items." I can however move the message as long as it isn't in the search window. I'm using Outlook 2002 (10.4712.4219) SP-2, Windows XP Pro SP1, and the latest version of the Outlook spambayes plugin. Sorry, I can't seem to find the spambayes version number anywhere. ---------------------------------------------------------------------- Comment By: Ted (ttreuil) Date: 2006-11-15 10:14 Message: Logged In: YES user_id=1646143 Originator: NO Do I understand that this is a known bug with no fix as of yet? I have the same problem, didn't have it until I installed Spambayes. ---------------------------------------------------------------------- Comment By: Steven Reddie (sreddie) Date: 2006-04-19 00:00 Message: Logged In: YES user_id=205205 I am getting a similar problem, but it has nothing to do with Find. I've just recently rebuilt my system with a clean Windows XP and Office 2003 with all latest patches installed. When I Delete As Spam and go to the Spam folder and try to move the message to an "Old Spam" folder I get this unable to move error. After a new mail collection has been processed by Spambayes the previous message can now be moved. It seems that maybe Spambayes is keeping a handle to the last processed message. I will keep a closer eye on it to see if a more detailed pattern emerges. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2005-01-25 20:31 Message: Logged In: YES user_id=552329 Noting dupe in [ 1109526 ] Can't Move the items https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1109526&group_id=61702 ---------------------------------------------------------------------- Comment By: Tim Peters (tim_one) Date: 2004-09-30 00:37 Message: Logged In: YES user_id=31435 The true cause is probably identified here: http://www.tech- archive.net/Archive/Outlook/microsoft.public.outlook.program_ addins/2004-02/0052.html although that poor source never got a reply. Almost certainly an Outlook 2002 bug. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2004-09-30 00:37 Message: Logged In: YES user_id=552329 FWIW, the problem doesn't occur with Outlook 2000 SR1 (as the MS article indicates). Thanks for finding that Tim (I should have thought to look!). Given how vague that is ("a conflict") it seems unlikely that we'd be able to do anything about this. Their workaround is the same as mine, too. So I'll close this - anyone searching in future will find it and these comments anyway. ---------------------------------------------------------------------- Comment By: Tim Peters (tim_one) Date: 2004-09-30 00:33 Message: Logged In: YES user_id=31435 Here's a pretty useless MS article about the symptom: ---------------------------------------------------------------------- Comment By: Tim Peters (tim_one) Date: 2004-09-30 00:13 Message: Logged In: YES user_id=31435 No problem under OL 2003 SP1 + Win XP Pro SP2. Dragging one msg from Advanced Find to a folder works fine, doesn't matter whether SB is or isn't watching the source and/or destination folders; dragging dozens of msgs at the same time also works fine. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2004-07-15 23:20 Message: Logged In: YES user_id=552329 I get this problem too, and if I uninstall SpamBayes it goes away, so it presumably is our fault. I'm not sure where to look for the cause of this, though. It occurs even when moving to & from folders that we are not hooking. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=785089&group_id=61702 From noreply at sourceforge.net Thu Nov 16 17:59:26 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Thu, 16 Nov 2006 08:59:26 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1597855 ] Uncaptured python exception when downloading spam Message-ID: Bugs item #1597855, was opened at 2006-11-16 16:59 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=1597855&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: pop3proxy Group: 1.0.4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Adam Piggott (proactivesvcs) Assigned to: Nobody/Anonymous (nobody) Summary: Uncaptured python exception when downloading spam Initial Comment: When downloading certain types of spam, SpamBayes fails and logs the following: error: uncaptured python exception, closing channel :110 at 0x1243fa8> (socket.error:(10035, 'The socket operation could not complete without blocking') [asynchat.pyc|handle_read|88] [asyncore.pyc|recv|356]) I tried this with several different mail clients so I believe the problem is with SpamBayes. Have attached what I figure should be useful. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1597855&group_id=61702 From noreply at sourceforge.net Tue Nov 21 12:12:56 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 21 Nov 2006 03:12:56 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1600314 ] Outlook crashes if you have installed another com plugin Message-ID: Bugs item #1600314, was opened at 2006-11-21 11:12 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=1600314&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: Outlook Group: 1.0.4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: darkmithrandir (darkmithrandir) Assigned to: Nobody/Anonymous (nobody) Summary: Outlook crashes if you have installed another com plugin Initial Comment: If I install SpamBayes plugin for outlook 2000, I cannot start Outlook any more. If I try, the programm crashes without any possibility to interact. After starting Outlook with the /safe - option and disabling another installed plugin, Outlook don't chrash any more. The other installed plugin was: Outlook 2003 Add-in: Personal Folders Backup (http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=8B081F3A-B7D0-4B16-B8AF-5A6322F4FD01) My System data: Windows XP Prof. SP 2 (german edition) Outlook 2000 SP3 (german edition) SpamBayes 1.0.4 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1600314&group_id=61702 From noreply at sourceforge.net Wed Nov 22 00:59:47 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 21 Nov 2006 15:59:47 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1600821 ] Classifier UnicodeDecodeError on wrong transfer encoding Message-ID: Bugs item #1600821, was opened at 2006-11-22 00:59 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=1600821&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: imapfilter Group: 1.0.1 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Ivan Vilata i Balaguer (ivilata) Assigned to: Tony Meyer (anadelonbrin) Summary: Classifier UnicodeDecodeError on wrong transfer encoding Initial Comment: Running ``sb_imapfilter.py`` 1.0.1 seems to raise the following ``UnicodeDecodeError`` when it comes across a mail with 7-bit content transfer encoding with 8-bit characters in it while classifying:: Traceback (most recent call last): File "/usr/bin/sb_imapfilter.py", line 924, in ? run() File "/usr/bin/sb_imapfilter.py", line 914, in run imap_filter.Filter() File "/usr/bin/sb_imapfilter.py", line 785, in Filter self.unsure_folder) File "/usr/bin/sb_imapfilter.py", line 703, in Filter evidence=True) File "/usr/lib/python2.4/site-packages/spambayes/classifier.py", line 190, in chi2_spamprob clues = self._getclues(wordstream) File "/usr/lib/python2.4/site-packages/spambayes/classifier.py", line 496, in _getclues clues.sort() UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1: ordinal not in range(128) I'm attaching the mail which caused this. I know it is not properly-formatted, but it is a legitimate mail produced by a popular MUA (Thunderbird 1.5). Spam surely is worsely formatted Someone talked about the same problem in the list: http://www.mail-archive.com/spambayes at python.org/msg04543.html ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1600821&group_id=61702 From noreply at sourceforge.net Wed Nov 22 11:18:41 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 22 Nov 2006 02:18:41 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1601039 ] Web Interface Statistics Error Message-ID: Bugs item #1601039, was opened at 2006-11-22 10:18 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=1601039&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: pop3proxy Group: Binary 1.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Roberto Lo Giacco (rlogiacco) Assigned to: Nobody/Anonymous (nobody) Summary: Web Interface Statistics Error Initial Comment: I'm using the spambayes proxy (rel. 1.0.4) and whenever I access the "More statistics" link through the web interface (http://localhost:8880/stats) I get this error: 500 Server error Traceback (most recent call last): File "spambayes\Dibbler.pyc", line 470, in found_terminator File "spambayes\UserInterface.pyc", line 1016, in onStats File "spambayes\Stats.pyc", line 42, in __init__ File "spambayes\Stats.pyc", line 62, in CalculateStats File "spambayes\message.pyc", line 119, in _getState File "shelve.pyc", line 119, in __getitem__ UnpicklingError: unpickling stack underflow ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1601039&group_id=61702 From noreply at sourceforge.net Wed Nov 22 11:26:27 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 22 Nov 2006 02:26:27 -0800 Subject: [spambayes-bugs] [ spambayes-Patches-1601042 ] HTML errors in web interface Message-ID: Patches item #1601042, was opened at 2006-11-22 10:26 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1601042&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: Roberto Lo Giacco (rlogiacco) Assigned to: Nobody/Anonymous (nobody) Summary: HTML errors in web interface Initial Comment: I found two small errors in the web interface, here is the patch (Unified Diff) for the home.htm ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1601042&group_id=61702 From noreply at sourceforge.net Sun Nov 26 19:28:49 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Sun, 26 Nov 2006 10:28:49 -0800 Subject: [spambayes-bugs] [ spambayes-Feature Requests-1603299 ] add 1 spam point to each word --> wordlists mean spam Message-ID: Feature Requests item #1603299, was opened at 2006-11-26 19:28 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498106&aid=1603299&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 Priority: 5 Private: No Submitted By: Jim Walker (walkerjg) Assigned to: Nobody/Anonymous (nobody) Summary: add 1 spam point to each word --> wordlists mean spam Initial Comment: When tallying up the ham/spam score for each word, add one spam point to each word, known or not. This will skew known words, and thus all messages, including ham, slightly towards spam. That shouldn't really be a problem, however. But word lists, containing many unknown words, will suddenly look strongly spammy. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498106&aid=1603299&group_id=61702 From noreply at sourceforge.net Tue Nov 28 19:58:57 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 28 Nov 2006 10:58:57 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1604695 ] Error in bug reporter Message-ID: Bugs item #1604695, was opened at 2006-11-28 18:58 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=1604695&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: Peter Toye (ptoye) Assigned to: Nobody/Anonymous (nobody) Summary: Error in bug reporter Initial Comment: When trying to submit a possible bug to the mailing list using the error reporting feature, on clicking "Send" I got the following error message: 500 Server error Traceback (most recent call last): File "spambayes\Dibbler.pyc", line 470, in found_terminator File "spambayes\UserInterface.pyc", line 1120, in onSubmitreport File "smtplib.pyc", line 240, in __init__ File "smtplib.pyc", line 302, in connect error: (10061, 'Connection refused') This has happened several times, so it seems to be hard. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1604695&group_id=61702 From noreply at sourceforge.net Tue Nov 28 20:00:54 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 28 Nov 2006 11:00:54 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1604695 ] Error in bug reporter Message-ID: Bugs item #1604695, was opened at 2006-11-28 18:58 Message generated for change (Comment added) made by ptoye You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1604695&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: Peter Toye (ptoye) Assigned to: Nobody/Anonymous (nobody) Summary: Error in bug reporter Initial Comment: When trying to submit a possible bug to the mailing list using the error reporting feature, on clicking "Send" I got the following error message: 500 Server error Traceback (most recent call last): File "spambayes\Dibbler.pyc", line 470, in found_terminator File "spambayes\UserInterface.pyc", line 1120, in onSubmitreport File "smtplib.pyc", line 240, in __init__ File "smtplib.pyc", line 302, in connect error: (10061, 'Connection refused') This has happened several times, so it seems to be hard. ---------------------------------------------------------------------- >Comment By: Peter Toye (ptoye) Date: 2006-11-28 19:00 Message: Logged In: YES user_id=1656081 Originator: YES I am using SpamBayes POP3 Proxy Version 1.0.4 (March 2005) (binary), with version 2.3.5 (#62, Feb 8 2005, 16:23:02) [MSC v.1200 32 bit (Intel)] of Python; my operating system is Windows 5.1.2600.2 (Service Pack 2). I have trained 1610 ham and 2842 spam. Sorry - should have added this info. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1604695&group_id=61702