From noreply at sourceforge.net Tue Apr 3 10:39:40 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 03 Apr 2007 01:39:40 -0700 Subject: [spambayes-bugs] [ spambayes-Patches-1693447 ] Localization of MSG_READ_STATE Message-ID: Patches item #1693447, was opened at 2007-04-03 10:39 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=1693447&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Marko von Oppen (igs) Assigned to: Nobody/Anonymous (nobody) Summary: Localization of MSG_READ_STATE Initial Comment: The values of MSG_READ_STATE 'None', 'Read', 'Unread' sometimes are used in localized and sometimes in unlocalized mode. What generally isn't a really good idea. I could not find a place where the values are represented to the user. So i think it is a good idea to not localize these values. Using the mixed mode I get error messages *** Bad new_msg_state value: 'Keine' when using the 'Spam' button. The following patch should fix this problem. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1693447&group_id=61702 From noreply at sourceforge.net Wed Apr 4 09:06:19 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 04 Apr 2007 00:06:19 -0700 Subject: [spambayes-bugs] [ spambayes-Patches-1693447 ] Localization of MSG_READ_STATE Message-ID: Patches item #1693447, was opened at 2007-04-03 18:39 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1693447&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Marko von Oppen (igs) Assigned to: Nobody/Anonymous (nobody) Summary: Localization of MSG_READ_STATE Initial Comment: The values of MSG_READ_STATE 'None', 'Read', 'Unread' sometimes are used in localized and sometimes in unlocalized mode. What generally isn't a really good idea. I could not find a place where the values are represented to the user. So i think it is a good idea to not localize these values. Using the mixed mode I get error messages *** Bad new_msg_state value: 'Keine' when using the 'Spam' button. The following patch should fix this problem. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2007-04-04 17:06 Message: Logged In: YES user_id=14198 Originator: NO OK, I think I understand what is going on. A quick question: if I trick spambayes into running the german translations, I notice the "Training" dialogs still have "mark the message as unread" in English, even though I see the .po file has provided a translation. Do you see the same? I believe a side-effect of your patch is that the INI file will now always store the english version, not the localized one - and I think that is a *good* thing - otherwise it would be a support and doc problem, but worse, would mean that as a translation gets more complete, it would break things. For example, consider the other option: FILTER_ACTION = _("Untouched"), _("Moved"), _("Copied") I believe they will be stored in the INI file as their translated version. However, none of the other translations define those messages - so the english version will be stored. If a later version of spambayes does provide a translation, their existing options would not be recognised. Could you please see if the attached patch works for you? Note there is a new string in dialog_map.py that will need to be translated (but see above - even the "mark the message as unread,..." translation isn't working for me). It includes the trick to switch spambayes languages, which I think I will leave in... File Added: lang.patch ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1693447&group_id=61702 From noreply at sourceforge.net Wed Apr 4 13:44:48 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 04 Apr 2007 04:44:48 -0700 Subject: [spambayes-bugs] [ spambayes-Patches-1628308 ] Fix for _ not being callable Message-ID: Patches item #1628308, was opened at 2007-01-05 11:24 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1628308&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: Unstable (example) >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Miki Tebeka (tebeka) Assigned to: Nobody/Anonymous (nobody) Summary: Fix for _ not being callable Initial Comment: spambayes/__init__.py uses _, however IDLE (and probably other IDE's) are using _ as the last value returned. If you do something line: >>> 1 >>> import spambayes Traceback (most recent call last): File "", line 1, in import spambayes File "/usr/local/lib/python2.5/site-packages/spambayes/__init__.py", line 9, in __date__ = _("August 2006") TypeError: 'int' object is not callable >>> Attached is a fix that checks the _ is callable before using it. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2007-04-04 21:44 Message: Logged In: YES user_id=14198 Originator: NO Sorry for the delay - I just checked in a fix that removes all the '_' handling from that module - it is either bogus or relies on too much magic :) That example should now work. Checking in __init__.py; new revision: 1.20; previous revision: 1.19 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1628308&group_id=61702 From noreply at sourceforge.net Wed Apr 4 13:49:24 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 04 Apr 2007 04:49:24 -0700 Subject: [spambayes-bugs] [ spambayes-Patches-1573103 ] Handle charset in configure mySQL storage Message-ID: Patches item #1573103, was opened at 2006-10-08 20:36 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1573103&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: Fixed Priority: 5 Private: No Submitted By: Alexandr Zamaraev (shura_zam) Assigned to: Nobody/Anonymous (nobody) Summary: Handle charset in configure mySQL storage Initial Comment: In MySql 4 and later may need specifid connection charset After this patch it look at: bayescustomize.ini [Storage] persistent_use_database=mysql persistent_storage_file=host:localhost user:root pass:root dbname:spam charset:cp1251 ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2007-04-04 21:49 Message: Logged In: YES user_id=14198 Originator: NO Looks fine to me, and I doubt anyone else is able to confirm, so... Checking in storage.py; new revision: 1.62; previous revision: 1.61 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1573103&group_id=61702 From noreply at sourceforge.net Wed Apr 4 19:40:11 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 04 Apr 2007 10:40:11 -0700 Subject: [spambayes-bugs] [ spambayes-Patches-1628308 ] Fix for _ not being callable Message-ID: Patches item #1628308, was opened at 2007-01-05 02:24 Message generated for change (Comment added) made by tebeka You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1628308&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: Unstable (example) Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Miki Tebeka (tebeka) Assigned to: Nobody/Anonymous (nobody) Summary: Fix for _ not being callable Initial Comment: spambayes/__init__.py uses _, however IDLE (and probably other IDE's) are using _ as the last value returned. If you do something line: >>> 1 >>> import spambayes Traceback (most recent call last): File "", line 1, in import spambayes File "/usr/local/lib/python2.5/site-packages/spambayes/__init__.py", line 9, in __date__ = _("August 2006") TypeError: 'int' object is not callable >>> Attached is a fix that checks the _ is callable before using it. ---------------------------------------------------------------------- >Comment By: Miki Tebeka (tebeka) Date: 2007-04-04 20:40 Message: Logged In: YES user_id=358087 Originator: YES Works for me - thanks Mark ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2007-04-04 14:44 Message: Logged In: YES user_id=14198 Originator: NO Sorry for the delay - I just checked in a fix that removes all the '_' handling from that module - it is either bogus or relies on too much magic :) That example should now work. Checking in __init__.py; new revision: 1.20; previous revision: 1.19 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1628308&group_id=61702 From noreply at sourceforge.net Fri Apr 6 08:37:17 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Thu, 05 Apr 2007 23:37:17 -0700 Subject: [spambayes-bugs] [ spambayes-Bugs-1695441 ] Outlook Crashes immediately on Start with Add-In active Message-ID: Bugs item #1695441, was opened at 2007-04-06 08: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=1695441&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: Bret (bdurrett) Assigned to: Nobody/Anonymous (nobody) Summary: Outlook Crashes immediately on Start with Add-In active Initial Comment: I installed SpamBayes 1.0.4 on a Win XP-SP2 (fully Patched - Build 2600) with 2 GB memory running an AMD San Diego 64 bit 4 GHz CPU with A fully patched version of Office XP (Office 2002), including Outlook XP. Due to a problem with Zone Alarm v7.0, I had to uninstall SpamBayes. I resolved the confilt with ZA (uninstalled it ) and reinstalled SpamBayes as before. Outlook now crashes immediately on opening with the AddIn active with the following note: AppName: outlook.exe AppVer: 10.0.6822.0 ModName: unknown ModVer: 0.0.0.0 Offset: 01e81dc8 There are 2 log files, 1 of "zero" length and 1 of 1 kb that contain the following: spambayes1.log: empty spambayes2.log: Registered: SpamBayes.OutlookAddin Registration complete. I have tried uninstalling & rebooting, then ensuring that the toolbar is deleted and rebooting, and then ensuring that the registry was clear from any SpaBayes entries and rebooting as suggested by another user. As an aside, the toolbar is never installed as far as I can see. There is no entry for it in the Toolbar window. The first installation went perfectly but the reinstallation died. There seems to be some residual "damage" or configuration that is left after the uninstall that I can not find Regards, Bret ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1695441&group_id=61702 From noreply at sourceforge.net Fri Apr 6 08:38:45 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Thu, 05 Apr 2007 23:38:45 -0700 Subject: [spambayes-bugs] [ spambayes-Bugs-1695441 ] Outlook Crashes immediately on Start with Add-In active Message-ID: Bugs item #1695441, was opened at 2007-04-06 08:37 Message generated for change (Comment added) made by bdurrett You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1695441&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: Bret (bdurrett) Assigned to: Nobody/Anonymous (nobody) Summary: Outlook Crashes immediately on Start with Add-In active Initial Comment: I installed SpamBayes 1.0.4 on a Win XP-SP2 (fully Patched - Build 2600) with 2 GB memory running an AMD San Diego 64 bit 4 GHz CPU with A fully patched version of Office XP (Office 2002), including Outlook XP. Due to a problem with Zone Alarm v7.0, I had to uninstall SpamBayes. I resolved the confilt with ZA (uninstalled it ) and reinstalled SpamBayes as before. Outlook now crashes immediately on opening with the AddIn active with the following note: AppName: outlook.exe AppVer: 10.0.6822.0 ModName: unknown ModVer: 0.0.0.0 Offset: 01e81dc8 There are 2 log files, 1 of "zero" length and 1 of 1 kb that contain the following: spambayes1.log: empty spambayes2.log: Registered: SpamBayes.OutlookAddin Registration complete. I have tried uninstalling & rebooting, then ensuring that the toolbar is deleted and rebooting, and then ensuring that the registry was clear from any SpaBayes entries and rebooting as suggested by another user. As an aside, the toolbar is never installed as far as I can see. There is no entry for it in the Toolbar window. The first installation went perfectly but the reinstallation died. There seems to be some residual "damage" or configuration that is left after the uninstall that I can not find Regards, Bret ---------------------------------------------------------------------- >Comment By: Bret (bdurrett) Date: 2007-04-06 08:38 Message: Logged In: YES user_id=1762180 Originator: YES By the way, I forgot to mention that I used the "Standard" way on uninstalling the software using the System Control menu for Software and then uninstalling it from there. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1695441&group_id=61702 From noreply at sourceforge.net Tue Apr 10 10:17:39 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 10 Apr 2007 01:17:39 -0700 Subject: [spambayes-bugs] [ spambayes-Bugs-1695441 ] Outlook Crashes immediately on Start with Add-In active Message-ID: Bugs item #1695441, was opened at 2007-04-06 06:37 Message generated for change (Comment added) made by chlh You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1695441&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: Bret (bdurrett) Assigned to: Nobody/Anonymous (nobody) Summary: Outlook Crashes immediately on Start with Add-In active Initial Comment: I installed SpamBayes 1.0.4 on a Win XP-SP2 (fully Patched - Build 2600) with 2 GB memory running an AMD San Diego 64 bit 4 GHz CPU with A fully patched version of Office XP (Office 2002), including Outlook XP. Due to a problem with Zone Alarm v7.0, I had to uninstall SpamBayes. I resolved the confilt with ZA (uninstalled it ) and reinstalled SpamBayes as before. Outlook now crashes immediately on opening with the AddIn active with the following note: AppName: outlook.exe AppVer: 10.0.6822.0 ModName: unknown ModVer: 0.0.0.0 Offset: 01e81dc8 There are 2 log files, 1 of "zero" length and 1 of 1 kb that contain the following: spambayes1.log: empty spambayes2.log: Registered: SpamBayes.OutlookAddin Registration complete. I have tried uninstalling & rebooting, then ensuring that the toolbar is deleted and rebooting, and then ensuring that the registry was clear from any SpaBayes entries and rebooting as suggested by another user. As an aside, the toolbar is never installed as far as I can see. There is no entry for it in the Toolbar window. The first installation went perfectly but the reinstallation died. There seems to be some residual "damage" or configuration that is left after the uninstall that I can not find Regards, Bret ---------------------------------------------------------------------- Comment By: chlh (chlh) Date: 2007-04-10 08:17 Message: Logged In: YES user_id=1765524 Originator: NO Hi Bret, I have the same problem on my computer (WIN XP PRO fully patched, Office 2003, with AMD Athlon 64 X2 Dual, 2 GB RAM). Except that on my computer spambayes was working perfectly for the last 2 years. I didn't change anything on my system except the security patches from Microsoft. I really hope there will be a solution to this because otherwise the spam will be killing me. I tried the same things you did, but still the same problem. Also like you describe, the toolbar is gone. Regards Christian ---------------------------------------------------------------------- Comment By: Bret (bdurrett) Date: 2007-04-06 06:38 Message: Logged In: YES user_id=1762180 Originator: YES By the way, I forgot to mention that I used the "Standard" way on uninstalling the software using the System Control menu for Software and then uninstalling it from there. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1695441&group_id=61702 From noreply at sourceforge.net Tue Apr 10 16:19:48 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 10 Apr 2007 07:19:48 -0700 Subject: [spambayes-bugs] [ spambayes-Bugs-1695441 ] Outlook Crashes immediately on Start with Add-In active Message-ID: Bugs item #1695441, was opened at 2007-04-06 08:37 Message generated for change (Comment added) made by bdurrett You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1695441&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: Bret (bdurrett) Assigned to: Nobody/Anonymous (nobody) Summary: Outlook Crashes immediately on Start with Add-In active Initial Comment: I installed SpamBayes 1.0.4 on a Win XP-SP2 (fully Patched - Build 2600) with 2 GB memory running an AMD San Diego 64 bit 4 GHz CPU with A fully patched version of Office XP (Office 2002), including Outlook XP. Due to a problem with Zone Alarm v7.0, I had to uninstall SpamBayes. I resolved the confilt with ZA (uninstalled it ) and reinstalled SpamBayes as before. Outlook now crashes immediately on opening with the AddIn active with the following note: AppName: outlook.exe AppVer: 10.0.6822.0 ModName: unknown ModVer: 0.0.0.0 Offset: 01e81dc8 There are 2 log files, 1 of "zero" length and 1 of 1 kb that contain the following: spambayes1.log: empty spambayes2.log: Registered: SpamBayes.OutlookAddin Registration complete. I have tried uninstalling & rebooting, then ensuring that the toolbar is deleted and rebooting, and then ensuring that the registry was clear from any SpaBayes entries and rebooting as suggested by another user. As an aside, the toolbar is never installed as far as I can see. There is no entry for it in the Toolbar window. The first installation went perfectly but the reinstallation died. There seems to be some residual "damage" or configuration that is left after the uninstall that I can not find Regards, Bret ---------------------------------------------------------------------- >Comment By: Bret (bdurrett) Date: 2007-04-10 16:19 Message: Logged In: YES user_id=1762180 Originator: YES Then we may be looking at a Micro$oft-induced failure? Great! :-( ---------------------------------------------------------------------- Comment By: chlh (chlh) Date: 2007-04-10 10:17 Message: Logged In: YES user_id=1765524 Originator: NO Hi Bret, I have the same problem on my computer (WIN XP PRO fully patched, Office 2003, with AMD Athlon 64 X2 Dual, 2 GB RAM). Except that on my computer spambayes was working perfectly for the last 2 years. I didn't change anything on my system except the security patches from Microsoft. I really hope there will be a solution to this because otherwise the spam will be killing me. I tried the same things you did, but still the same problem. Also like you describe, the toolbar is gone. Regards Christian ---------------------------------------------------------------------- Comment By: Bret (bdurrett) Date: 2007-04-06 08:38 Message: Logged In: YES user_id=1762180 Originator: YES By the way, I forgot to mention that I used the "Standard" way on uninstalling the software using the System Control menu for Software and then uninstalling it from there. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1695441&group_id=61702 From noreply at sourceforge.net Mon Apr 23 11:15:37 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 23 Apr 2007 02:15:37 -0700 Subject: [spambayes-bugs] [ spambayes-Bugs-1705705 ] Notification Browse Button Message-ID: Bugs item #1705705, was opened at 2007-04-23 09:15 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=1705705&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: EI-Systems, Andreas Eicker (ei-systems) Assigned to: Nobody/Anonymous (nobody) Summary: Notification Browse Button Initial Comment: Firstly: Thanks for a great add on! I'm using Outlook 2000 on a XP Home SP2 machine. All works better than expected - so there is only one tiny bit I could find improvable: On the Notifications tab the browse buttons show no effect; when I write the url for a sound into the corresponding text fields, it works. Therefore you might classify this "bug" with a sub-zero priority. Thanks, Andreas Eicker, Germany ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1705705&group_id=61702 From noreply at sourceforge.net Thu Apr 26 05:12:19 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 25 Apr 2007 20:12:19 -0700 Subject: [spambayes-bugs] [ spambayes-Patches-1707808 ] imap-tte Message-ID: Patches item #1707808, was opened at 2007-04-25 22:12 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=1707808&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: David Abrahams (david_abrahams) Assigned to: Nobody/Anonymous (nobody) Summary: imap-tte Initial Comment: A patch that enables train-to-exhaustion support for IMAP. This patch has three parts: 1. an __init__.py in the scripts folder that makes some of the classes in sb_imapfilter available to tte.py. This change is not represented in the patch file; you'll have to add __init__.py yourself. 2. Some imap support in mboxutils.py 3. Some refactoring in sb_imapfilter.py to sink the port selection logic into IMAPSession.__init__ so that it can be used by tte.py. In the process we simplify the uses of IMAPSession considerably. This is probably not refactored in the best way; in particular, #1 above should probably never happen and whatever is used by both sb_imapfilter.py and tte.py should be moved into spambayes/ or at least out of scripts/. However, before taking on any major restructuring I wanted to get this into the hands of a spambayes devel who can make sure I'm on the right track. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1707808&group_id=61702 From noreply at sourceforge.net Thu Apr 26 05:12:47 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 25 Apr 2007 20:12:47 -0700 Subject: [spambayes-bugs] [ spambayes-Patches-1707808 ] imap-tte Message-ID: Patches item #1707808, was opened at 2007-04-25 22:12 Message generated for change (Settings changed) made by david_abrahams You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1707808&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: David Abrahams (david_abrahams) >Assigned to: Skip Montanaro (montanaro) Summary: imap-tte Initial Comment: A patch that enables train-to-exhaustion support for IMAP. This patch has three parts: 1. an __init__.py in the scripts folder that makes some of the classes in sb_imapfilter available to tte.py. This change is not represented in the patch file; you'll have to add __init__.py yourself. 2. Some imap support in mboxutils.py 3. Some refactoring in sb_imapfilter.py to sink the port selection logic into IMAPSession.__init__ so that it can be used by tte.py. In the process we simplify the uses of IMAPSession considerably. This is probably not refactored in the best way; in particular, #1 above should probably never happen and whatever is used by both sb_imapfilter.py and tte.py should be moved into spambayes/ or at least out of scripts/. However, before taking on any major restructuring I wanted to get this into the hands of a spambayes devel who can make sure I'm on the right track. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1707808&group_id=61702 From noreply at sourceforge.net Thu Apr 26 05:28:45 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 25 Apr 2007 20:28:45 -0700 Subject: [spambayes-bugs] [ spambayes-Patches-1707812 ] ZODB backward compatibility issue Message-ID: Patches item #1707812, was opened at 2007-04-25 22:28 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=1707812&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: David Abrahams (david_abrahams) Assigned to: Nobody/Anonymous (nobody) Summary: ZODB backward compatibility issue Initial Comment: Reported on the developers' list Wed 01 Nov 2006; apparently not acted on yet. The CVS HEAD seems to be relying on features of ZODB that I can't get on my FreeBSD system. The following patch makes it stop complaining, but I freely admit I am not sure it's the right change to make. I simply guessed that TransactionFailedError used to be called TransactionError ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1707812&group_id=61702 From noreply at sourceforge.net Thu Apr 26 05:31:06 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 25 Apr 2007 20:31:06 -0700 Subject: [spambayes-bugs] [ spambayes-Patches-1707814 ] More resilient parsing for sb_imapfilter Message-ID: Patches item #1707814, was opened at 2007-04-25 22:31 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=1707814&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: David Abrahams (david_abrahams) Assigned to: Nobody/Anonymous (nobody) Summary: More resilient parsing for sb_imapfilter Initial Comment: On 31 January 2006 I posted this problem that came up for me trying to do training with sb_imapfilter with the latest CVS: Loading state from /usr/home/dave/hammie.new.db database /usr/home/dave/hammie.new.db is a new database Loading database /usr/home/dave/hammie.new.db... Done. Account: www.stlport.com:993 Training Training ham folder HamBox Traceback (most recent call last): File "/usr/home/dave/src/spambayes/scripts/sb_imapfilter.py", line 1283, in ? run() File "/usr/home/dave/src/spambayes/scripts/sb_imapfilter.py", line 1261, in run imap_filter.Train() File "/usr/home/dave/src/spambayes/scripts/sb_imapfilter.py", line 1004, in Train num_trained = folder.Train(self.classifier, is_spam) File "/usr/home/dave/src/spambayes/scripts/sb_imapfilter.py", line 888, in Train for msg in self: File "/usr/home/dave/src/spambayes/scripts/sb_imapfilter.py", line 799, in __iter__ yield self[key] File "/usr/home/dave/src/spambayes/scripts/sb_imapfilter.py", line 831, in __getitem__ data = self.imap_server.extract_fetch_data(response_data) File "/usr/home/dave/src/spambayes/scripts/sb_imapfilter.py", line 455, in extract_fetch_data msg_data = self._extract_fetch_data(msg) File "/usr/home/dave/src/spambayes/scripts/sb_imapfilter.py", line 428, in _extract_fetch_data raise BadIMAPResponseError("FETCH response", response) __main__.BadIMAPResponseError: The command 'FETCH response' failed to give an OK response. (' UID 1967)',) I decided last week to try to debug this a little bit myself. I know almost nothing about the workings of IMAP, but the problem appears to be that sb_imapfilter isn't accounting for responses like this one: [ ( '6 (BODY[] {3130}' , 'Return-Path: Patches item #1707814, was opened at 2007-04-25 22:31 Message generated for change (Settings changed) made by david_abrahams You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1707814&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: David Abrahams (david_abrahams) >Assigned to: Tony Meyer (anadelonbrin) Summary: More resilient parsing for sb_imapfilter Initial Comment: On 31 January 2006 I posted this problem that came up for me trying to do training with sb_imapfilter with the latest CVS: Loading state from /usr/home/dave/hammie.new.db database /usr/home/dave/hammie.new.db is a new database Loading database /usr/home/dave/hammie.new.db... Done. Account: www.stlport.com:993 Training Training ham folder HamBox Traceback (most recent call last): File "/usr/home/dave/src/spambayes/scripts/sb_imapfilter.py", line 1283, in ? run() File "/usr/home/dave/src/spambayes/scripts/sb_imapfilter.py", line 1261, in run imap_filter.Train() File "/usr/home/dave/src/spambayes/scripts/sb_imapfilter.py", line 1004, in Train num_trained = folder.Train(self.classifier, is_spam) File "/usr/home/dave/src/spambayes/scripts/sb_imapfilter.py", line 888, in Train for msg in self: File "/usr/home/dave/src/spambayes/scripts/sb_imapfilter.py", line 799, in __iter__ yield self[key] File "/usr/home/dave/src/spambayes/scripts/sb_imapfilter.py", line 831, in __getitem__ data = self.imap_server.extract_fetch_data(response_data) File "/usr/home/dave/src/spambayes/scripts/sb_imapfilter.py", line 455, in extract_fetch_data msg_data = self._extract_fetch_data(msg) File "/usr/home/dave/src/spambayes/scripts/sb_imapfilter.py", line 428, in _extract_fetch_data raise BadIMAPResponseError("FETCH response", response) __main__.BadIMAPResponseError: The command 'FETCH response' failed to give an OK response. (' UID 1967)',) I decided last week to try to debug this a little bit myself. I know almost nothing about the workings of IMAP, but the problem appears to be that sb_imapfilter isn't accounting for responses like this one: [ ( '6 (BODY[] {3130}' , 'Return-Path: Bugs item #1707852, was opened at 2007-04-26 01:25 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=1707852&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: 5 Private: No Submitted By: David Abrahams (david_abrahams) Assigned to: Tony Meyer (anadelonbrin) Summary: Can't classify words beginning with "tem" Initial Comment: When running sb_imapfilter, any word query beginning with "tem" yields the following traceback: 500 Server error Traceback (most recent call last): File "/usr/local/lib/python2.4/site-packages/spambayes/Dibbler.py", line 476, in found_terminator getattr(plugin, name)(**params) File "/usr/local/lib/python2.4/site-packages/spambayes/UserInterface.py", line 470, in onWordquery row.word, row.spamcount, row.hamcount = stat[:3] File "/usr/local/lib/python2.4/site-packages/spambayes/PyMeldLite.py", line 738, in __setattr__ self._replaceNodeContent(node, value) File "/usr/local/lib/python2.4/site-packages/spambayes/PyMeldLite.py", line 654, in _replaceNodeContent node.children = self._nodeListFromSource(value) File "/usr/local/lib/python2.4/site-packages/spambayes/PyMeldLite.py", line 640, in _nodeListFromSource tree = _generateTree(""+value+"") File "/usr/local/lib/python2.4/site-packages/spambayes/PyMeldLite.py", line 574, in _generateTree g.feed(source) File "/usr/local/lib/python2.4/site-packages/spambayes/PyMeldLite.py", line 499, in feed self._parser.Parse(data) ExpatError: not well-formed (invalid token): line 1, column 12 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1707852&group_id=61702 From noreply at sourceforge.net Thu Apr 26 09:45:43 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Thu, 26 Apr 2007 00:45:43 -0700 Subject: [spambayes-bugs] [ spambayes-Bugs-1695441 ] Outlook Crashes immediately on Start with Add-In active Message-ID: Bugs item #1695441, was opened at 2007-04-06 01:37 Message generated for change (Comment added) made by regaddress You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1695441&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: Bret (bdurrett) Assigned to: Nobody/Anonymous (nobody) Summary: Outlook Crashes immediately on Start with Add-In active Initial Comment: I installed SpamBayes 1.0.4 on a Win XP-SP2 (fully Patched - Build 2600) with 2 GB memory running an AMD San Diego 64 bit 4 GHz CPU with A fully patched version of Office XP (Office 2002), including Outlook XP. Due to a problem with Zone Alarm v7.0, I had to uninstall SpamBayes. I resolved the confilt with ZA (uninstalled it ) and reinstalled SpamBayes as before. Outlook now crashes immediately on opening with the AddIn active with the following note: AppName: outlook.exe AppVer: 10.0.6822.0 ModName: unknown ModVer: 0.0.0.0 Offset: 01e81dc8 There are 2 log files, 1 of "zero" length and 1 of 1 kb that contain the following: spambayes1.log: empty spambayes2.log: Registered: SpamBayes.OutlookAddin Registration complete. I have tried uninstalling & rebooting, then ensuring that the toolbar is deleted and rebooting, and then ensuring that the registry was clear from any SpaBayes entries and rebooting as suggested by another user. As an aside, the toolbar is never installed as far as I can see. There is no entry for it in the Toolbar window. The first installation went perfectly but the reinstallation died. There seems to be some residual "damage" or configuration that is left after the uninstall that I can not find Regards, Bret ---------------------------------------------------------------------- Comment By: rEaLkEwL (regaddress) Date: 2007-04-26 02:45 Message: Logged In: YES user_id=857083 Originator: NO imho Spambayes is the best tool for dealing with ever-increasing spam volume. Over the past 3 years spambayes has performed flawlessly in Office XP and 2003 with no hiccups whatsoever. Kudos to the spambayes developer team! However, I now share the pain and frustrations of others here... Outlook crashes on startup and a dialogue asks to disable the spambayes add-in. I attempted the same numerous solutions as the other users here, but still no joy. WIN XP PRO fully patched, Office 2003, Intel P X2, 2GB RAM spambayes1.log, spambayes2.log, spambayes3.log are empty (0KB) spambayes4.log sez... "Registered: SpamBayes.OutlookAddin Registration complete." Because this is the first negative experience I have encountered with this awesome program, it is tempting to presume M$ as the culprit (soooooooo many patches). Monitoring this bug thread awaiting a solution. rEaLkEwL ---------------------------------------------------------------------- Comment By: Bret (bdurrett) Date: 2007-04-10 09:19 Message: Logged In: YES user_id=1762180 Originator: YES Then we may be looking at a Micro$oft-induced failure? Great! :-( ---------------------------------------------------------------------- Comment By: chlh (chlh) Date: 2007-04-10 03:17 Message: Logged In: YES user_id=1765524 Originator: NO Hi Bret, I have the same problem on my computer (WIN XP PRO fully patched, Office 2003, with AMD Athlon 64 X2 Dual, 2 GB RAM). Except that on my computer spambayes was working perfectly for the last 2 years. I didn't change anything on my system except the security patches from Microsoft. I really hope there will be a solution to this because otherwise the spam will be killing me. I tried the same things you did, but still the same problem. Also like you describe, the toolbar is gone. Regards Christian ---------------------------------------------------------------------- Comment By: Bret (bdurrett) Date: 2007-04-06 01:38 Message: Logged In: YES user_id=1762180 Originator: YES By the way, I forgot to mention that I used the "Standard" way on uninstalling the software using the System Control menu for Software and then uninstalling it from there. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1695441&group_id=61702 From noreply at sourceforge.net Fri Apr 27 00:03:27 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Thu, 26 Apr 2007 15:03:27 -0700 Subject: [spambayes-bugs] [ spambayes-Patches-1707808 ] imap-tte Message-ID: Patches item #1707808, was opened at 2007-04-25 22:12 Message generated for change (Comment added) made by david_abrahams You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1707808&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: David Abrahams (david_abrahams) Assigned to: Skip Montanaro (montanaro) Summary: imap-tte Initial Comment: A patch that enables train-to-exhaustion support for IMAP. This patch has three parts: 1. an __init__.py in the scripts folder that makes some of the classes in sb_imapfilter available to tte.py. This change is not represented in the patch file; you'll have to add __init__.py yourself. 2. Some imap support in mboxutils.py 3. Some refactoring in sb_imapfilter.py to sink the port selection logic into IMAPSession.__init__ so that it can be used by tte.py. In the process we simplify the uses of IMAPSession considerably. This is probably not refactored in the best way; in particular, #1 above should probably never happen and whatever is used by both sb_imapfilter.py and tte.py should be moved into spambayes/ or at least out of scripts/. However, before taking on any major restructuring I wanted to get this into the hands of a spambayes devel who can make sure I'm on the right track. ---------------------------------------------------------------------- >Comment By: David Abrahams (david_abrahams) Date: 2007-04-26 17:03 Message: Logged In: YES user_id=52572 Originator: YES It looks like I forgot one thing in sb_imapfilter.py: @@ -1200,6 +1209,7 @@ imap_filter = IMAPFilter(classifier, message_db) httpServer = UserInterfaceServer(options["html_ui", "port"]) + pwds = [ x[2] for x in servers_data ] httpServer.register(IMAPUserInterface(classifier, imaps, pwds, IMAPSession, stats=stats, close_db=close_db, I've attached a complete patch that contains that change and all of my other fixes/workarounds (I have several patches in this tracker that haven't been acted on). You can ignore it if you prefer and just make the additional change above. File Added: spambayes.patch ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1707808&group_id=61702 From noreply at sourceforge.net Fri Apr 27 09:17:57 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Fri, 27 Apr 2007 00:17:57 -0700 Subject: [spambayes-bugs] [ spambayes-Bugs-1695441 ] Outlook Crashes immediately on Start with Add-In active Message-ID: Bugs item #1695441, was opened at 2007-04-06 06:37 Message generated for change (Comment added) made by chlh You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1695441&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: Bret (bdurrett) Assigned to: Nobody/Anonymous (nobody) Summary: Outlook Crashes immediately on Start with Add-In active Initial Comment: I installed SpamBayes 1.0.4 on a Win XP-SP2 (fully Patched - Build 2600) with 2 GB memory running an AMD San Diego 64 bit 4 GHz CPU with A fully patched version of Office XP (Office 2002), including Outlook XP. Due to a problem with Zone Alarm v7.0, I had to uninstall SpamBayes. I resolved the confilt with ZA (uninstalled it ) and reinstalled SpamBayes as before. Outlook now crashes immediately on opening with the AddIn active with the following note: AppName: outlook.exe AppVer: 10.0.6822.0 ModName: unknown ModVer: 0.0.0.0 Offset: 01e81dc8 There are 2 log files, 1 of "zero" length and 1 of 1 kb that contain the following: spambayes1.log: empty spambayes2.log: Registered: SpamBayes.OutlookAddin Registration complete. I have tried uninstalling & rebooting, then ensuring that the toolbar is deleted and rebooting, and then ensuring that the registry was clear from any SpaBayes entries and rebooting as suggested by another user. As an aside, the toolbar is never installed as far as I can see. There is no entry for it in the Toolbar window. The first installation went perfectly but the reinstallation died. There seems to be some residual "damage" or configuration that is left after the uninstall that I can not find Regards, Bret ---------------------------------------------------------------------- Comment By: chlh (chlh) Date: 2007-04-27 07:17 Message: Logged In: YES user_id=1765524 Originator: NO Hi Bret, I found the the solution to my problem. It was the Data Execution Prevention, DEP (a specialty for AMD), which was not checked for Outlook. There is also a little comment to that in the FAQs BR Christian ---------------------------------------------------------------------- Comment By: rEaLkEwL (regaddress) Date: 2007-04-26 07:45 Message: Logged In: YES user_id=857083 Originator: NO imho Spambayes is the best tool for dealing with ever-increasing spam volume. Over the past 3 years spambayes has performed flawlessly in Office XP and 2003 with no hiccups whatsoever. Kudos to the spambayes developer team! However, I now share the pain and frustrations of others here... Outlook crashes on startup and a dialogue asks to disable the spambayes add-in. I attempted the same numerous solutions as the other users here, but still no joy. WIN XP PRO fully patched, Office 2003, Intel P X2, 2GB RAM spambayes1.log, spambayes2.log, spambayes3.log are empty (0KB) spambayes4.log sez... "Registered: SpamBayes.OutlookAddin Registration complete." Because this is the first negative experience I have encountered with this awesome program, it is tempting to presume M$ as the culprit (soooooooo many patches). Monitoring this bug thread awaiting a solution. rEaLkEwL ---------------------------------------------------------------------- Comment By: Bret (bdurrett) Date: 2007-04-10 14:19 Message: Logged In: YES user_id=1762180 Originator: YES Then we may be looking at a Micro$oft-induced failure? Great! :-( ---------------------------------------------------------------------- Comment By: chlh (chlh) Date: 2007-04-10 08:17 Message: Logged In: YES user_id=1765524 Originator: NO Hi Bret, I have the same problem on my computer (WIN XP PRO fully patched, Office 2003, with AMD Athlon 64 X2 Dual, 2 GB RAM). Except that on my computer spambayes was working perfectly for the last 2 years. I didn't change anything on my system except the security patches from Microsoft. I really hope there will be a solution to this because otherwise the spam will be killing me. I tried the same things you did, but still the same problem. Also like you describe, the toolbar is gone. Regards Christian ---------------------------------------------------------------------- Comment By: Bret (bdurrett) Date: 2007-04-06 06:38 Message: Logged In: YES user_id=1762180 Originator: YES By the way, I forgot to mention that I used the "Standard" way on uninstalling the software using the System Control menu for Software and then uninstalling it from there. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1695441&group_id=61702 From noreply at sourceforge.net Fri Apr 27 21:51:35 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Fri, 27 Apr 2007 12:51:35 -0700 Subject: [spambayes-bugs] [ spambayes-Bugs-1695441 ] Outlook Crashes immediately on Start with Add-In active Message-ID: Bugs item #1695441, was opened at 2007-04-06 08:37 Message generated for change (Comment added) made by bdurrett You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1695441&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: Closed >Resolution: Rejected Priority: 5 Private: No Submitted By: Bret (bdurrett) Assigned to: Nobody/Anonymous (nobody) Summary: Outlook Crashes immediately on Start with Add-In active Initial Comment: I installed SpamBayes 1.0.4 on a Win XP-SP2 (fully Patched - Build 2600) with 2 GB memory running an AMD San Diego 64 bit 4 GHz CPU with A fully patched version of Office XP (Office 2002), including Outlook XP. Due to a problem with Zone Alarm v7.0, I had to uninstall SpamBayes. I resolved the confilt with ZA (uninstalled it ) and reinstalled SpamBayes as before. Outlook now crashes immediately on opening with the AddIn active with the following note: AppName: outlook.exe AppVer: 10.0.6822.0 ModName: unknown ModVer: 0.0.0.0 Offset: 01e81dc8 There are 2 log files, 1 of "zero" length and 1 of 1 kb that contain the following: spambayes1.log: empty spambayes2.log: Registered: SpamBayes.OutlookAddin Registration complete. I have tried uninstalling & rebooting, then ensuring that the toolbar is deleted and rebooting, and then ensuring that the registry was clear from any SpaBayes entries and rebooting as suggested by another user. As an aside, the toolbar is never installed as far as I can see. There is no entry for it in the Toolbar window. The first installation went perfectly but the reinstallation died. There seems to be some residual "damage" or configuration that is left after the uninstall that I can not find Regards, Bret ---------------------------------------------------------------------- >Comment By: Bret (bdurrett) Date: 2007-04-27 21:51 Message: Logged In: YES user_id=1762180 Originator: YES YES!!! THAT WAS IT! Of course, trying to figure out how to make Outlook an "Acceptable" app was a pain. It was NOT where M$ said it was in the FAQ regarding DEP. It is under the Control Panel -> System -> "Advanced (this is my guess since I have the German version of XP and it is called "Erweitert" or "Expanded") and then under the Tab of System Performance and THEN under the DEP Tab..... I told it to run Outlook WITHOUT DEP and it works now!!! This is a bug that popped up since the March Set of Security Updates to XP SP2.... ---------------------------------------------------------------------- Comment By: chlh (chlh) Date: 2007-04-27 09:17 Message: Logged In: YES user_id=1765524 Originator: NO Hi Bret, I found the the solution to my problem. It was the Data Execution Prevention, DEP (a specialty for AMD), which was not checked for Outlook. There is also a little comment to that in the FAQs BR Christian ---------------------------------------------------------------------- Comment By: rEaLkEwL (regaddress) Date: 2007-04-26 09:45 Message: Logged In: YES user_id=857083 Originator: NO imho Spambayes is the best tool for dealing with ever-increasing spam volume. Over the past 3 years spambayes has performed flawlessly in Office XP and 2003 with no hiccups whatsoever. Kudos to the spambayes developer team! However, I now share the pain and frustrations of others here... Outlook crashes on startup and a dialogue asks to disable the spambayes add-in. I attempted the same numerous solutions as the other users here, but still no joy. WIN XP PRO fully patched, Office 2003, Intel P X2, 2GB RAM spambayes1.log, spambayes2.log, spambayes3.log are empty (0KB) spambayes4.log sez... "Registered: SpamBayes.OutlookAddin Registration complete." Because this is the first negative experience I have encountered with this awesome program, it is tempting to presume M$ as the culprit (soooooooo many patches). Monitoring this bug thread awaiting a solution. rEaLkEwL ---------------------------------------------------------------------- Comment By: Bret (bdurrett) Date: 2007-04-10 16:19 Message: Logged In: YES user_id=1762180 Originator: YES Then we may be looking at a Micro$oft-induced failure? Great! :-( ---------------------------------------------------------------------- Comment By: chlh (chlh) Date: 2007-04-10 10:17 Message: Logged In: YES user_id=1765524 Originator: NO Hi Bret, I have the same problem on my computer (WIN XP PRO fully patched, Office 2003, with AMD Athlon 64 X2 Dual, 2 GB RAM). Except that on my computer spambayes was working perfectly for the last 2 years. I didn't change anything on my system except the security patches from Microsoft. I really hope there will be a solution to this because otherwise the spam will be killing me. I tried the same things you did, but still the same problem. Also like you describe, the toolbar is gone. Regards Christian ---------------------------------------------------------------------- Comment By: Bret (bdurrett) Date: 2007-04-06 08:38 Message: Logged In: YES user_id=1762180 Originator: YES By the way, I forgot to mention that I used the "Standard" way on uninstalling the software using the System Control menu for Software and then uninstalling it from there. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1695441&group_id=61702