From noreply at sourceforge.net Tue Jan 2 12:51:14 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 02 Jan 2007 03:51:14 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1626127 ] "Recover from spam" problem Message-ID: Bugs item #1626127, was opened at 2007-01-02 12:51 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=1626127&group_id=61702 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Peter (pierre2020) Assigned to: Nobody/Anonymous (nobody) Summary: "Recover from spam" problem Initial Comment: WHen I hit the recover from spam button, e-mails do not move, i.e. they stay in the "Junk suspects" box. I looked into your FAQ, and you write: "5.7 Messages don't move after clicking until I change folder This applies to users of the Outlook plug-in and Exchange: what you will see is that if you click the "Delete As Spam" or "Recover From Spam" button the message won't move until you refresh the Outlook display in some manner (change folder, select another item, etc). Actually, the message is moved immediately - it's the Outlook display that doesn't get updated, so it just looks like the message hasn't moved." Actually, when I change folder, exit Outlook, the e-mails I want to recover are still in the Junk Suspects box. I run: OS: XP Pro Outlook: 2003 (11.8010.8107), SP2 SpamBayes: 1.0.4 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1626127&group_id=61702 From noreply at sourceforge.net Tue Jan 2 13:19:44 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 02 Jan 2007 04:19:44 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1626142 ] "Recover from spam" problem Message-ID: Bugs item #1626142, was opened at 2007-01-02 13:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1626142&group_id=61702 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Peter (pierre2020) Assigned to: Nobody/Anonymous (nobody) Summary: "Recover from spam" problem Initial Comment: WHen I hit the recover from spam button, e-mails do not move, i.e. they stay in the "Junk suspects" box. I looked into your FAQ, and you write: "5.7 Messages don't move after clicking until I change folder This applies to users of the Outlook plug-in and Exchange: what you will see is that if you click the "Delete As Spam" or "Recover From Spam" button the message won't move until you refresh the Outlook display in some manner (change folder, select another item, etc). Actually, the message is moved immediately - it's the Outlook display that doesn't get updated, so it just looks like the message hasn't moved." Actually, when I change folder, exit Outlook, the e-mails I want to recover are still in the Junk Suspects box. I run: OS: XP Pro Outlook: 2003 (11.8010.8107), SP2 SpamBayes: 1.0.4 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1626142&group_id=61702 From noreply at sourceforge.net Fri Jan 5 01:24:37 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Thu, 04 Jan 2007 16:24:37 -0800 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 (Tracker Item Submitted) made by Item Submitter 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: Open Resolution: None 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1628308&group_id=61702 From noreply at sourceforge.net Mon Jan 8 02:22:31 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Sun, 07 Jan 2007 17:22:31 -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 14:37 Message generated for change (Comment added) made by weloytty 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: weloytty (weloytty) Date: 2007-01-07 20: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 17: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 9 17:17:11 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 09 Jan 2007 08:17:11 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1537725 ] Outlook 2007 Beta 2 will not launch Message-ID: Bugs item #1537725, was opened at 2006-08-09 22:32 Message generated for change (Comment added) made by bluestupa You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1537725&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: Justin Chudgar (justinchudgar) Assigned to: Nobody/Anonymous (nobody) Summary: Outlook 2007 Beta 2 will not launch Initial Comment: Outlook 2007 Beta 2 will not launch after installation of SpamBayes. >From Office Event Log: ID: 6, Application Name: Microsoft Office Outlook, Application Version: 12.0.4017.1006, Microsoft Office Version: 12.0.4017.1006. This session lasted 1 seconds with 0 seconds of active time. This session ended with a crash. No log file found. ---------------------------------------------------------------------- Comment By: bluestupa (bluestupa) Date: 2007-01-09 16:17 Message: Logged In: YES user_id=1672186 Originator: NO Try the technical refresh on the beta, v4407.1004 or better. Fixed things for me. cheers, BS ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1537725&group_id=61702 From noreply at sourceforge.net Thu Jan 11 20:15:43 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Thu, 11 Jan 2007 11:15:43 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1633472 ] Marking Public emails as read after scan Message-ID: Bugs item #1633472, was opened at 2007-01-11 14: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=1633472&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: Brett Sheets (sheets) Assigned to: Nobody/Anonymous (nobody) Summary: Marking Public emails as read after scan Initial Comment: I use SpamBayes to filter public folders where we recieve software support emails, but after SpamBayes filters the emails, it is marking the good emails as read. They do stay in the public folder which is correct. I also noticed this seems to only happen to emails from domains other than our company domain. Outlook Addin version 1.0.4 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1633472&group_id=61702 From noreply at sourceforge.net Sat Jan 13 00:16:37 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Fri, 12 Jan 2007 15:16:37 -0800 Subject: [spambayes-bugs] [ spambayes-Patches-1634438 ] Using psycopg2 in Postgres backend Message-ID: Patches item #1634438, was opened at 2007-01-13 01:16 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=1634438&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: Miki Tebeka (tebeka) Assigned to: Nobody/Anonymous (nobody) Summary: Using psycopg2 in Postgres backend Initial Comment: This patch allow for the use of psycopg2 with Postgres as backend It also (IMO) fixes a bug in SQLClassifier to return None when word is not found in the database. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1634438&group_id=61702 From noreply at sourceforge.net Sat Jan 13 01:26:44 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Fri, 12 Jan 2007 16:26:44 -0800 Subject: [spambayes-bugs] [ spambayes-Patches-1634467 ] SQLite backend Message-ID: Patches item #1634467, was opened at 2007-01-13 02:26 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1634467&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: Miki Tebeka (tebeka) Assigned to: Nobody/Anonymous (nobody) Summary: SQLite backend Initial Comment: This patch add support for SQLite backend. Now (2.5) that SQLite is in the standard library, it would be nice to have support for it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1634467&group_id=61702 From noreply at sourceforge.net Mon Jan 15 21:04:49 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 15 Jan 2007 12:04:49 -0800 Subject: [spambayes-bugs] [ spambayes-Support Requests-1596745 ] Stop working. Message-ID: Support Requests item #1596745, was opened at 2006-11-15 02:34 Message generated for change (Comment added) made by davidtong You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1596745&group_id=61702 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Install Problem (example) Group: None Status: Open Priority: 5 Private: No Submitted By: JazzMaster (jazzmaster-1) Assigned to: Nobody/Anonymous (nobody) Summary: Stop working. Initial Comment: Hello I have been using Spambayes for some time now with MS Outlook 2003 (11.8010.8107) SP2 without any problems. My OS is Windows XP Pro with SP2. Spambayes version 1.0.4 When checking my mail I tried to use Spambayes and it did not work. I checked to see if it was still installed as an add-in with Outlook and at least it was still on the toolbar but checking the Tools> options> other> advanced options (under general)> Com add-ins, I noticed that Spambayes was unchecked . I placed the check mark in the box, clicked OK, closed and restarted Outlook and it still did not work. I checked following the above and the box was unchecked again. I tried this a couple of times and still it did not work. I proceeded to reinstall Spambayes and it still did not work. I uninstalled Spambayes and reinstalled it and still the same results. I had the tool bar for Spambayes but it still is not working. The Add-in Manager does not show Spambayes but the Com Add-Ins does show the program there but still unchecked. I repeated the above a few times with no results. Again, the program has been working great for some time now but it has just stopped working. Is it possible that something in the registry is causing Spambayes to not operate? If so, how do I fix this situation? Spambayes seems to be the only program / add-in that works with Outlook and I would like to get it working again before my folders explode with the recent evasion of spam with word lists in them to try to get around the filters. These word lists in the subjects and bodies of the emails seem to be working for the spammers lately, but your program is catching about 80 percent of the junk. Any help would greatly be appreciated. ---------------------------------------------------------------------- Comment By: David Tong (davidtong) Date: 2007-01-15 20:04 Message: Logged In: YES user_id=932396 Originator: NO Just to say that the same thing seems to have happened to my OL2003 setup (11.8118.8107). The symptoms are virtually identical to Jazzmaster's. I've also uninstalled and reinstalled SpamBayes ()with no improvement. In Tools> options> other> advanced options (under general)> Com add-ins Spambayes shows but won't stay checked. The tool bar is there but the buttons don't work. It's been on this machine with OL2000 for 18 months and I changed to OL2003 about 2 months ago. worked fine until today I noticed Spambayes was not working. This was immediately after the last batch of Windows Updates, but of course that may just be coincidence. Then I noticed that in Help /About MS Office Outlook, there's a button labelled 'disabled items'. Spambayes was listed as disabled because 'it prevented OL from functioning correctly'. It lists the 'addin:spambayes (outlook_addin.dll). I re-enabled it and closed and re-enabled Spambayes. Next time I opened OL, the Spambayes config wizard appeared. It then worked fine again. I think some glitch occurred with Spam Bayes and OL2003 and I didn't realise SB had become disabled. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1596745&group_id=61702 From noreply at sourceforge.net Tue Jan 16 15:38:25 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 16 Jan 2007 06:38:25 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1636838 ] Junk Suspects Folder Disappears Message-ID: Bugs item #1636838, was opened at 2007-01-16 14:38 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=1636838&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: lkeener (lkeener) Assigned to: Nobody/Anonymous (nobody) Summary: Junk Suspects Folder Disappears Initial Comment: My Junk Suspects folder has disappeared for the second time. The last time it disappeared, I reconfigured SpamBayes and got it back. This time, however, it didn't reappear. It is not hiding in any of my Personal Folders. This is frustrating! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1636838&group_id=61702 From noreply at sourceforge.net Mon Jan 22 19:04:47 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 22 Jan 2007 10:04:47 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1636838 ] Junk Suspects Folder Disappears Message-ID: Bugs item #1636838, was opened at 2007-01-16 09:38 Message generated for change (Comment added) made by chately You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1636838&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: lkeener (lkeener) Assigned to: Nobody/Anonymous (nobody) Summary: Junk Suspects Folder Disappears Initial Comment: My Junk Suspects folder has disappeared for the second time. The last time it disappeared, I reconfigured SpamBayes and got it back. This time, however, it didn't reappear. It is not hiding in any of my Personal Folders. This is frustrating! ---------------------------------------------------------------------- Comment By: chately (chately) Date: 2007-01-22 13:04 Message: Logged In: YES user_id=1698743 Originator: NO Have had a similar incident, only mail messages disappeared as well. Was in the process of recovering messages from the suspects folder when SpamBayes' manager indicated that there was a problem and the program would need to be reconfigured. After running through reconfiguration accepting all defaults, both the Junk Suspects and Junk E-mail folders were gone. There were over 30 messages contained in the suspects folder. Have searched for messages, none found. Have run repair tools against message store, no luck. Mail Client: Outlook 2000, server based based mail folder. Mail Server: Exchange 2000. OS: Win2k ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1636838&group_id=61702 From noreply at sourceforge.net Tue Jan 23 00:33:00 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 22 Jan 2007 15:33:00 -0800 Subject: [spambayes-bugs] [ spambayes-Support Requests-1642026 ] Change data file directory for OL2002 not working Message-ID: Support Requests item #1642026, was opened at 2007-01-22 18:33 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=1642026&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: Bill (bb_aes) Assigned to: Nobody/Anonymous (nobody) Summary: Change data file directory for OL2002 not working Initial Comment: I followed your FAQ and Configuration guide, but trying to move the data files to a new location is not working. My goal is to have the data bases on a drive and path that I regularly back up, and also share that database (as well as the Outlook pst file) on a laptop via Briefcase. Here are the steps I performed, as I understood them: Created directory: D:\Documents and Settings\Bill\Outlook\SpamBayes Data Moved default_message_database.db and default_bayes_database.db from C:\Documents and Settings\Bill\Application Data\SpamBays to D:\Documents and Settings\Bill\Outlook\SpamBayes Data Created the file named default_configuration.ini and placed it in C:\Documents and Settings\Bill\Application Data\SpamBays with the following two lines (line after General is all on one line): [General] data_directory=D:\ Documents and Settings\Bill\Outlook\SpamBayes Data My understanding was that when I opened Outlook SpamBayes would read the default_configuration.ini file in its Application Directory path and then use the data bases from my D: path. However, when opening up Outlook I get the message that SpamBayes is not configured. I thought the spaces in the directory name in default_configuration.ini might be the problem, so I changed it (and moved data files) to D:\SPAM. But that did not work either. What am I missing here? Also, in reading the posts, I see mention of a log file. Where would I look to find my log files? Thank you. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1642026&group_id=61702 From noreply at sourceforge.net Wed Jan 24 04:41:46 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 23 Jan 2007 19:41:46 -0800 Subject: [spambayes-bugs] [ spambayes-Feature Requests-1643132 ] Icon color change when mail is received Message-ID: Feature Requests item #1643132, was opened at 2007-01-23 23:41 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498106&aid=1643132&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: Interface Improvements (example) Group: Next Release (example) Status: Open Priority: 5 Private: No Submitted By: Juan T. Llibre (juanllibre) Assigned to: Nobody/Anonymous (nobody) Summary: Icon color change when mail is received Initial Comment: Having the tray icon change to a different color, as a way to signal that mail is available for classification/training, would be an easy way for users to know when to check/start training. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498106&aid=1643132&group_id=61702 From noreply at sourceforge.net Thu Jan 25 20:17:25 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Thu, 25 Jan 2007 11:17:25 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1547894 ] Web pages need to be updated to reflect new CVS paths Message-ID: Bugs item #1547894, was opened at 2006-08-28 07:40 Message generated for change (Comment added) made by montanaro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1547894&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: Jesse Pelton (jessepelton) >Assigned to: Skip Montanaro (montanaro) Summary: Web pages need to be updated to reflect new CVS paths Initial Comment: Some number of pages on the SpamBayes web site use old-style SourceForge CVS paths like http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/spambayes/... rather than http://spambayes.cvs.sourceforge.net/*checkout*/spambayes/.... I noticed the problem on the following pages; there may be others: http://spambayes.sourceforge.net/windows.html http://spambayes.sourceforge.net/apps/outlook/bugs.html ---------------------------------------------------------------------- >Comment By: Skip Montanaro (montanaro) Date: 2007-01-25 13:17 Message: Logged In: YES user_id=44345 Originator: NO I've fixed a few in CVS (website not yet updated). I'll keep looking. Skip ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1547894&group_id=61702 From noreply at sourceforge.net Fri Jan 26 00:04:21 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Thu, 25 Jan 2007 15:04:21 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1636838 ] Junk Suspects Folder Disappears Message-ID: Bugs item #1636838, was opened at 2007-01-16 06:38 Message generated for change (Comment added) made by zickul You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1636838&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: lkeener (lkeener) Assigned to: Nobody/Anonymous (nobody) Summary: Junk Suspects Folder Disappears Initial Comment: My Junk Suspects folder has disappeared for the second time. The last time it disappeared, I reconfigured SpamBayes and got it back. This time, however, it didn't reappear. It is not hiding in any of my Personal Folders. This is frustrating! ---------------------------------------------------------------------- Comment By: Laura Z. (zickul) Date: 2007-01-25 15:04 Message: Logged In: YES user_id=1123020 Originator: NO My Junk Suspects folder also disappeared. I tried to reconfigure SpamBayes but it didn't reappear. I know there is mail in there that I need to recover. Please help! ---------------------------------------------------------------------- Comment By: chately (chately) Date: 2007-01-22 10:04 Message: Logged In: YES user_id=1698743 Originator: NO Have had a similar incident, only mail messages disappeared as well. Was in the process of recovering messages from the suspects folder when SpamBayes' manager indicated that there was a problem and the program would need to be reconfigured. After running through reconfiguration accepting all defaults, both the Junk Suspects and Junk E-mail folders were gone. There were over 30 messages contained in the suspects folder. Have searched for messages, none found. Have run repair tools against message store, no luck. Mail Client: Outlook 2000, server based based mail folder. Mail Server: Exchange 2000. OS: Win2k ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1636838&group_id=61702 From noreply at sourceforge.net Sun Jan 28 19:57:01 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Sun, 28 Jan 2007 10:57:01 -0800 Subject: [spambayes-bugs] [ spambayes-Feature Requests-1646536 ] Make use of Outlooks black/white list Message-ID: Feature Requests item #1646536, was opened at 2007-01-28 19:57 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498106&aid=1646536&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 Priority: 5 Private: No Submitted By: kleinerChemiker (kleinerchemiker) Assigned to: Mark Hammond (mhammond) Summary: Make use of Outlooks black/white list Initial Comment: It could save time and false positives/negatives if SpamBayes would use the black/white list of Outlook. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498106&aid=1646536&group_id=61702 From noreply at sourceforge.net Wed Jan 31 07:32:19 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 30 Jan 2007 22:32:19 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1636838 ] Junk Suspects Folder Disappears Message-ID: Bugs item #1636838, was opened at 2007-01-16 06:38 Message generated for change (Comment added) made by zickul You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1636838&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: lkeener (lkeener) Assigned to: Nobody/Anonymous (nobody) Summary: Junk Suspects Folder Disappears Initial Comment: My Junk Suspects folder has disappeared for the second time. The last time it disappeared, I reconfigured SpamBayes and got it back. This time, however, it didn't reappear. It is not hiding in any of my Personal Folders. This is frustrating! ---------------------------------------------------------------------- Comment By: Laura Z. (zickul) Date: 2007-01-30 22:32 Message: Logged In: YES user_id=1123020 Originator: NO I uninstalled and then reinstalled SpamBayes. The Junk Suspects folder is still missing and I believe that there are emails in there that I need. Anyone have any idea how I can get it back??? ---------------------------------------------------------------------- Comment By: Laura Z. (zickul) Date: 2007-01-25 15:04 Message: Logged In: YES user_id=1123020 Originator: NO My Junk Suspects folder also disappeared. I tried to reconfigure SpamBayes but it didn't reappear. I know there is mail in there that I need to recover. Please help! ---------------------------------------------------------------------- Comment By: chately (chately) Date: 2007-01-22 10:04 Message: Logged In: YES user_id=1698743 Originator: NO Have had a similar incident, only mail messages disappeared as well. Was in the process of recovering messages from the suspects folder when SpamBayes' manager indicated that there was a problem and the program would need to be reconfigured. After running through reconfiguration accepting all defaults, both the Junk Suspects and Junk E-mail folders were gone. There were over 30 messages contained in the suspects folder. Have searched for messages, none found. Have run repair tools against message store, no luck. Mail Client: Outlook 2000, server based based mail folder. Mail Server: Exchange 2000. OS: Win2k ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1636838&group_id=61702 From noreply at sourceforge.net Wed Jan 31 14:41:11 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 31 Jan 2007 05:41:11 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1033776 ] Cannot Enable COM Addin Message-ID: Bugs item #1033776, was opened at 2004-09-23 22:27 Message generated for change (Comment added) made by schastai You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1033776&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: Binary 1.0rc2 Status: Closed Resolution: Invalid Priority: 5 Private: No Submitted By: Tom Shubert (tshubert) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot Enable COM Addin Initial Comment: In Outlook 2002, the SPAMBAYES COM Addin is listed by everytime I check the box to enable it and close the window and go back in to see its status it is unchecked again. I have uninstalled and reinstalled Spambayes removing the folder each time, I have done a DETECT and REPAIR on Outlook I have swept for spyware, etc., and I have had no success in getting it working. It was working at one point prior. Are there compatibility issues with Act 6? ---------------------------------------------------------------------- Comment By: schastai (schastai) Date: 2007-01-31 08:41 Message: Logged In: YES user_id=1706129 Originator: NO I am having the EXACT problem. I've been using the program for a couple of years and now all of a sudden it stops, just like original post. I have tried restoring to an eairler date but it has not effect. I put a check in the enable box but it does not stay checked. I've also checked the 2nd place under help to see if the program has been disabled but there is nothing on that list. Please Help...my box is filling up with trash. Thanks, Steve ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2004-09-27 22:48 Message: Logged In: YES user_id=552329 As indicated in: My suggestion worked for adeger. Tom, if it does not work for you, please set the status back to open, with an explanatory comment. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2004-09-26 22:59 Message: Logged In: YES user_id=552329 Could you check to see if Outlook has disabled it? Help->About Microsoft Outlook->Disabled Items. (Why there are two places for disabling items, I do not know.) ---------------------------------------------------------------------- Comment By: adeger (adeger) Date: 2004-09-24 12:29 Message: Logged In: YES user_id=1127793 I think this started for me after applying the latest non-SP2 security fixes for the JPEG vulnerability and one other that I can't remember (sorry!). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1033776&group_id=61702 From noreply at sourceforge.net Wed Jan 31 17:09:53 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 31 Jan 2007 08:09:53 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1636838 ] Junk Suspects Folder Disappears Message-ID: Bugs item #1636838, was opened at 2007-01-16 08:38 Message generated for change (Comment added) made by ltmonkey You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1636838&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: lkeener (lkeener) Assigned to: Nobody/Anonymous (nobody) Summary: Junk Suspects Folder Disappears Initial Comment: My Junk Suspects folder has disappeared for the second time. The last time it disappeared, I reconfigured SpamBayes and got it back. This time, however, it didn't reappear. It is not hiding in any of my Personal Folders. This is frustrating! ---------------------------------------------------------------------- Comment By: Matt Norwood (ltmonkey) Date: 2007-01-31 10:09 Message: Logged In: YES user_id=1221257 Originator: NO I am experiencing the same problem, too using outlook 2000.. ---------------------------------------------------------------------- Comment By: Laura Z. (zickul) Date: 2007-01-31 00:32 Message: Logged In: YES user_id=1123020 Originator: NO I uninstalled and then reinstalled SpamBayes. The Junk Suspects folder is still missing and I believe that there are emails in there that I need. Anyone have any idea how I can get it back??? ---------------------------------------------------------------------- Comment By: Laura Z. (zickul) Date: 2007-01-25 17:04 Message: Logged In: YES user_id=1123020 Originator: NO My Junk Suspects folder also disappeared. I tried to reconfigure SpamBayes but it didn't reappear. I know there is mail in there that I need to recover. Please help! ---------------------------------------------------------------------- Comment By: chately (chately) Date: 2007-01-22 12:04 Message: Logged In: YES user_id=1698743 Originator: NO Have had a similar incident, only mail messages disappeared as well. Was in the process of recovering messages from the suspects folder when SpamBayes' manager indicated that there was a problem and the program would need to be reconfigured. After running through reconfiguration accepting all defaults, both the Junk Suspects and Junk E-mail folders were gone. There were over 30 messages contained in the suspects folder. Have searched for messages, none found. Have run repair tools against message store, no luck. Mail Client: Outlook 2000, server based based mail folder. Mail Server: Exchange 2000. OS: Win2k ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1636838&group_id=61702