From noreply at sourceforge.net Fri Jan 4 17:11:51 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Fri, 04 Jan 2008 08:11:51 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1550228 ] 1.1a2-1.1a3: nonstandard characters in db path cause error Message-ID: Bugs item #1550228, was opened at 2006-09-01 00:22 Message generated for change (Comment added) made by mydlo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1550228&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: 2012 (twentytwelve) Assigned to: Nobody/Anonymous (nobody) Summary: 1.1a2-1.1a3: nonstandard characters in db path cause error Initial Comment: Windows XP Pro SP2. Outlook 2003 SP2. Clean install of SB Outlook plugin. 1.0.4 works well. Both 1.1a2 and 1.1a3 seem to have this problem. (1.0.4 and earlier versions have also been used earlier on this sytem with no problems for years.) Assumption: When the path to the db contains nonstandard characters, the plugin fails to load the database with "Failed to load bayes database" error at Outlook start. Since the path by default includes the Windows profile name, example "C:\Documents and Settings\Kristoffer Bj?rkman\Application Data\SpamBayes\[etc]", this should be a very common problem for users in many countries. I can't find a workaround for this with the Outlook plugin version of SB. If there's no way to set the db path to somewhere outside of the Windows profile directory, this behaviour makes the application unusable. See log (from v1.1a2) included below, also see what seems a similar issue reported (with log) earlier at . ----- ERROR: 'There was an error initializing the Spam plugin.\r\n\r\nSpam filtering has been disabled. Please re-configure\r\nand re-enable this plugin\r\n\r\nError details:\r\nFailed to load bayes database' Traceback (most recent call last): File "manager.pyc", line 457, in __init__ File "manager.pyc", line 258, in Load UnicodeDecodeError: 'ascii' codec can't decode byte 0xf6 in position 39: ordinal not in range(128) Error connecting to Outlook! Traceback (most recent call last): File "addin.pyc", line 1281, in OnConnection File "manager.pyc", line 992, in GetManager File "manager.pyc", line 460, in __init__ File "manager.pyc", line 283, in InitNew File "manager.pyc", line 194, in new_bayes OSError: [Errno 13] Permission denied: 'C:\\Documents and Settings\\Kristoffer Bj\xf6rkman\\Application Data\\SpamBayes\\default_bayes_database.db' ERROR: 'There was an error initializing the SpamBayes addin\r\n\r\nPlease re-start Outlook and try again.' Traceback (most recent call last): File "addin.pyc", line 1281, in OnConnection File "manager.pyc", line 992, in GetManager File "manager.pyc", line 460, in __init__ File "manager.pyc", line 283, in InitNew File "manager.pyc", line 194, in new_bayes OSError: [Errno 13] Permission denied: 'C:\\Documents and Settings\\Kristoffer Bj\xf6rkman\\Application Data\\SpamBayes\\default_bayes_database.db' pythoncom error: Failed to call the universal dispatcher Traceback (most recent call last): File "win32com\universal.pyc", line 177, in dispatch File "win32com\server\policy.pyc", line 332, in _InvokeEx_ File "win32com\server\policy.pyc", line 654, in _invokeex_ File "win32com\server\policy.pyc", line 588, in _invokeex_ File "addin.pyc", line 1320, in OnStartupComplete exceptions.AttributeError: 'NoneType' object has no attribute 'never_configured' pythoncom error: Unexpected gateway error Traceback (most recent call last): File "win32com\universal.pyc", line 177, in dispatch File "win32com\server\policy.pyc", line 332, in _InvokeEx_ File "win32com\server\policy.pyc", line 654, in _invokeex_ File "win32com\server\policy.pyc", line 588, in _invokeex_ File "addin.pyc", line 1320, in OnStartupComplete exceptions.AttributeError: 'NoneType' object has no attribute 'never_configured' ---------------------------------------------------------------------- Comment By: Vladimir (mydlo) Date: 2008-01-04 16:11 Message: Logged In: YES user_id=1973630 Originator: NO May be Twentytwelve does not write it sufficiently clearly: nobody whos name contains non-standard ASCII letters or who is working on localized Windows (and therefore has data path to default bayes database with national letters like me: C:\Documents and Settings\Richard\Data aplikac?\SpamBayes) can NOT use nor test SpamBayes plugin due to error: Failed to load bayes database' Traceback (most recent call last): File "manager.pyc", line 457, in __init__ File "manager.pyc", line 258, in Load UnicodeDecodeError: 'ascii' codec can't decode byte 0xed in position 46: ordinal not in range(128) Error connecting to Outlook! Traceback (most recent call last): File "addin.pyc", line 1294, in OnConnection File "manager.pyc", line 996, in GetManager File "manager.pyc", line 460, in __init__ File "manager.pyc", line 283, in InitNew File "manager.pyc", line 194, in new_bayes OSError: [Errno 13] Permission denied: 'C:\\Documents and Settings\\Richard\\Data aplikac\xed\\SpamBayes\\default_bayes_database.db' ERROR: 'There was an error initializing the SpamBayes addin\r\n\r\nPlease re-start Outlook and try again.' So this bug should have priority at least 9 !!! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1550228&group_id=61702 From noreply at sourceforge.net Fri Jan 4 17:51:08 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Fri, 04 Jan 2008 08:51:08 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1550228 ] 1.1a2-1.1a3: nonstandard characters in db path cause error Message-ID: Bugs item #1550228, was opened at 2006-08-31 19:22 Message generated for change (Comment added) made by montanaro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1550228&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: 2012 (twentytwelve) >Assigned to: Mark Hammond (mhammond) Summary: 1.1a2-1.1a3: nonstandard characters in db path cause error Initial Comment: Windows XP Pro SP2. Outlook 2003 SP2. Clean install of SB Outlook plugin. 1.0.4 works well. Both 1.1a2 and 1.1a3 seem to have this problem. (1.0.4 and earlier versions have also been used earlier on this sytem with no problems for years.) Assumption: When the path to the db contains nonstandard characters, the plugin fails to load the database with "Failed to load bayes database" error at Outlook start. Since the path by default includes the Windows profile name, example "C:\Documents and Settings\Kristoffer Bj?rkman\Application Data\SpamBayes\[etc]", this should be a very common problem for users in many countries. I can't find a workaround for this with the Outlook plugin version of SB. If there's no way to set the db path to somewhere outside of the Windows profile directory, this behaviour makes the application unusable. See log (from v1.1a2) included below, also see what seems a similar issue reported (with log) earlier at . ----- ERROR: 'There was an error initializing the Spam plugin.\r\n\r\nSpam filtering has been disabled. Please re-configure\r\nand re-enable this plugin\r\n\r\nError details:\r\nFailed to load bayes database' Traceback (most recent call last): File "manager.pyc", line 457, in __init__ File "manager.pyc", line 258, in Load UnicodeDecodeError: 'ascii' codec can't decode byte 0xf6 in position 39: ordinal not in range(128) Error connecting to Outlook! Traceback (most recent call last): File "addin.pyc", line 1281, in OnConnection File "manager.pyc", line 992, in GetManager File "manager.pyc", line 460, in __init__ File "manager.pyc", line 283, in InitNew File "manager.pyc", line 194, in new_bayes OSError: [Errno 13] Permission denied: 'C:\\Documents and Settings\\Kristoffer Bj\xf6rkman\\Application Data\\SpamBayes\\default_bayes_database.db' ERROR: 'There was an error initializing the SpamBayes addin\r\n\r\nPlease re-start Outlook and try again.' Traceback (most recent call last): File "addin.pyc", line 1281, in OnConnection File "manager.pyc", line 992, in GetManager File "manager.pyc", line 460, in __init__ File "manager.pyc", line 283, in InitNew File "manager.pyc", line 194, in new_bayes OSError: [Errno 13] Permission denied: 'C:\\Documents and Settings\\Kristoffer Bj\xf6rkman\\Application Data\\SpamBayes\\default_bayes_database.db' pythoncom error: Failed to call the universal dispatcher Traceback (most recent call last): File "win32com\universal.pyc", line 177, in dispatch File "win32com\server\policy.pyc", line 332, in _InvokeEx_ File "win32com\server\policy.pyc", line 654, in _invokeex_ File "win32com\server\policy.pyc", line 588, in _invokeex_ File "addin.pyc", line 1320, in OnStartupComplete exceptions.AttributeError: 'NoneType' object has no attribute 'never_configured' pythoncom error: Unexpected gateway error Traceback (most recent call last): File "win32com\universal.pyc", line 177, in dispatch File "win32com\server\policy.pyc", line 332, in _InvokeEx_ File "win32com\server\policy.pyc", line 654, in _invokeex_ File "win32com\server\policy.pyc", line 588, in _invokeex_ File "addin.pyc", line 1320, in OnStartupComplete exceptions.AttributeError: 'NoneType' object has no attribute 'never_configured' ---------------------------------------------------------------------- >Comment By: Skip Montanaro (montanaro) Date: 2008-01-04 10:51 Message: Logged In: YES user_id=44345 Originator: NO Mark, can you take a quick look at this? Looks like Unicode filenames cause problems. Skip ---------------------------------------------------------------------- Comment By: Vladimir (mydlo) Date: 2008-01-04 10:11 Message: Logged In: YES user_id=1973630 Originator: NO May be Twentytwelve does not write it sufficiently clearly: nobody whos name contains non-standard ASCII letters or who is working on localized Windows (and therefore has data path to default bayes database with national letters like me: C:\Documents and Settings\Richard\Data aplikac?\SpamBayes) can NOT use nor test SpamBayes plugin due to error: Failed to load bayes database' Traceback (most recent call last): File "manager.pyc", line 457, in __init__ File "manager.pyc", line 258, in Load UnicodeDecodeError: 'ascii' codec can't decode byte 0xed in position 46: ordinal not in range(128) Error connecting to Outlook! Traceback (most recent call last): File "addin.pyc", line 1294, in OnConnection File "manager.pyc", line 996, in GetManager File "manager.pyc", line 460, in __init__ File "manager.pyc", line 283, in InitNew File "manager.pyc", line 194, in new_bayes OSError: [Errno 13] Permission denied: 'C:\\Documents and Settings\\Richard\\Data aplikac\xed\\SpamBayes\\default_bayes_database.db' ERROR: 'There was an error initializing the SpamBayes addin\r\n\r\nPlease re-start Outlook and try again.' So this bug should have priority at least 9 !!! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1550228&group_id=61702 From noreply at sourceforge.net Mon Jan 7 12:42:05 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 07 Jan 2008 03:42:05 -0800 Subject: [spambayes-bugs] [ spambayes-Support Requests-1865816 ] Personal folders not found with outlook 2007 Message-ID: Support Requests item #1865816, was opened at 2008-01-07 11:42 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=1865816&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: James (james_000) Assigned to: Nobody/Anonymous (nobody) Summary: Personal folders not found with outlook 2007 Initial Comment: I am trying to configure Spambayes 1.1a4 with Outlook 2007. When I browse for folders in the configuration wizard my mailbox and public folders are listed but none of my personal folders are shown. There are also two folders shown which have no name, these seem to be duplicates of my mailbox and the public folders. There are several errors in the log which is attached. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1865816&group_id=61702 From noreply at sourceforge.net Mon Jan 7 22:35:47 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 07 Jan 2008 13:35:47 -0800 Subject: [spambayes-bugs] [ spambayes-Support Requests-1865816 ] Personal folders not found with outlook 2007 Message-ID: Support Requests item #1865816, was opened at 2008-01-07 22:42 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1865816&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: James (james_000) Assigned to: Nobody/Anonymous (nobody) Summary: Personal folders not found with outlook 2007 Initial Comment: I am trying to configure Spambayes 1.1a4 with Outlook 2007. When I browse for folders in the configuration wizard my mailbox and public folders are listed but none of my personal folders are shown. There are also two folders shown which have no name, these seem to be duplicates of my mailbox and the public folders. There are several errors in the log which is attached. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2008-01-08 08:35 Message: Logged In: YES user_id=14198 Originator: NO It appears you need to run the "inbox repair tool" - please see http://support.microsoft.com/kb/814441 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1865816&group_id=61702 From noreply at sourceforge.net Tue Jan 8 13:39:45 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 08 Jan 2008 04:39:45 -0800 Subject: [spambayes-bugs] [ spambayes-Support Requests-1865816 ] Personal folders not found with outlook 2007 Message-ID: Support Requests item #1865816, was opened at 2008-01-07 11:42 Message generated for change (Comment added) made by james_000 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1865816&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: James (james_000) Assigned to: Nobody/Anonymous (nobody) Summary: Personal folders not found with outlook 2007 Initial Comment: I am trying to configure Spambayes 1.1a4 with Outlook 2007. When I browse for folders in the configuration wizard my mailbox and public folders are listed but none of my personal folders are shown. There are also two folders shown which have no name, these seem to be duplicates of my mailbox and the public folders. There are several errors in the log which is attached. ---------------------------------------------------------------------- >Comment By: James (james_000) Date: 2008-01-08 12:39 Message: Logged In: YES user_id=1975436 Originator: YES Inbox repair tool found and repaired some errors but this did not resolve the problem. Exchange folders are shown but personal folders are not and there are un-named duplicates of each of the exchange folders. I have found that sometimes one of the personal folders is visible but the next time outlook is started it will be gone again, this has happened with each of the personal folders and seems to be random. File Added: spambayes2.log ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2008-01-07 21:35 Message: Logged In: YES user_id=14198 Originator: NO It appears you need to run the "inbox repair tool" - please see http://support.microsoft.com/kb/814441 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1865816&group_id=61702 From noreply at sourceforge.net Thu Jan 10 16:24:19 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Thu, 10 Jan 2008 07:24:19 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1868564 ] Database file: sizelimit? Message-ID: Bugs item #1868564, was opened at 2008-01-10 16:24 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=1868564&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: moby_dick (moby_dick) Assigned to: Nobody/Anonymous (nobody) Summary: Database file: sizelimit? Initial Comment: I've encountered following effect: - trained spam bayes on over 20.000 spam an about 3.500 ham mails resulting in a database file about 10 MB size (each) - automatic filtering work well enough - but: manual declaring mail as spam / ham did not work (see attached logfile) - nothing helps, inlcuding: -- removing icons from outlook an reinstall them -- removing complete outlook icons config -- reinstalling spambayes (but reusing old database files) - but the solution was: -- deleted database files -- retrained on only 1.000 spam and 1.000 ham -- result: a database file about 5 MB (bayes) and 1.2 MB (message) - everything worked again and still does So, may there be a problem when the database file(s) exceed a specific size? My system: WinXP Pro, SP2 Outlook 2003 SpamBayes 1.1a3 PS: Same problem with minor version of spambayes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1868564&group_id=61702 From noreply at sourceforge.net Thu Jan 10 18:18:55 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Thu, 10 Jan 2008 09:18:55 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1868564 ] Database file: sizelimit? Message-ID: Bugs item #1868564, was opened at 2008-01-10 09:24 Message generated for change (Comment added) made by montanaro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1868564&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: moby_dick (moby_dick) Assigned to: Nobody/Anonymous (nobody) Summary: Database file: sizelimit? Initial Comment: I've encountered following effect: - trained spam bayes on over 20.000 spam an about 3.500 ham mails resulting in a database file about 10 MB size (each) - automatic filtering work well enough - but: manual declaring mail as spam / ham did not work (see attached logfile) - nothing helps, inlcuding: -- removing icons from outlook an reinstall them -- removing complete outlook icons config -- reinstalling spambayes (but reusing old database files) - but the solution was: -- deleted database files -- retrained on only 1.000 spam and 1.000 ham -- result: a database file about 5 MB (bayes) and 1.2 MB (message) - everything worked again and still does So, may there be a problem when the database file(s) exceed a specific size? My system: WinXP Pro, SP2 Outlook 2003 SpamBayes 1.1a3 PS: Same problem with minor version of spambayes ---------------------------------------------------------------------- >Comment By: Skip Montanaro (montanaro) Date: 2008-01-10 11:18 Message: Logged In: YES user_id=44345 Originator: NO There is no specific size limit, but there's also no reason to have 1,000 spams or hams. I suggest you try deleting your database altogether and start from scratch. If you want to seed the database, just use the last 10 (ten) or so spams and hams. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1868564&group_id=61702 From noreply at sourceforge.net Fri Jan 11 09:18:16 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Fri, 11 Jan 2008 00:18:16 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1868564 ] Database file: sizelimit? Message-ID: Bugs item #1868564, was opened at 2008-01-10 16:24 Message generated for change (Comment added) made by moby_dick You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1868564&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: moby_dick (moby_dick) Assigned to: Nobody/Anonymous (nobody) Summary: Database file: sizelimit? Initial Comment: I've encountered following effect: - trained spam bayes on over 20.000 spam an about 3.500 ham mails resulting in a database file about 10 MB size (each) - automatic filtering work well enough - but: manual declaring mail as spam / ham did not work (see attached logfile) - nothing helps, inlcuding: -- removing icons from outlook an reinstall them -- removing complete outlook icons config -- reinstalling spambayes (but reusing old database files) - but the solution was: -- deleted database files -- retrained on only 1.000 spam and 1.000 ham -- result: a database file about 5 MB (bayes) and 1.2 MB (message) - everything worked again and still does So, may there be a problem when the database file(s) exceed a specific size? My system: WinXP Pro, SP2 Outlook 2003 SpamBayes 1.1a3 PS: Same problem with minor version of spambayes ---------------------------------------------------------------------- >Comment By: moby_dick (moby_dick) Date: 2008-01-11 09:18 Message: Logged In: YES user_id=1978067 Originator: YES Ups, I thought 'the more the better'. Seems to have been wrong. :-) ---------------------------------------------------------------------- Comment By: Skip Montanaro (montanaro) Date: 2008-01-10 18:18 Message: Logged In: YES user_id=44345 Originator: NO There is no specific size limit, but there's also no reason to have 1,000 spams or hams. I suggest you try deleting your database altogether and start from scratch. If you want to seed the database, just use the last 10 (ten) or so spams and hams. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1868564&group_id=61702 From noreply at sourceforge.net Fri Jan 11 09:19:18 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Fri, 11 Jan 2008 00:19:18 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1868564 ] Database file: sizelimit? Message-ID: Bugs item #1868564, was opened at 2008-01-10 16:24 Message generated for change (Settings changed) made by moby_dick You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1868564&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: Works For Me Priority: 5 Private: No Submitted By: moby_dick (moby_dick) Assigned to: Nobody/Anonymous (nobody) Summary: Database file: sizelimit? Initial Comment: I've encountered following effect: - trained spam bayes on over 20.000 spam an about 3.500 ham mails resulting in a database file about 10 MB size (each) - automatic filtering work well enough - but: manual declaring mail as spam / ham did not work (see attached logfile) - nothing helps, inlcuding: -- removing icons from outlook an reinstall them -- removing complete outlook icons config -- reinstalling spambayes (but reusing old database files) - but the solution was: -- deleted database files -- retrained on only 1.000 spam and 1.000 ham -- result: a database file about 5 MB (bayes) and 1.2 MB (message) - everything worked again and still does So, may there be a problem when the database file(s) exceed a specific size? My system: WinXP Pro, SP2 Outlook 2003 SpamBayes 1.1a3 PS: Same problem with minor version of spambayes ---------------------------------------------------------------------- Comment By: moby_dick (moby_dick) Date: 2008-01-11 09:18 Message: Logged In: YES user_id=1978067 Originator: YES Ups, I thought 'the more the better'. Seems to have been wrong. :-) ---------------------------------------------------------------------- Comment By: Skip Montanaro (montanaro) Date: 2008-01-10 18:18 Message: Logged In: YES user_id=44345 Originator: NO There is no specific size limit, but there's also no reason to have 1,000 spams or hams. I suggest you try deleting your database altogether and start from scratch. If you want to seed the database, just use the last 10 (ten) or so spams and hams. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1868564&group_id=61702 From noreply at sourceforge.net Fri Jan 11 09:19:49 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Fri, 11 Jan 2008 00:19:49 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1868564 ] Database file: sizelimit? Message-ID: Bugs item #1868564, was opened at 2008-01-10 16:24 Message generated for change (Settings changed) made by moby_dick You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1868564&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: Closed Resolution: Works For Me Priority: 5 Private: No Submitted By: moby_dick (moby_dick) Assigned to: Nobody/Anonymous (nobody) Summary: Database file: sizelimit? Initial Comment: I've encountered following effect: - trained spam bayes on over 20.000 spam an about 3.500 ham mails resulting in a database file about 10 MB size (each) - automatic filtering work well enough - but: manual declaring mail as spam / ham did not work (see attached logfile) - nothing helps, inlcuding: -- removing icons from outlook an reinstall them -- removing complete outlook icons config -- reinstalling spambayes (but reusing old database files) - but the solution was: -- deleted database files -- retrained on only 1.000 spam and 1.000 ham -- result: a database file about 5 MB (bayes) and 1.2 MB (message) - everything worked again and still does So, may there be a problem when the database file(s) exceed a specific size? My system: WinXP Pro, SP2 Outlook 2003 SpamBayes 1.1a3 PS: Same problem with minor version of spambayes ---------------------------------------------------------------------- Comment By: moby_dick (moby_dick) Date: 2008-01-11 09:18 Message: Logged In: YES user_id=1978067 Originator: YES Ups, I thought 'the more the better'. Seems to have been wrong. :-) ---------------------------------------------------------------------- Comment By: Skip Montanaro (montanaro) Date: 2008-01-10 18:18 Message: Logged In: YES user_id=44345 Originator: NO There is no specific size limit, but there's also no reason to have 1,000 spams or hams. I suggest you try deleting your database altogether and start from scratch. If you want to seed the database, just use the last 10 (ten) or so spams and hams. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1868564&group_id=61702 From noreply at sourceforge.net Tue Jan 15 19:01:48 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 15 Jan 2008 10:01:48 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1687128 ] Outlook 2007 will not load SpamBayes Message-ID: Bugs item #1687128, was opened at 2007-03-23 13:53 Message generated for change (Comment added) made by pmonks You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1687128&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: Steve (shusak) Assigned to: Nobody/Anonymous (nobody) Summary: Outlook 2007 will not load SpamBayes Initial Comment: I installed the latest version of SpamBayes Outlook filter. Each time I start Outlook, not I get an error: "There was an error initializing the SpamBayes addin Please re-start Outlook and try again." I'm using Outlook 2007 on Vista RTM Windows. I found a log file in my temp directory and attached that if it helps. ---------------------------------------------------------------------- Comment By: Peter Monks (pmonks) Date: 2008-01-15 10:01 Message: Logged In: YES user_id=7747 Originator: NO According to http://loytty.spaces.live.com/blog/cns!D38B786E8EA7A572!781.entry, one workaround is to ensure that the SpamBayes installation folder (eg. C:\Program Files\SpamBayes) is fully writable to everyone (which on Vista won't be the case - C:\Program Files\ and children are protected). Haven't tried it myself yet, so YMMV. ---------------------------------------------------------------------- Comment By: Serenity Consulting (serenityconsult) Date: 2007-06-08 08:58 Message: Logged In: YES user_id=1812098 Originator: NO You may already know this information, but I'll pass it along... I am sucessfully (sort of) running Spambayes 1.1a2 with Outlook 2007 under Vista. I had no problems running Spambayes 1.0.4 under Outlook 2003 and Vista (I did an inplace upgrade from XP to Vista - and subsequently did an inplace upgrade from Office 2003 to Office 2007). Here is my current status... Running with UAC active -Outlook 2007 will crash on startup if the Spambayes addin is installed. Outlook will continue to crash until you give it permission to disable the Spambayes addin. Once Outlook 2007 has started, I can go to the Trust Center, remove the Spambayes addin, then without leaving the Trust Center, add the Spambayes addin. Next I go under Help and enable the disabled Spambayes addin. Spambayes runs great until I shut down Outlook and have to do the above all over again. I have tried de-activating Spambayes (as opposed to removing it) prior to shut down. This does not work. The addin must be disabled - however I am not aware of any user accessible tool within Outlook that would allow me to do this prior to closing Outlook. If I use the 'Run as Administrator' option to start Outlook, Outlook starts normally with the Spambayes addin active. However, this creates other problems for me as one of the Outlook archive files is on a domain based network drive. Running as the Administrator for just this application does not allow me to log into this network drive when I am already logged into the drive with my own local machine account. Right now, I shut down Outlook as seldom as possible and use Vista's sleep mode. Jim Johnson ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1687128&group_id=61702 From noreply at sourceforge.net Tue Jan 15 19:02:23 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 15 Jan 2008 10:02:23 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1619690 ] Error initializing addin under Outlook 2007 / Vista Ultimate Message-ID: Bugs item #1619690, was opened at 2006-12-20 11:37 Message generated for change (Comment added) made by pmonks You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1619690&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: 6 Private: No Submitted By: Nick Jackson (jacksonj04) Assigned to: Nobody/Anonymous (nobody) Summary: Error initializing addin under Outlook 2007 / Vista Ultimate Initial Comment: Trying to run SpamBayes under Outlook 2007 on Vista Ultimate returns: There was an error initializing the SpamBayes addin Please re-start Outlook and try again. This has no affect on the error, nor does removing the configuration, database, or even uninstalling and reinstalling (Although the toolbar seems to get stuck as an option even efter uninstall). SpamBayes was working on this configuration previously, I have no idea what's changed but it did coincide with Patch Tuesday. The only things I can see which may have changed it (According to Windows Update) are some definition updates for Windows Mail and Windows Defender. I have not made any changes to my Office configuration, nor installed any applications which rely on the Outlook database since SpamBayes was working. Other apps seem to talk to the database OK, including iTunes, Nokia PC Sync and Mobile Device Center. I did have an issue where Outlook seemed to 'forget' its default profile settings, but this has since resolved itself. Latest log file attached. ---------------------------------------------------------------------- Comment By: Peter Monks (pmonks) Date: 2008-01-15 10:02 Message: Logged In: YES user_id=7747 Originator: NO According to http://loytty.spaces.live.com/blog/cns!D38B786E8EA7A572!781.entry, one workaround is to ensure that the SpamBayes installation folder (eg. C:\Program Files\SpamBayes) is fully writable to everyone (which on Vista won't be the case - C:\Program Files\ and children are protected). Haven't tried it myself yet, so YMMV. ---------------------------------------------------------------------- Comment By: Serenity Consulting (serenityconsult) Date: 2007-06-08 09:01 Message: Logged In: YES user_id=1812098 Originator: NO You may already know this information, but I'll pass it along... I am sucessfully (sort of) running Spambayes 1.1a2 with Outlook 2007 under Vista. I had no problems running Spambayes 1.0.4 under Outlook 2003 and Vista (I did an inplace upgrade from XP to Vista - and subsequently did an inplace upgrade from Office 2003 to Office 2007). Here is my current status... Running with UAC active -Outlook 2007 will crash on startup if the Spambayes addin is installed. Outlook will continue to crash until you give it permission to disable the Spambayes addin. Once Outlook 2007 has started, I can go to the Trust Center, remove the Spambayes addin, then without leaving the Trust Center, add the Spambayes addin. Next I go under Help and enable the disabled Spambayes addin. Spambayes runs great until I shut down Outlook and have to do the above all over again. I have tried de-activating Spambayes (as opposed to removing it) prior to shut down. This does not work. The addin must be disabled - however I am not aware of any user accessible tool within Outlook that would allow me to do this prior to closing Outlook. If I use the 'Run as Administrator' option to start Outlook, Outlook starts normally with the Spambayes addin active. However, this creates other problems for me as one of the Outlook archive files is on a domain based network drive. Running as the Administrator for just this application does not allow me to log into this network drive when I am already logged into the drive with my own local machine account. Right now, I shut down Outlook as seldom as possible and use Vista's sleep mode. Jim Johnson ---------------------------------------------------------------------- Comment By: Eric Roberts (woad2112) Date: 2007-02-07 19:10 Message: Logged In: YES user_id=1526382 Originator: NO The the appcompat.txt that Vista produces in regards to the error. I tried "icacls spambayes /grant users:F /T" and that had no effect...other that corrupting my pst file ;-) I was able to recover it luckily. I hope you guys can fix this...SB is the best...I hate not being able to use it. Problem Event Name: PCA2 Problem Signature 01: spambayes-1.1a2.exe Problem Signature 02: 0.0.0.0 Problem Signature 03: SpamBayes Setup Problem Signature 04: unknown Problem Signature 05: unknown Problem Signature 06: 1 Problem Signature 07: 201 OS Version: 6.0.6000.2.0.0.256.1 Locale ID: 1033 ---------------------------------------------------------------------- Comment By: weloytty (weloytty) Date: 2007-01-07 17:22 Message: Logged In: YES user_id=1686062 Originator: NO It appears that during initialization, spambayes is trying to create files under \program files\spambayes, which normal users cannot do under vista. You can either always run outlook as administrator (right click, run as administrator), or change the perms under \program files\spambayes. You can probably get very granular with what to allow, etc, but I just went to c:\program files with an elevated command prompt and did icacls spambayes /grant users:F /T ---------------------------------------------------------------------- Comment By: Nick Jackson (jacksonj04) Date: 2006-12-26 14:28 Message: Logged In: YES user_id=620331 Originator: YES This issue still occurs following a complete format and re-install of Vista and Office. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1619690&group_id=61702 From noreply at sourceforge.net Tue Jan 15 19:02:52 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 15 Jan 2008 10:02:52 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1687128 ] Outlook 2007 will not load SpamBayes Message-ID: Bugs item #1687128, was opened at 2007-03-23 13:53 Message generated for change (Comment added) made by pmonks You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1687128&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: Steve (shusak) Assigned to: Nobody/Anonymous (nobody) Summary: Outlook 2007 will not load SpamBayes Initial Comment: I installed the latest version of SpamBayes Outlook filter. Each time I start Outlook, not I get an error: "There was an error initializing the SpamBayes addin Please re-start Outlook and try again." I'm using Outlook 2007 on Vista RTM Windows. I found a log file in my temp directory and attached that if it helps. ---------------------------------------------------------------------- Comment By: Peter Monks (pmonks) Date: 2008-01-15 10:02 Message: Logged In: YES user_id=7747 Originator: NO Also, this bug report is a duplicate of 1619690 (https://sourceforge.net/tracker/index.php?func=detail&aid=1619690&group_id=61702&atid=498103). ---------------------------------------------------------------------- Comment By: Peter Monks (pmonks) Date: 2008-01-15 10:01 Message: Logged In: YES user_id=7747 Originator: NO According to http://loytty.spaces.live.com/blog/cns!D38B786E8EA7A572!781.entry, one workaround is to ensure that the SpamBayes installation folder (eg. C:\Program Files\SpamBayes) is fully writable to everyone (which on Vista won't be the case - C:\Program Files\ and children are protected). Haven't tried it myself yet, so YMMV. ---------------------------------------------------------------------- Comment By: Serenity Consulting (serenityconsult) Date: 2007-06-08 08:58 Message: Logged In: YES user_id=1812098 Originator: NO You may already know this information, but I'll pass it along... I am sucessfully (sort of) running Spambayes 1.1a2 with Outlook 2007 under Vista. I had no problems running Spambayes 1.0.4 under Outlook 2003 and Vista (I did an inplace upgrade from XP to Vista - and subsequently did an inplace upgrade from Office 2003 to Office 2007). Here is my current status... Running with UAC active -Outlook 2007 will crash on startup if the Spambayes addin is installed. Outlook will continue to crash until you give it permission to disable the Spambayes addin. Once Outlook 2007 has started, I can go to the Trust Center, remove the Spambayes addin, then without leaving the Trust Center, add the Spambayes addin. Next I go under Help and enable the disabled Spambayes addin. Spambayes runs great until I shut down Outlook and have to do the above all over again. I have tried de-activating Spambayes (as opposed to removing it) prior to shut down. This does not work. The addin must be disabled - however I am not aware of any user accessible tool within Outlook that would allow me to do this prior to closing Outlook. If I use the 'Run as Administrator' option to start Outlook, Outlook starts normally with the Spambayes addin active. However, this creates other problems for me as one of the Outlook archive files is on a domain based network drive. Running as the Administrator for just this application does not allow me to log into this network drive when I am already logged into the drive with my own local machine account. Right now, I shut down Outlook as seldom as possible and use Vista's sleep mode. Jim Johnson ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1687128&group_id=61702 From noreply at sourceforge.net Tue Jan 15 23:09:17 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 15 Jan 2008 14:09:17 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1835536 ] Office/Outlook SP3 Breaks Spambayes Message-ID: Bugs item #1835536, was opened at 2007-11-20 19:48 Message generated for change (Comment added) made by joefidler You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1835536&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: Raymondg (raymondg) Assigned to: Mark Hammond (mhammond) Summary: Office/Outlook SP3 Breaks Spambayes Initial Comment: Immediately after installing Office 2003 SP3, Spambayes stopped working on Outlook 2003. Tried 1.0.4 and 1.1A. Both are disabled in Outlook. Reference MSKB article 938814 http://support.microsoft.com/?kbid=938814 Spambayes log: Loaded bayes database from 'C:\Documents and Settings\xxxxxxx\Application Data\SpamBayes\default_bayes_database.db' Loaded message database from 'C:\Documents and Settings\xxxxxxxx\Application Data\SpamBayes\default_message_database.db' Bayes database initialized with 1675 spam and 1746 good messages SpamBayes Outlook Addin Version 1.1a3 (April 2007) on Windows 5.1.2600 (Service Pack 2) using Python 2.4.4 (#71, Feb 5 2007, 15:24:39) [MSC v.1310 32 bit (Intel)] Log created Tue Nov 20 22:22:36 2007 *** SpamBayes is NOT enabled, so will not filter incoming mail. *** pythoncom error: Failed to call the universal dispatcher Traceback (most recent call last): File "win32com\universal.pyc", line 177, in dispatch File "win32com\server\policy.pyc", line 332, in _InvokeEx_ File "win32com\server\policy.pyc", line 659, in _invokeex_ File "win32com\server\policy.pyc", line 593, in _invokeex_ File "addin.pyc", line 1365, in OnStartupComplete File "win32com\client\dynamic.pyc", line 496, in __getattr__ exceptions.AttributeError: .Explorers pythoncom error: Unexpected gateway error Traceback (most recent call last): File "win32com\universal.pyc", line 177, in dispatch File "win32com\server\policy.pyc", line 332, in _InvokeEx_ File "win32com\server\policy.pyc", line 659, in _invokeex_ File "win32com\server\policy.pyc", line 593, in _invokeex_ File "addin.pyc", line 1365, in OnStartupComplete File "win32com\client\dynamic.pyc", line 496, in __getattr__ exceptions.AttributeError: .Explorers SpamBayes - Disconnecting from Outlook Session: Messages classified: 0 Total: Messages classified: 0 Addin terminating: 0 COM client and 1 COM servers exist. ---------------------------------------------------------------------- Comment By: joefidler (joefidler) Date: 2008-01-15 14:09 Message: Logged In: YES user_id=1911145 Originator: NO I am seeing same symptoms - plug-in just does not enable under Outlook 2003 with SP3. See 1811774 for details. I have not tested with another version of Outlook/SP so cannot confirm problem is specific to this service pack. Cheers, Joe. ---------------------------------------------------------------------- Comment By: Raymondg (raymondg) Date: 2007-11-21 08:26 Message: Logged In: YES user_id=1942118 Originator: YES I thought the KB article may be relevant as it mentions COM add-ins that are disabled after applying Office 2003 SP3. If that is not the case, OK, but has anyone else reported this problem, and is there a fix? Bug report 1811774 looks like similar problem (also using Outlook 2003 SP3). Spambayes toolbar buttons are there but do not respond at all when clicked. No way to delete spam or recover messages from spam. Can't run Spambayes config manager. Outlook 2K3 Toolbar options for Spambayes are grayed out. Happened immediately after installing Office 2K3 SP3. ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2007-11-20 20:41 Message: Logged In: YES user_id=14198 Originator: NO Is there any reason to believe MSKB article 938814 is relevant here? I can't see one. Not having an 'explorers' object would cripple things, so ignoring this error isn't really an option, and sadly I skipped 2003 and only have 2007. ---------------------------------------------------------------------- Comment By: Raymondg (raymondg) Date: 2007-11-20 20:39 Message: Logged In: YES user_id=1942118 Originator: YES Yes, I followed all of the suggestions on the troubleshooting page. Tried several times for 1.0.4 and 1.1a before posting. ---------------------------------------------------------------------- Comment By: Skip Montanaro (montanaro) Date: 2007-11-20 20:26 Message: Logged In: YES user_id=44345 Originator: NO Assigning to Mark. Have you checked the troubleshooting guide? http://spambayes.svn.sourceforge.net/viewvc/*checkout*/spambayes/trunk/spambayes/Outlook2000/docs/troubleshooting.html ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1835536&group_id=61702 From noreply at sourceforge.net Wed Jan 16 03:48:17 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 15 Jan 2008 18:48:17 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1103976 ] Outlook.exe will not terminate when launched via mailto Message-ID: Bugs item #1103976, was opened at 2005-01-17 16:56 Message generated for change (Comment added) made by selfman You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1103976&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: robert (elitemrp) Assigned to: Mark Hammond (mhammond) Summary: Outlook.exe will not terminate when launched via mailto Initial Comment: I first ran into this problem a few months ago at work. But at the time I thought it was related to a custom program we run here. But now I noticed I can easily reproduce the problem on any computer running SpamBayes+Outlook 2003 on Windows XP. Basically, I will open Outlook via the icon to read mail. I will then close Outlook, and if I have Task Manager open, I will see that Outlook.exe closes correctly. Now if I launch a mailto: link (or use a program that launches a new mail), where the Compose Mail window opens, but not the actual outlook program, the problem occurs. If I close the compose mail window, by either clicking Send, or closing it without sending, the OUTLOOK.EXE task will not exit. If I launch Outlook again, I'll now have multiple instances of OUTLOOK.EXE in task manager. Now the multiple instances is what caused the problem with our custom software at work, but that has nothing to do with the fact that Outlook does not exit correctly when running Spambayes and having a program/mailto link open the Compose Mail window. Yes I realize there have been 2 previous tickets about OUTLOOK.EXE closing, but none came to the conclusion that it's caused by a Compose Mail window. And both are closed without a solution. I have tested this on several computers and have tried multiple things to try to fix it (such as renaming extend.dat and other files) and nothing seems to work. ---------------------------------------------------------------------- Comment By: SelfMan (selfman) Date: 2008-01-16 03:48 Message: Logged In: YES user_id=366391 Originator: NO Problem still exists... ---------------------------------------------------------------------- Comment By: Skip Montanaro (montanaro) Date: 2007-07-24 03:43 Message: Logged In: YES user_id=44345 Originator: NO Mark, I'm reassigning this to you to see if you see an easy fix for this problem. -- Skip ---------------------------------------------------------------------- Comment By: SelfMan (selfman) Date: 2007-07-24 02:59 Message: Logged In: YES user_id=366391 Originator: NO The unload problem occurs also while: - start outlook - connect PDA via USB/Active sync - let PDA turned On - close outlook Outlook stays open in background. Now turn off PDA. Normal behavior (without SpamBayes) - outlook closes Bad behavior (With SpamBayes) - outlook stays "hanging" on background This BUG is killing me, because I have to kill the outlook process... And that can cause a damage to the pst file. Problem exists in SpamBayes 1.1a3 and older. PLEASE FIX IT !!! ---------------------------------------------------------------------- Comment By: SelfMan (selfman) Date: 2007-03-25 04:42 Message: Logged In: YES user_id=366391 Originator: NO Its 2007 and this is still not fixed ---------------------------------------------------------------------- Comment By: Sadie (sadie_187) Date: 2006-08-17 00:05 Message: Logged In: YES user_id=1577414 Problem: Outlook 2003 does not terminate the outlook.exe process at closing of the program. Possible Solution (worked for me) : Active sync for my outlook was causing the process to hang. Removed the calendar, contacts sink option; which I rarely use. ---------------------------------------------------------------------- Comment By: Nytetears (nytetears) Date: 2006-05-24 01:12 Message: Logged In: YES user_id=1369127 To be honest Outlook 2003 was fine for a bit after disabling the spam blocker and then it started with the refusing to shut down again. I finally gave up and paid $5 for an addin that makes sure the program is shut down (http://www.daveswebsite.com/software/olshutdown/ ). I truely do not believe it is SpamBayes causing the trouble as I have it without this program. I have found it often happens if I click on an email link in a browser when the program is not open. I do know I have had this problem for years and I don't use addons in my email as a general rule. ---------------------------------------------------------------------- Comment By: Christian Blackburn (seier) Date: 2006-05-23 23:04 Message: Logged In: YES user_id=561770 Hi NyteTears, > It seems that the spam filter in outlook is causing it to >hang. I wasn't able to reproduce this in Outlook 2003, which is where the problem is at for most people. Perhaps you'd like to tell us what version you're using and the exact steps you took to resolve this. As far as I can tell the problem the rest of us are experiencing is indeed related to SpamBayes' plugin and not outlook itself, although I'm sure in the past with all those security updates the scenario you've described must have been true at least once. Thanks, Christian Blackburn ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2005-12-05 10:24 Message: Logged In: YES user_id=552329 See also: [ 1336405 ] Add-In breaks MAPI control http://sourceforge.net/tracker/index.php?func=detail&aid=1336405&group_id=61702&atid=498104 ---------------------------------------------------------------------- Comment By: Nytetears (nytetears) Date: 2005-10-27 21:59 Message: Logged In: YES user_id=1369127 I had this problem on my computer and tried removing various different program to fix it. Nothing worked. I have found it is not related to any program outside of outlook. It is an outlook problem. It seems that the spam filter in outlook is causing it to hang. Once I turned off the spam filter that came with outlook I never had the program hang once. I could not tell you why it does this or a fix for it beyond turning the option off but that is the cause of outlook remaining open in the task manager. ---------------------------------------------------------------------- Comment By: Kip Cartwright (kcartwri) Date: 2005-03-30 02:26 Message: Logged In: YES user_id=192708 I have the same problem on Outlook 2003. No problem with Outlook XP (2002). ---------------------------------------------------------------------- Comment By: fsnyder (fsnyder) Date: 2005-02-25 23:00 Message: Logged In: YES user_id=1227716 This behavior of the Outlook.exe not being stopped properly can be duplicated using the following VBScript code. OPTION EXPLICIT On error Resume Next err.clear Dim oOutlookApp, oOutlookNS Set oOutlookApp = GetObject(,"Outlook.Application") if Err <> 0 then MsgBox "Outlook not currently running." & VbCrLf & "Creating New Outlook Application. I'll kill it when I'm done" set oOutlookApp = CreateObject ("Outlook.Application") else MsgBox "Outlook was running. I'll kill it anyway when I'm done." End If MsgBox oOutlookApp.name & " version# " & oOutlookApp.version MsgBox "Now I'll kill the Outlook.exe process the clean way" oOutlookApp.Quit set oOutlookNS = Nothing set oOutlookApp = Nothing MsgBox "END" Run it and watch the TaskManager for when the Outlook.exe process gets created, and killed (as long as the SpamBayes Add-In is NOT activated in Outlook) This should normally kill the process unless some other add- in or anti-virus code is not allowing Outlook to exit cleanly. Hope this Helps -fsnyder ---------------------------------------------------------------------- Comment By: Hal Smith (bpu_webguy) Date: 2005-02-03 19:00 Message: Logged In: YES user_id=842378 One other source of hanging OL up, with or without Spambayes is ActiveSync for your PDA, celll phone or whatever. AS does tend to work behind your back, a little bit. One of the reasons I love Process Explorer from System Internals... -h ---------------------------------------------------------------------- Comment By: Gil (spambayes411) Date: 2005-02-02 11:52 Message: Logged In: YES user_id=1210353 I've discovered this is not limited to the mailto function. I use a program called SynchPST to keep outlook sychronized between my home computer and my laptop. When SynchPST opens, I see it in the task manager and it opens Outlook as well. After I synch my PST files, I close SynchPST. It closes but Outlook remains in the task manager. If the Spambayes add-in is not loaded, then both SynchPST and Outlook quit as they should. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2005-01-25 00:22 Message: Logged In: YES user_id=552329 Thanks Kenny :) I don't really know what might be causing this, but I guess you could start by checking to see if the spambayes log gets to the "addin terminating" part. Let me know if I can help at all (though I don't have OL2003 anywhere). ---------------------------------------------------------------------- Comment By: Kenny Pitt (kpitt) Date: 2005-01-24 17:23 Message: Logged In: YES user_id=859086 Yep, I was able to confirm this problem on Outlook 2003. If I activate a mailto link with SpamBayes loaded and enabled, OUTLOOK.EXE will not exit when I close the compose window. If I disable SpamBayes filtering from SpamBayes Manager, OUTLOOK.EXE still doesn't exit. If I completely disable loading of SpamBayes from the COM Add-ins dialog then OUTLOOK.EXE closes properly when I close the compose window. I'll look into this further when I get a chance. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2005-01-24 06:53 Message: Logged In: YES user_id=552329 Maybe this is specific to Outlook 2003 then? Kenny: you've got 2003, right? Can you try and replicate this? ---------------------------------------------------------------------- Comment By: robert (elitemrp) Date: 2005-01-21 12:49 Message: Logged In: YES user_id=1198932 Yes, it only happens with SpamBayes installed. I install SpamBayes, set up the toolbar, etc Close Outlook, type mailto:blah at blah.com in a browser or click a mail link and it opens the Compose Mail window. Once I close this window, Outlook.exe ramains in the task list. If I click another mailto link I'll have 2 stuck open, then 3, etc If I have only 1 process loaded and it's the main Outlook window, when I click a mailto link it will work fine since it doesn't load a separate outlook.exe process. It only does this when the main outlook program isn't loaded. Once I uninstall SpamBayes or uncheck it in the COM Add-Ins area in Outlook, this problem goes away. As soon as I close a Compose Mail window, OUTLOOK.EXE terminates correctly. I've tried this on several PCs, some with fresh installs of XP/ Outlook, some with several months old installs and other applications, it's the same on each. Thanks ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2005-01-21 04:17 Message: Logged In: YES user_id=552329 Have you tried this without SpamBayes installed? I get the same behaviour without SpamBayes, which says to me it's an Outlook problem, not a SpamBayes one. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1103976&group_id=61702 From noreply at sourceforge.net Mon Jan 28 01:18:35 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Sun, 27 Jan 2008 16:18:35 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1819910 ] AttributeError, get_statistics_start_date Message-ID: Bugs item #1819910, was opened at 2007-10-25 06:59 Message generated for change (Comment added) made by chadaaronnelson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1819910&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Peter Bengtsson (peterbe) Assigned to: Nobody/Anonymous (nobody) Summary: AttributeError, get_statistics_start_date Initial Comment: python2.5 in Ubuntu I start sb_server and just enter the remove server and remote proxy and press the Save button. Then I get this error: 500 Server error Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/spambayes/Dibbler.py", line 476, in found_terminator getattr(plugin, name)(**params) File "/usr/lib/python2.5/site-packages/spambayes/UserInterface.py", line 888, in onChangeopts self.reReadOptions() File "/usr/lib/python2.5/site-packages/spambayes/ProxyUI.py", line 587, in reReadOptions state = self.state_recreator() File "/usr/bin/sb_server.py", line 1007, in _recreateState prepare() File "/usr/bin/sb_server.py", line 1022, in prepare state.prepare(can_stop) File "/usr/bin/sb_server.py", line 822, in prepare self.createWorkers() File "/usr/bin/sb_server.py", line 889, in createWorkers self.stats = Stats.Stats(options, self.mdb) File "/usr/lib/python2.5/site-packages/spambayes/Stats.py", line 60, in __init__ self.from_date = self.messageinfo_db.get_statistics_start_date() AttributeError: 'NoneType' object has no attribute 'get_statistics_start_date' ---------------------------------------------------------------------- Comment By: Head Geek (chadaaronnelson) Date: 2008-01-27 19:18 Message: Logged In: YES user_id=1993365 Originator: NO I ran into this today too. I tracked it down to sbserver.py, the close() function of the State class: if self.mdb is not None: self.mdb.store() self.mdb.close() self.mdb = None spambayes.message.Message.message_info_db = None Commenting out the "self.mdb.close()" and "spambayes.message.Message.message_info_db = None" lines fixes the problem. I'm not certain that the close line has to be removed yet, though I suspect it does. How do we get this fixed in the next release? ---------------------------------------------------------------------- Comment By: Peter Bengtsson (peterbe) Date: 2007-10-25 07:09 Message: Logged In: YES user_id=208160 Originator: YES Tried to downgrade to 1.1a3 but problem persists :( ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1819910&group_id=61702