From noreply at sourceforge.net Tue Nov 1 15:45:04 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 01 Nov 2005 06:45:04 -0800 Subject: [spambayes-bugs] [ spambayes-Feature Requests-774978 ] Hide envelope icon when only spam received Message-ID: Feature Requests item #774978, was opened at 2003-07-21 06:42 Message generated for change (Comment added) made by boanerge You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498106&aid=774978&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 Submitted By: Andrew Zaikin (ghuron) Assigned to: Mark Hammond (mhammond) Summary: Hide envelope icon when only spam received Initial Comment: When during automatic receiving session only spam messages was received it is desired to remove envelope icon from tray. Probably this option should be switched off by default with the possibility to switch it on from the configuration file. ---------------------------------------------------------------------- Comment By: Boanerge (boanerge) Date: 2005-11-01 07:45 Message: Logged In: YES user_id=1371441 Would it be possible to just give an option to be checked that the program would just check the inbox (not any of the other foldes) for unread messages and remove the envelope if the inbox doesn't have any? Thanks. ---------------------------------------------------------------------- Comment By: KeithC (kacolly) Date: 2005-02-15 13:31 Message: Logged In: YES user_id=1216497 edaly wrote: > Process used: > - Rightclick on "Unread Mail" > - Select "Customize this Search Folder" > - Set "Mail from these folders will be included in this Search Folder" to Inbox > - Click OK > Any more info kacolly? Yes, you need to uncheck "Search subfolders". If that doesn't work for you, I can't help, I am sorry. I'm not an Outlook guru, I just happened to notice this when I changed the Unread Mail search folder for other reasons. ---------------------------------------------------------------------- Comment By: edaly (edaly) Date: 2005-02-14 15:51 Message: Logged In: YES user_id=1057156 kacolly's fix doesn't work for me. I'm using Outlook 2003 (11. 6359.6360) SP1. Process used: - Rightclick on "Unread Mail" - Select "Customize this Search Folder" - Set "Mail from these folders will be included in this Search Folder" to Inbox - Click OK Any more info kacolly? edaly ---------------------------------------------------------------------- Comment By: Mark F Garrison (garrmark) Date: 2005-02-10 12:39 Message: Logged In: YES user_id=726010 kacolly's comment is valid for Outlook 2003, that feature doesn't exist in prior versions ---------------------------------------------------------------------- Comment By: KeithC (kacolly) Date: 2005-02-10 11:14 Message: Logged In: YES user_id=1216497 The envelope icon seems to be generated from Outlook's built- in "Unread Mail" search folder. By default, this is set to include all the unread mail in the mailbox and sub-folders. If you right- click on it and customize the search to show just the Inbox and other selected folders, the envelope (in brief tests I have tried here) goes away. ---------------------------------------------------------------------- Comment By: Martin Kirchner (mkabcde) Date: 2004-12-05 02:38 Message: Logged In: YES user_id=1171109 Hello everybody! I wrote my own vba-macro which checks ALL my Outlook folders under "Inbox". The macro "CountUnreadMessages" is called from Application_NewMail in ThisOutlookSession. It has also the possibility to skip certain folders. Just rename the folder and add "_" as last character of the name. I know this solution is not quite sophisticated however it works fine. The program triggers a beep but you could also open a messagebox or like I did invoke the assistant which does some funny stuff. I solved the problem with the normal Outlook notification by deactivating the "New Mail"-sound and always hiding the icon in the SysTray. HTH Martin If you have problems just ask. Here the code (Maybe you have to tune the waiting time according to the number of messages you get): Public Sub CountUnreadMessages() On Error GoTo ErrorHandler Wait.WaitTime (10) 'Wait 10 seconds to allow SpamBayes to do its work Dim Inbox As Outlook.MAPIFolder Dim Subfolders As Outlook.MAPIFolder Set Inbox = GetNamespace("MAPI"). GetDefaultFolder(olFolderInbox) Dim nUnreadMessages As Integer nUnreadMessages = CountUnreadMessagesInFolder(Inbox) Set Inbox = Nothing If nUnreadMessages > 0 Then 'do whatever you want MsgBow("You have " & nUnreadMessages & " messages") Beep End If Exit Sub ErrorHandler: MsgBox Err.Number & " :" & Error(Err.Number) Close #1 Set Inbox = Nothing End Sub Private Function CountUnreadMessagesInFolder(oFolder As Outlook.MAPIFolder) As Integer 'Folders which shall not be searched must end with "_". Their subfolders will not be searched If Right(oFolder.Name, 1) = "_" Then CountUnreadMessagesInFolder = 0 Exit Function End If 'count mails in subfolders Dim i As Integer Dim nUnreadMailsSubFolders As Integer For i = 1 To oFolder.Folders.count nUnreadMailsSubFolders = nUnreadMailsSubFolders + CountUnreadMessagesInFolder(oFolder.Folders(i)) Next i 'count mails in current folder Dim j As Integer Dim nUnreadMailsHere As Integer Dim oCurMailItem As MailItem For j = 1 To oFolder.Items.count If oFolder.Items(j).UnRead Then nUnreadMailsHere = nUnreadMailsHere + 1 Next j CountUnreadMessagesInFolder = nUnreadMailsSubFolders + nUnreadMailsHere End Function Public Sub WaitTime(sec As Integer) Dim Start, Ende, Gesamtdauer Start = Timer 'set starting time Do While Timer < Start + sec DoEvents 'process other events Loop End Sub ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2004-11-29 14:45 Message: Logged In: YES user_id=552329 Noting dupe in: [ 1075410 ] Mail notification if new ham detected https://sourceforge.net/tracker/index.php?func=detail&aid=1075410&group_id=61702&atid=498106 ---------------------------------------------------------------------- Comment By: Kenny Pitt (kpitt) Date: 2004-09-30 09:26 Message: Logged In: YES user_id=859086 Thanks for the input, but the real problem is not being able to clear the icon (I've already got Python code based on an earlier comment that will do that) but rather knowing *when* to clear the icon. The problem is that SpamBayes only knows about a small subset of the Outlook mail folders. A user can configure Outlook rules to move messages to other folders that SpamBayes doesn't know about, so it is difficult for SpamBayes to be certain when there are *no* other unread messages anywhere in Outlook. ---------------------------------------------------------------------- Comment By: Gerard Roche (balfbalf) Date: 2004-09-29 18:39 Message: Logged In: YES user_id=363795 Have you seen this: http://www.outlookcode.com/d/code/clearenvicon.htm It maybe able to help with this bloody annoying problem. :) Cheers, Gerard ---------------------------------------------------------------------- Comment By: JJJJust (jjjjust) Date: 2004-08-04 06:10 Message: Logged In: YES user_id=1093702 A simpler workaround (Tested only in Outlook 2000) is to read all your non-spam e-mail first, then you can look at your spam e-mail, then you can right click on your Junk E-Mail folder and click Mark All as Read. That gets rid of the envelope for me. Tedious, yes... but it works. ---------------------------------------------------------------------- Comment By: edaly (edaly) Date: 2004-06-04 18:38 Message: Logged In: YES user_id=1057156 Any news on when we can expect this feature? I recently installed SpamBayes and it's a great program but the envelope icon is killing me. I like to answer email right away so I find myself constantly flipping to Outlook only to find no new messages there because it was spam. Interestingly, my old beta copy of Cloudmark SpamNet doesn't have this problem. It removes the envelope icon when the message is deleted and marked as read. Even if I had an option in SpamBayes to remove the envelope icon whenever SpamBayes detected spam (regardless of whether there was other new mail there or not), I would turn it on. Please please please get this feature in soon! thanks, Erin Daly ---------------------------------------------------------------------- Comment By: Kenny Pitt (kpitt) Date: 2004-03-02 08:20 Message: Logged In: YES user_id=859086 Notification sounds for SpamBayes have already been implemented, but not integrated into the release version yet. Sounds like we're getting enough requests for this that we might want to merge it, at least as a "config-file-only" experimental option. See Patch #858925: http://sourceforge.net/tracker/index.php? func=detail&aid=858925&group_id=61702&atid=498105 ---------------------------------------------------------------------- Comment By: Mark F Garrison (garrmark) Date: 2004-03-02 06:50 Message: Logged In: YES user_id=726010 Just turn off the outlook notification (under advanced e-mail options). I don't use sound much so I didn't add that, but it's probably not too hard. ---------------------------------------------------------------------- Comment By: Bob Hamans (bchamans) Date: 2004-03-01 15:46 Message: Logged In: YES user_id=866934 Mark, I just downloaded your program and it seems to work fine. Unfortionately i still need the macro (see below) to get rid of the original outlook mail notification. This macro also eliminates all sounds of incoming mail/ham. Isn't it possible to do this all in your program? To have a audible notification on ham and silence on spam? No icon (not even a blue or black one) when spam is received and a mail notification when ham is received? I very much like that i can now see the number of emails i have received in contrast to "You have unread items" which is the normal outlook notification. Keep up the good work! ---------------------------------------------------------------------- Comment By: Mark F Garrison (garrmark) Date: 2004-03-01 13:31 Message: Logged In: YES user_id=726010 I wrote a C# program to replace the outlook notify icon w/ my own. The code for this is at http://codeproject.com/csharp/gmcdoexmail.asp ---------------------------------------------------------------------- Comment By: Bob Hamans (bchamans) Date: 2003-10-13 06:29 Message: Logged In: YES user_id=866934 Reacting on all before. Would'nt it be the best option to allow a rule or macro to be defined that can be runned after spam and ham is processed? In other words an extra option in the spambayes filtering dialog. [Move] spam to folder [...] [X] Mark spam as read [X] Process following rule or macro [...] Indeed the macro proposed by Ghuron does exactly that. It does not block the sounds though. More info on the macro on http://www.slipstick.com/dev/code/clearenvicon.htm#info ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2003-10-09 16:33 Message: Logged In: YES user_id=552329 Mark - what do you think of the idea of providing our own icon in the tray (and a sound) when we classify mail as [user- defined selection of ham/unsure/spam]? In your opinion, do you think that we could successfully determine when these messages were read so that we could clear the flag? Would you be opposed to this rather off-topic feature appearing in the plug-in? If your comments are positive, then I might try and write some code to do this at some point, if only to stop the incessant requests for this feature <wink>. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2003-10-09 16:30 Message: Logged In: YES user_id=552329 >From the list: My outlook always plays a sound when new mails do arrive - also when new spam comes in. Since 90% of my mails are spam, this is really nerving. If spambayes could give out a sound when no-spam-mails arrive, then I could switch off the the standard-sound of outlook and only Spambayes reports "good" mails. Then we again have a true accustical message, when important mail arrive and are not irritated by spam. ---------------------------------------------------------------------- Comment By: Graham Bartlett (grab_rat) Date: 2003-09-26 11:07 Message: Logged In: YES user_id=633868 I'm not a Visual Basic/Windows expert. But having used Outlook for a while, I *can* tell you that setting emails to "read" status stops the envelope icon coming up. This would probably be the easiest fix, and would also stop the spam folder coming up with bold text to draw your attention to it. ---------------------------------------------------------------------- Comment By: Andrew Zaikin (ghuron) Date: 2003-07-21 09:17 Message: Logged In: YES user_id=824558 Since I could not attach files to #774908 I'm doing it here :) This is an example of how to hide envelope icon in tray. ---------------------------------------------------------------------- Comment By: Andrew Zaikin (ghuron) Date: 2003-07-21 09:17 Message: Logged In: YES user_id=824558 Since I could not attach files to #774908 I'm doing it here :) This is an example of how to hide envelope icon in tray. ---------------------------------------------------------------------- Comment By: Andrew Zaikin (ghuron) Date: 2003-07-21 07:06 Message: Logged In: YES user_id=824558 Sorry, duplicated to #774908. Too bad that nothing can be done here ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498106&aid=774978&group_id=61702 From noreply at sourceforge.net Tue Nov 1 21:39:46 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 01 Nov 2005 12:39:46 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1345248 ] identified spam is duplicated in spam folder Message-ID: Bugs item #1345248, was opened at 2005-11-01 14:39 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=1345248&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 Submitted By: Dana (danadickson) Assigned to: Nobody/Anonymous (nobody) Summary: identified spam is duplicated in spam folder Initial Comment: Emails that are identified as spam are duplicated when they are moved to the spam folder. Despite repeated reinstallations and re training the problem remains. The log is as follows: Loaded bayes database from 'C:\Documents and Settings\DicksoAD\Application Data\SpamBayes\default_bayes_database.db' Loaded message database from 'C:\Documents and Settings\DicksoAD\Application Data\SpamBayes\default_message_database.db' Bayes database initialized with 172 spam and 136 good messages SpamBayes Outlook Addin Binary Version 1.0.4 (March 2005) starting (with engine SpamBayes Engine Version 0.3 (January 2004)) on Windows 5.1.2600 (Service Pack 2) using Python 2.3.5 (#62, Feb 8 2005, 16:23:02) [MSC v.1200 32 bit (Intel)] Eeek - only expecting one row from IPC.MS.REN.USERFIELDS got (((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00 \x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\xc0\x00 \x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00'),), ((920846594, '\x02\x00 \x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00 \x00\x00\x00\x00\xc0\x00\x00\x00\x00\x00\x00F\x07 \x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00'),)) Folder 'Dickson, Dana A./IPM_SUBTREE/Inbox' has no field named 'Spam' - creating Eeek - only expecting one row from IPC.MS.REN.USERFIELDS got (((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00 \x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\xc0\x00 \x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00'),), ((920846594, '\x02\x00 \x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00 \x00\x00\x00\x00\xc0\x00\x00\x00\x00\x00\x00F\x07 \x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00'),)) WARNING: We just created the user field in folder Dickson, Dana A./IPM_SUBTREE/Inbox, but it appears to not exist. Something is probably wrong with DoesFolderHaveOutlookField() SpamBayes: Watching (for filtering) in 'Dickson, Dana A./IPM_SUBTREE/Inbox' SpamBayes: Watching (for incremental training) in 'Spam/Spam' Processing missed spam in folder 'Inbox' by starting a timer FAILED to add the toolbar item 'SpamBayesCommand.Manager' - (- 2147352567, 'Exception occurred.', (0, None, None, None, 0, -2147467259), None) The above toolbar message is common - recreating the toolbar... Message 'Very popular dating site.' in 'Dickson, Dana A./IPM_SUBTREE/Inbox' had a Spam classification of 'Yes' Traceback (most recent call last): File "addin.pyc", line 361, in _TimerFunc File "addin.pyc", line 123, in HaveSeenMessage File "msgstore.pyc", line 1099, in GetField File "msgstore.pyc", line 975, in _EnsureObject msgstore.MsgStoreExceptionC:\Program Files\SpamBayes\lib\spambayes.modules\msgstore.py: 126: FutureWarning: %u/%o/%x/%X of negative int will return a signed string in Python 2.4 and up : MsgStoreException: Exception 0x80040107 (MAPI_E_INVALID_ENTRYID): OLE error 0x80040107 Saving configuration -> C:\Documents and Settings\DicksoAD\Application Data\SpamBayes\Outlook.ini Eeek - only expecting one row from IPC.MS.REN.USERFIELDS got (((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00 \x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\xc0\x00 \x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00'),), ((920846594, '\x02\x00 \x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00 \x00\x00\x00\x00\xc0\x00\x00\x00\x00\x00\x00F\x07 \x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00'),)) Folder 'Dickson, Dana A./IPM_SUBTREE/Inbox' has no field named 'Spam' - creating Eeek - only expecting one row from IPC.MS.REN.USERFIELDS got (((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00 \x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\xc0\x00 \x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00'),), ((920846594, '\x02\x00 \x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00 \x00\x00\x00\x00\xc0\x00\x00\x00\x00\x00\x00F\x07 \x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00'),)) WARNING: We just created the user field in folder Dickson, Dana A./IPM_SUBTREE/Inbox, but it appears to not exist. Something is probably wrong with DoesFolderHaveOutlookField() SpamBayes: Watching (for filtering) in 'Dickson, Dana A./IPM_SUBTREE/Inbox' SpamBayes: Watching (for incremental training) in 'Spam/Spam' Message 'Do you have extended warranty coverage on your Vehicle? ' in 'Dickson, Dana A./IPM_SUBTREE/Inbox' had a Spam classification of 'Yes' Unable to determine source folder for message 'SourceForge.net Account Registration: Email Verification' - restoring to Inbox Recovering to folder 'Inbox' and ham training message 'SourceForge.net Account Registration: Email Verification' - Training on message 'SourceForge.net Account Registration: Email Verification' in 'Spam/Spam - trained as good Unable to determine source folder for message 'SourceForge.net Account Registration: Email Verification' - restoring to Inbox Recovering to folder 'Inbox' and ham training message 'SourceForge.net Account Registration: Email Verification' - Training on message 'SourceForge.net Account Registration: Email Verification' in 'Spam/Spam - already was trained as good ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1345248&group_id=61702 From ewaldman at ndc.edu Thu Nov 3 17:10:45 2005 From: ewaldman at ndc.edu (Waldman, Eric) Date: Thu, 3 Nov 2005 11:10:45 -0500 Subject: [spambayes-bugs] delays when reading mail with attachments Message-ID: Eventually after every installation of spambayes v1.04 via the windows installer executable, spambayes will decide that when there is an attachment with any given email, it will lock up outlook 2003 for about 15 seconds before it processes/displays the email. It's very inconvenient and slows things down to an unacceptable level ; this will continue to happen until I un-install and then re-install the program, whereupon everything will be fine for a month or two and then the problem will (seemingly) magically reappear. Any ideas on what might be causing this and what can be done about it? Regards, Eric Waldman Manager, Notre Dame College Bookstore www.ndcbookstore.com 216.373.5209 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes-bugs/attachments/20051103/9a68095a/attachment.html From noreply at sourceforge.net Sat Nov 5 05:45:33 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Fri, 04 Nov 2005 20:45:33 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1348816 ] spambayes stopped working - cannot fix Message-ID: Bugs item #1348816, was opened at 2005-11-04 22:45 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=1348816&group_id=61702 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Outlook Group: None Status: Open Resolution: None Priority: 5 Submitted By: Marvin Levin (marvinlevin) Assigned to: Nobody/Anonymous (nobody) Summary: spambayes stopped working - cannot fix Initial Comment: SpamBayes stopped working and clicking the SpamBayes button in Outlook doesn't do anything. I need to know how to get it working again. Environment: Outlook 2002 (10.6515.6735) SP3 Windows XP Pro - 5.1(Build 2600.XPSP-SP2.gdr.050301-1519: Service Pack 2) Problem description: As stated above, SpanBayes has become inoperative. I tried to upgrade to version 1.0.4 to see if that would "kick-start: it, but that did nothing. PC had been running v 1.0, SpamBayes was trained and working, then suddenly it stopped filtering mail. Clicking the SpamBayes button on Outlook does nothing. I downloaded and installed 1.0.4 - no change. (After installation, starting Outlook took no special action -- as it did when I originally installed 1.0 earlier. I then uninstalled SpamBayes. The button still showed in Outlook [???]. I reinstalled 1.0.4 and still no difference. What I'm looking for from you: Is there a recommended way to uninstall SpanBayes? Should I even try? How do I get SpamBayes to function again? Can I do this without losing the knowledge of training? (Are there specific files to save?} Thanks in advance. -- Marvin ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1348816&group_id=61702 From noreply at sourceforge.net Tue Nov 8 18:52:56 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 08 Nov 2005 09:52:56 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1309057 ] Outlook 2003 + SP2 Crashes with Spambayes enabled Message-ID: Bugs item #1309057, was opened at 2005-09-29 17:29 Message generated for change (Comment added) made by jiraffe You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1309057&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 Submitted By: Dave Cattran (dcattran) Assigned to: Nobody/Anonymous (nobody) Summary: Outlook 2003 + SP2 Crashes with Spambayes enabled Initial Comment: Spambayes was working well on Outlook 2003. I installed the recent SP2 patch, now Outlook crashes if Spambayes is active. I tried re-installing Spambayes to no avail. ---------------------------------------------------------------------- Comment By: John Lemon (jiraffe) Date: 2005-11-08 09:52 Message: Logged In: YES user_id=436556 Outlook 2003 + SP1 also crashes with SpamBayes 1.0.4. I'm running Windows XP Pro + SP2. No log is produced by this crash. ---------------------------------------------------------------------- Comment By: Francis J. Haynes (fjhaynes) Date: 2005-09-30 14:45 Message: Logged In: YES user_id=1354535 It's true. I just genned up a spankin new Athlon64 system with Windows XP Professional SP2, Outlook 2003 (11.6568.6568) SP2 as part of the Office 2003 suite and it chokes on SpamBayes 1.0.4 release version that is available for download here. I had already applied Office SP2 so I can't say what would happen if that had not been appled, but it worked on the old system with Outlook 2003 that did not have SP2 applied to it. Since Office SP2 just came out a few days ago it looks like MS has done it again. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1309057&group_id=61702 From noreply at sourceforge.net Tue Nov 8 18:58:08 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 08 Nov 2005 09:58:08 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1309057 ] Outlook 2003 + SP2 Crashes with Spambayes enabled Message-ID: Bugs item #1309057, was opened at 2005-09-29 20:29 Message generated for change (Comment added) made by dcattran You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1309057&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 Submitted By: Dave Cattran (dcattran) Assigned to: Nobody/Anonymous (nobody) Summary: Outlook 2003 + SP2 Crashes with Spambayes enabled Initial Comment: Spambayes was working well on Outlook 2003. I installed the recent SP2 patch, now Outlook crashes if Spambayes is active. I tried re-installing Spambayes to no avail. ---------------------------------------------------------------------- >Comment By: Dave Cattran (dcattran) Date: 2005-11-08 12:58 Message: Logged In: YES user_id=1305111 This seems to be related to the Data Execution Prevention feature of Windows. I'm running on an Intel processor, so this is not using the No-execute bit, just the software level protection provided by Windows. If DEP is turned on only for essential windows programs and services, SpamBayes and Outlook seem to be friendly. If it is turned on for all programs, then the crash results. ---------------------------------------------------------------------- Comment By: John Lemon (jiraffe) Date: 2005-11-08 12:52 Message: Logged In: YES user_id=436556 Outlook 2003 + SP1 also crashes with SpamBayes 1.0.4. I'm running Windows XP Pro + SP2. No log is produced by this crash. ---------------------------------------------------------------------- Comment By: Francis J. Haynes (fjhaynes) Date: 2005-09-30 17:45 Message: Logged In: YES user_id=1354535 It's true. I just genned up a spankin new Athlon64 system with Windows XP Professional SP2, Outlook 2003 (11.6568.6568) SP2 as part of the Office 2003 suite and it chokes on SpamBayes 1.0.4 release version that is available for download here. I had already applied Office SP2 so I can't say what would happen if that had not been appled, but it worked on the old system with Outlook 2003 that did not have SP2 applied to it. Since Office SP2 just came out a few days ago it looks like MS has done it again. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1309057&group_id=61702 From noreply at sourceforge.net Wed Nov 9 05:02:52 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 08 Nov 2005 20:02:52 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1309057 ] Outlook 2003 + SP2 Crashes with Spambayes enabled Message-ID: Bugs item #1309057, was opened at 2005-09-29 20:29 Message generated for change (Comment added) made by fjhaynes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1309057&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 Submitted By: Dave Cattran (dcattran) Assigned to: Nobody/Anonymous (nobody) Summary: Outlook 2003 + SP2 Crashes with Spambayes enabled Initial Comment: Spambayes was working well on Outlook 2003. I installed the recent SP2 patch, now Outlook crashes if Spambayes is active. I tried re-installing Spambayes to no avail. ---------------------------------------------------------------------- Comment By: Francis J. Haynes (fjhaynes) Date: 2005-11-08 23:02 Message: Logged In: YES user_id=1354535 Negative, Mr. Data. I just backed off from complete D.E.P. to Only Essential Windows Programs and Services and the same failure occurs. In fact, Outlook's COM Add-In dialog won't even remember that I checked the 'enable' box on SpamBayes add-in after hitting OK...I immediately re-open the Outlook COM Add-Ins dialog and the check box is cleared after having just been checked seconds earlier. I also tried using the COM Add-Ins 'Remove' button and going through the SpamBayes installation executable routine and no matter what, that Add-In checkbox will not stay checked. I gave my standard account Admin priveleges to do this, so that's not the issue. I even excluded Outlook from D.E.P. (although this is the one program most in need of that protection) and that did not help. I don't think it's Data Execution Prevention at work here. I honestly think that Outlook Service Pack 2 changed the hooks used by SpamBayes, but don't have enough knowledge to delve into it. Athlon64 Socket-949 3000+, 1GB RAM, WinXP Pro Version 2002 SP2; Outlook 2003 with its own SP2 applied. (See my previous message). ---------------------------------------------------------------------- Comment By: Dave Cattran (dcattran) Date: 2005-11-08 12:58 Message: Logged In: YES user_id=1305111 This seems to be related to the Data Execution Prevention feature of Windows. I'm running on an Intel processor, so this is not using the No-execute bit, just the software level protection provided by Windows. If DEP is turned on only for essential windows programs and services, SpamBayes and Outlook seem to be friendly. If it is turned on for all programs, then the crash results. ---------------------------------------------------------------------- Comment By: John Lemon (jiraffe) Date: 2005-11-08 12:52 Message: Logged In: YES user_id=436556 Outlook 2003 + SP1 also crashes with SpamBayes 1.0.4. I'm running Windows XP Pro + SP2. No log is produced by this crash. ---------------------------------------------------------------------- Comment By: Francis J. Haynes (fjhaynes) Date: 2005-09-30 17:45 Message: Logged In: YES user_id=1354535 It's true. I just genned up a spankin new Athlon64 system with Windows XP Professional SP2, Outlook 2003 (11.6568.6568) SP2 as part of the Office 2003 suite and it chokes on SpamBayes 1.0.4 release version that is available for download here. I had already applied Office SP2 so I can't say what would happen if that had not been appled, but it worked on the old system with Outlook 2003 that did not have SP2 applied to it. Since Office SP2 just came out a few days ago it looks like MS has done it again. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1309057&group_id=61702 From noreply at sourceforge.net Wed Nov 9 20:53:02 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 09 Nov 2005 11:53:02 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1309057 ] Outlook 2003 + SP2 Crashes with Spambayes enabled Message-ID: Bugs item #1309057, was opened at 2005-09-29 17:29 Message generated for change (Comment added) made by jiraffe You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1309057&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 Submitted By: Dave Cattran (dcattran) Assigned to: Nobody/Anonymous (nobody) Summary: Outlook 2003 + SP2 Crashes with Spambayes enabled Initial Comment: Spambayes was working well on Outlook 2003. I installed the recent SP2 patch, now Outlook crashes if Spambayes is active. I tried re-installing Spambayes to no avail. ---------------------------------------------------------------------- Comment By: John Lemon (jiraffe) Date: 2005-11-09 11:53 Message: Logged In: YES user_id=436556 It appears to me that dcattran has found the issue. I suggest that fjhaynes has not disabled DEP for Outlook by limiting it to "essential Windows programs and services only". I suspect that Microsoft considers Office to be an essential Windows program. I turned on DEP "for all programs and services except those I select, and then added Outlook the exception list and selected it. I am now running SpamBayes without any problems. SpamBayes 1.0.4 Windows XP Pro SP2 Outlook 2003 SP2 ---------------------------------------------------------------------- Comment By: Francis J. Haynes (fjhaynes) Date: 2005-11-08 20:02 Message: Logged In: YES user_id=1354535 Negative, Mr. Data. I just backed off from complete D.E.P. to Only Essential Windows Programs and Services and the same failure occurs. In fact, Outlook's COM Add-In dialog won't even remember that I checked the 'enable' box on SpamBayes add-in after hitting OK...I immediately re-open the Outlook COM Add-Ins dialog and the check box is cleared after having just been checked seconds earlier. I also tried using the COM Add-Ins 'Remove' button and going through the SpamBayes installation executable routine and no matter what, that Add-In checkbox will not stay checked. I gave my standard account Admin priveleges to do this, so that's not the issue. I even excluded Outlook from D.E.P. (although this is the one program most in need of that protection) and that did not help. I don't think it's Data Execution Prevention at work here. I honestly think that Outlook Service Pack 2 changed the hooks used by SpamBayes, but don't have enough knowledge to delve into it. Athlon64 Socket-949 3000+, 1GB RAM, WinXP Pro Version 2002 SP2; Outlook 2003 with its own SP2 applied. (See my previous message). ---------------------------------------------------------------------- Comment By: Dave Cattran (dcattran) Date: 2005-11-08 09:58 Message: Logged In: YES user_id=1305111 This seems to be related to the Data Execution Prevention feature of Windows. I'm running on an Intel processor, so this is not using the No-execute bit, just the software level protection provided by Windows. If DEP is turned on only for essential windows programs and services, SpamBayes and Outlook seem to be friendly. If it is turned on for all programs, then the crash results. ---------------------------------------------------------------------- Comment By: John Lemon (jiraffe) Date: 2005-11-08 09:52 Message: Logged In: YES user_id=436556 Outlook 2003 + SP1 also crashes with SpamBayes 1.0.4. I'm running Windows XP Pro + SP2. No log is produced by this crash. ---------------------------------------------------------------------- Comment By: Francis J. Haynes (fjhaynes) Date: 2005-09-30 14:45 Message: Logged In: YES user_id=1354535 It's true. I just genned up a spankin new Athlon64 system with Windows XP Professional SP2, Outlook 2003 (11.6568.6568) SP2 as part of the Office 2003 suite and it chokes on SpamBayes 1.0.4 release version that is available for download here. I had already applied Office SP2 so I can't say what would happen if that had not been appled, but it worked on the old system with Outlook 2003 that did not have SP2 applied to it. Since Office SP2 just came out a few days ago it looks like MS has done it again. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1309057&group_id=61702 From noreply at sourceforge.net Sun Nov 13 04:10:16 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Sat, 12 Nov 2005 19:10:16 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-810344 ] On Mac OS X, should use 'dbm' instead of gdbm or bsddb Message-ID: Bugs item #810344, was opened at 2003-09-22 01:56 Message generated for change (Comment added) made by ashtong You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=810344&group_id=61702 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: 1.0.1 Status: Closed Resolution: Out of Date Priority: 5 Submitted By: Timothy O'Malley (thisistimo) Assigned to: Skip Montanaro (montanaro) Summary: On Mac OS X, should use 'dbm' instead of gdbm or bsddb Initial Comment: The Mac OS X download for Python 2.3 does not have the gdbm, bsddb, or bsddb3 modules. It does, however, have a 'dbm' module. The dbmstorage.py file should be updated to fallback to the dbm module if there are no gdbm, bsddb, or bsddb3 modules as a way to support Mac OS X. There is patch attached to fix this. ---------------------------------------------------------------------- Comment By: Graham Ashton (ashtong) Date: 2005-11-13 03:10 Message: Logged In: YES user_id=263764 Hi Skip. This isn't out of date, it still occurs. This is on Tiger (10.4.3): % python Python 2.3.5 (#1, Mar 20 2005, 20:38:20) [GCC 3.3 20030304 (Apple Computer, Inc. build 1809)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import gdbm Traceback (most recent call last): File "", line 1, in ? ImportError: No module named gdbm >>> import bsddb Traceback (most recent call last): File "", line 1, in ? File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/bsddb/__init__.py", line 40, in ? import _bsddb ImportError: No module named _bsddb >>> import bsddb3 Traceback (most recent call last): File "", line 1, in ? ImportError: No module named bsddb3 ---------------------------------------------------------------------- Comment By: Skip Montanaro (montanaro) Date: 2005-05-31 01:03 Message: Logged In: YES user_id=44345 Closing - I think this is now out-of-date. If not, let me know and I'll look into it. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2005-01-21 03:38 Message: Logged In: YES user_id=552329 Skip: assigning to you since you're the only developer that I know has a mac :) Is this correct? Would this hurt? If not, I don't see why we couldn't add this (although people can always install bsddb or use a pickle). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=810344&group_id=61702 From noreply at sourceforge.net Mon Nov 14 03:53:28 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Sun, 13 Nov 2005 18:53:28 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1309057 ] Outlook 2003 + SP2 Crashes with Spambayes enabled Message-ID: Bugs item #1309057, was opened at 2005-09-29 20:29 Message generated for change (Comment added) made by fjhaynes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1309057&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 Submitted By: Dave Cattran (dcattran) Assigned to: Nobody/Anonymous (nobody) Summary: Outlook 2003 + SP2 Crashes with Spambayes enabled Initial Comment: Spambayes was working well on Outlook 2003. I installed the recent SP2 patch, now Outlook crashes if Spambayes is active. I tried re-installing Spambayes to no avail. ---------------------------------------------------------------------- Comment By: Francis J. Haynes (fjhaynes) Date: 2005-11-13 21:53 Message: Logged In: YES user_id=1354535 Adding the Outlook exception to the D.E.P. "always on" dialog worked ONLY AFTER I removed and re-added SpamBayes in Outlook's Com Add-Ins dialog box. I had already attempted excluding Outlook previously, but apparently it only checks when the add-in is first added, not upon each load of the application. Now it works, and Outlook is now hanging in the breeze waiting for any malware that wants to come along via e-mail and execute data space. Joy. This would be a very good note to add to any FAQ or Troubleshooting Tips wiki to help other existing SB users who suddenly find that it no longer works. ---------------------------------------------------------------------- Comment By: John Lemon (jiraffe) Date: 2005-11-09 14:53 Message: Logged In: YES user_id=436556 It appears to me that dcattran has found the issue. I suggest that fjhaynes has not disabled DEP for Outlook by limiting it to "essential Windows programs and services only". I suspect that Microsoft considers Office to be an essential Windows program. I turned on DEP "for all programs and services except those I select, and then added Outlook the exception list and selected it. I am now running SpamBayes without any problems. SpamBayes 1.0.4 Windows XP Pro SP2 Outlook 2003 SP2 ---------------------------------------------------------------------- Comment By: Francis J. Haynes (fjhaynes) Date: 2005-11-08 23:02 Message: Logged In: YES user_id=1354535 Negative, Mr. Data. I just backed off from complete D.E.P. to Only Essential Windows Programs and Services and the same failure occurs. In fact, Outlook's COM Add-In dialog won't even remember that I checked the 'enable' box on SpamBayes add-in after hitting OK...I immediately re-open the Outlook COM Add-Ins dialog and the check box is cleared after having just been checked seconds earlier. I also tried using the COM Add-Ins 'Remove' button and going through the SpamBayes installation executable routine and no matter what, that Add-In checkbox will not stay checked. I gave my standard account Admin priveleges to do this, so that's not the issue. I even excluded Outlook from D.E.P. (although this is the one program most in need of that protection) and that did not help. I don't think it's Data Execution Prevention at work here. I honestly think that Outlook Service Pack 2 changed the hooks used by SpamBayes, but don't have enough knowledge to delve into it. Athlon64 Socket-949 3000+, 1GB RAM, WinXP Pro Version 2002 SP2; Outlook 2003 with its own SP2 applied. (See my previous message). ---------------------------------------------------------------------- Comment By: Dave Cattran (dcattran) Date: 2005-11-08 12:58 Message: Logged In: YES user_id=1305111 This seems to be related to the Data Execution Prevention feature of Windows. I'm running on an Intel processor, so this is not using the No-execute bit, just the software level protection provided by Windows. If DEP is turned on only for essential windows programs and services, SpamBayes and Outlook seem to be friendly. If it is turned on for all programs, then the crash results. ---------------------------------------------------------------------- Comment By: John Lemon (jiraffe) Date: 2005-11-08 12:52 Message: Logged In: YES user_id=436556 Outlook 2003 + SP1 also crashes with SpamBayes 1.0.4. I'm running Windows XP Pro + SP2. No log is produced by this crash. ---------------------------------------------------------------------- Comment By: Francis J. Haynes (fjhaynes) Date: 2005-09-30 17:45 Message: Logged In: YES user_id=1354535 It's true. I just genned up a spankin new Athlon64 system with Windows XP Professional SP2, Outlook 2003 (11.6568.6568) SP2 as part of the Office 2003 suite and it chokes on SpamBayes 1.0.4 release version that is available for download here. I had already applied Office SP2 so I can't say what would happen if that had not been appled, but it worked on the old system with Outlook 2003 that did not have SP2 applied to it. Since Office SP2 just came out a few days ago it looks like MS has done it again. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1309057&group_id=61702 From noreply at sourceforge.net Mon Nov 14 14:10:02 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 14 Nov 2005 05:10:02 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1356535 ] X-Spambayes-Exception: Traceback Message-ID: Bugs item #1356535, was opened at 2005-11-14 21:10 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=1356535&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 Submitted By: davidsrsb (davidsrsb) Assigned to: Nobody/Anonymous (nobody) Summary: X-Spambayes-Exception: Traceback Initial Comment: Version 1.1a1 O/S WindowsME database type dbm client Pegasus mail hammie.db 1.18MB 8/11/05 spambayes.messageinfo.db 136KB, 14/11/05 After a couple of months filtering stopped a few days ago and I get messages like this: X-Spambayes-Exception: Traceback (most recent call last): . File "sb_server.pyc", line 564, in onRetr . File "spambayes\message.pyc", line 452, in addSBHeaders . File "spambayes\message.pyc", line 401, in RememberClassification . File "spambayes\message.pyc", line 377, in modified . File "spambayes\message.pyc", line 181, in store_msg . File "shelve.pyc", line 130, in __setitem__ . File "bsddb\__init__.pyc", line 218, in __setitem__ .DBRunRecoveryError: (-30978, 'DB_RUNRECOVERY: Fatal error, run database recovery -- PANIC: Invalid argument') old server This looks similar to Bugs item #1225489 I don't remember any crashes. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1356535&group_id=61702 From noreply at sourceforge.net Tue Nov 15 01:03:49 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 14 Nov 2005 16:03:49 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1329980 ] SpamBayes + SSL/TLS POP3/SMTP connection Message-ID: Bugs item #1329980, was opened at 2005-10-19 08:58 Message generated for change (Comment added) made by anadelonbrin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1329980&group_id=61702 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: pop3proxy Group: 1.0.4 >Status: Closed >Resolution: Duplicate Priority: 5 Submitted By: Kyle (theomurpse) Assigned to: Nobody/Anonymous (nobody) Summary: SpamBayes + SSL/TLS POP3/SMTP connection Initial Comment: My university just began requiring all POP3 and SMTP mail to be SSL/TLS. Now I cannot use SpamBayes to check my mail in conjunction with Opera M2 mail client. My intuition is that, because now SSL is used, I'll never again be able to use SpamBayes (since that would be like a man-in-the-middle attack of sorts, which is impossible with SSL. Hopefully I'm wrong, and there is some way around this problem -- I'd really love to keep using SpamBayes. Thanks. ---------------------------------------------------------------------- >Comment By: Tony Meyer (anadelonbrin) Date: 2005-11-15 13:03 Message: Logged In: YES user_id=552329 Dupe of [ 753708 ] Support POP over SSL https://sourceforge.net/tracker/index.php?func=detail&aid=753708&group_id=61702&atid=498106 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1329980&group_id=61702 From noreply at sourceforge.net Tue Nov 15 01:05:04 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 14 Nov 2005 16:05:04 -0800 Subject: [spambayes-bugs] [ spambayes-Feature Requests-753708 ] Support POP over SSL Message-ID: Feature Requests item #753708, was opened at 2003-06-13 15:17 Message generated for change (Comment added) made by anadelonbrin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498106&aid=753708&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 Priority: 5 Submitted By: rick gregory (rickg17) Assigned to: Nobody/Anonymous (nobody) Summary: Support POP over SSL Initial Comment: Enable POPproxy to proxy a connection to a POP3 server over SSL, supporting either port 110 or 995. ---------------------------------------------------------------------- >Comment By: Tony Meyer (anadelonbrin) Date: 2005-11-15 13:05 Message: Logged In: YES user_id=552329 Note that there is limited support for POP over SSL in 1.1a1 (see the release notes for details). I am working on more complete support (using another library) which hopefully will make it in soon. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2003-11-17 14:55 Message: Logged In: YES user_id=552329 This is probably of interest/use here: <http://sourceforge.net/tracker/index.php? func=detail&aid=791706&group_id=5470&atid=305470> [ 791706 ] POP3 over SSL support for poplib ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2003-09-09 20:36 Message: Logged In: YES user_id=552329 Two more requests on the list, 6 Sept from "theta sigma" (Mark) and 1 Sept from Ryan Booker. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498106&aid=753708&group_id=61702 From noreply at sourceforge.net Sun Nov 20 00:48:01 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Sat, 19 Nov 2005 15:48:01 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1296998 ] SB refuses to learn mail from Sender_A is never spam Message-ID: Bugs item #1296998, was opened at 2005-09-21 10:53 Message generated for change (Comment added) made by anadelonbrin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1296998&group_id=61702 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Outlook Group: 1.0.4 >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: rretter (rretter) Assigned to: Nobody/Anonymous (nobody) Summary: SB refuses to learn mail from Sender_A is never spam Initial Comment: Several messages from Sender_A (a plain-vanilla Hotmail account of a typical user, nothing ever used for sending spam) have arrived and been filtered to spam folder. They've all been "Recover from Spam"-ed. Yet messages from Sender_A continue to be filtered to spam, despite SB apparently being configured to "learn" from recovery actions. What do you need in order to diagnose why this is happening? I am happy to provide whatever data would be relevant. ---------------------------------------------------------------------- >Comment By: Tony Meyer (anadelonbrin) Date: 2005-11-20 12:48 Message: Logged In: YES user_id=552329 Please see FAQ 4.8: ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1296998&group_id=61702 From noreply at sourceforge.net Sun Nov 20 00:49:04 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Sat, 19 Nov 2005 15:49:04 -0800 Subject: [spambayes-bugs] [ spambayes-Support Requests-1297314 ] move everything from inbox to spam Message-ID: Support Requests item #1297314, was opened at 2005-09-21 18:39 Message generated for change (Comment added) made by anadelonbrin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1297314&group_id=61702 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Priority: 5 Submitted By: Kar Yeow (karyeow) Assigned to: Nobody/Anonymous (nobody) Summary: move everything from inbox to spam Initial Comment: I use the outlook plugin. everything install ok. I use the 'delete as spam' button to delete 15 spam mails to the spam folder. I then run filter on inbox thinking that it pick up the remaining spam. It simple move every single mail to the spam folder! ---------------------------------------------------------------------- >Comment By: Tony Meyer (anadelonbrin) Date: 2005-11-20 12:49 Message: Logged In: YES user_id=552329 Have you trained on any ham? IAC, FAQ 4.8 explains how to ask why a message scored what it did. http://spambayes.org/faq.html#ok-i-trained-on-that-message-but-it-still-thinks-it-s-unsure ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1297314&group_id=61702 From noreply at sourceforge.net Sun Nov 20 00:51:50 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Sat, 19 Nov 2005 15:51:50 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1309057 ] Outlook 2003 + SP2 Crashes with Spambayes enabled Message-ID: Bugs item #1309057, was opened at 2005-09-30 12:29 Message generated for change (Comment added) made by anadelonbrin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1309057&group_id=61702 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Outlook Group: 1.1.x >Status: Closed >Resolution: Duplicate Priority: 5 Submitted By: Dave Cattran (dcattran) Assigned to: Nobody/Anonymous (nobody) Summary: Outlook 2003 + SP2 Crashes with Spambayes enabled Initial Comment: Spambayes was working well on Outlook 2003. I installed the recent SP2 patch, now Outlook crashes if Spambayes is active. I tried re-installing Spambayes to no avail. ---------------------------------------------------------------------- >Comment By: Tony Meyer (anadelonbrin) Date: 2005-11-20 12:51 Message: Logged In: YES user_id=552329 Dupe of [ 988095 ] Athlon64, SP2, NX (no execute)=no workee http://sourceforge.net/tracker/index.php?func=detail&aid=988095&group_id=61702&atid=498103 ---------------------------------------------------------------------- Comment By: Francis J. Haynes (fjhaynes) Date: 2005-11-14 15:53 Message: Logged In: YES user_id=1354535 Adding the Outlook exception to the D.E.P. "always on" dialog worked ONLY AFTER I removed and re-added SpamBayes in Outlook's Com Add-Ins dialog box. I had already attempted excluding Outlook previously, but apparently it only checks when the add-in is first added, not upon each load of the application. Now it works, and Outlook is now hanging in the breeze waiting for any malware that wants to come along via e-mail and execute data space. Joy. This would be a very good note to add to any FAQ or Troubleshooting Tips wiki to help other existing SB users who suddenly find that it no longer works. ---------------------------------------------------------------------- Comment By: John Lemon (jiraffe) Date: 2005-11-10 08:53 Message: Logged In: YES user_id=436556 It appears to me that dcattran has found the issue. I suggest that fjhaynes has not disabled DEP for Outlook by limiting it to "essential Windows programs and services only". I suspect that Microsoft considers Office to be an essential Windows program. I turned on DEP "for all programs and services except those I select, and then added Outlook the exception list and selected it. I am now running SpamBayes without any problems. SpamBayes 1.0.4 Windows XP Pro SP2 Outlook 2003 SP2 ---------------------------------------------------------------------- Comment By: Francis J. Haynes (fjhaynes) Date: 2005-11-09 17:02 Message: Logged In: YES user_id=1354535 Negative, Mr. Data. I just backed off from complete D.E.P. to Only Essential Windows Programs and Services and the same failure occurs. In fact, Outlook's COM Add-In dialog won't even remember that I checked the 'enable' box on SpamBayes add-in after hitting OK...I immediately re-open the Outlook COM Add-Ins dialog and the check box is cleared after having just been checked seconds earlier. I also tried using the COM Add-Ins 'Remove' button and going through the SpamBayes installation executable routine and no matter what, that Add-In checkbox will not stay checked. I gave my standard account Admin priveleges to do this, so that's not the issue. I even excluded Outlook from D.E.P. (although this is the one program most in need of that protection) and that did not help. I don't think it's Data Execution Prevention at work here. I honestly think that Outlook Service Pack 2 changed the hooks used by SpamBayes, but don't have enough knowledge to delve into it. Athlon64 Socket-949 3000+, 1GB RAM, WinXP Pro Version 2002 SP2; Outlook 2003 with its own SP2 applied. (See my previous message). ---------------------------------------------------------------------- Comment By: Dave Cattran (dcattran) Date: 2005-11-09 06:58 Message: Logged In: YES user_id=1305111 This seems to be related to the Data Execution Prevention feature of Windows. I'm running on an Intel processor, so this is not using the No-execute bit, just the software level protection provided by Windows. If DEP is turned on only for essential windows programs and services, SpamBayes and Outlook seem to be friendly. If it is turned on for all programs, then the crash results. ---------------------------------------------------------------------- Comment By: John Lemon (jiraffe) Date: 2005-11-09 06:52 Message: Logged In: YES user_id=436556 Outlook 2003 + SP1 also crashes with SpamBayes 1.0.4. I'm running Windows XP Pro + SP2. No log is produced by this crash. ---------------------------------------------------------------------- Comment By: Francis J. Haynes (fjhaynes) Date: 2005-10-01 09:45 Message: Logged In: YES user_id=1354535 It's true. I just genned up a spankin new Athlon64 system with Windows XP Professional SP2, Outlook 2003 (11.6568.6568) SP2 as part of the Office 2003 suite and it chokes on SpamBayes 1.0.4 release version that is available for download here. I had already applied Office SP2 so I can't say what would happen if that had not been appled, but it worked on the old system with Outlook 2003 that did not have SP2 applied to it. Since Office SP2 just came out a few days ago it looks like MS has done it again. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1309057&group_id=61702 From noreply at sourceforge.net Mon Nov 21 15:06:44 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 21 Nov 2005 06:06:44 -0800 Subject: [spambayes-bugs] [ spambayes-Support Requests-1163672 ] Need to re-train every day Message-ID: Support Requests item #1163672, was opened at 2005-03-15 13:27 Message generated for change (Comment added) made by fintan74 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1163672&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 Submitted By: fintan74 (fintan74) Assigned to: Tony Meyer (anadelonbrin) Summary: Need to re-train every day Initial Comment: I have a problem for which I have been unable to find a solution in either this forum, the FAQ or the Troubleshooting guide. Hopefully someone here will be able to assist. Spambayes has been monitoring my Outlook mailbox for quite some time and it has always worked like a charm. Upto about two weeks ago. Suddenly I needed to re-train the complete database every day, otherwise it will simply not process messages. Spambayes loads without problems and the toolbar itself works fine. It just does not process anything until I re-train the database. Downloading and installing the latest version has not resolved matters. I have also tried putting the configuration files in a local folder instead of the documents&settings-folder that is synchronised with server during logon and logoff. Hasn't helped either... What I have noticed in the logfile is that it says "NOTE: Skipping folder for this session - temporarily unavailable" four times in a row. I wonder if this is the reason for the problem, although I have no idea what is triggering that message. The complete log is as follows: --------------------- Loaded bayes database from 'C:\spambayesconfig\default_bayes_database.db' Loaded message database from 'C:\spambayesconfig\default_message_database.db' Bayes database initialized with 709 spam and 33 good messages SpamBayes Outlook Addin Binary Version 1.0.3 (January 2005) starting (with engine SpamBayes Engine Version 0.3 (January 2004)) on Windows 5.1.2600 (Service Pack 2) using Python 2.4 (#60, Nov 30 2004, 11:49:19) [MSC v.1310 32 bit (Intel)] NOTE: Skipping folder for this session - temporarily unavailable NOTE: Skipping folder for this session - temporarily unavailable NOTE: Skipping folder for this session - temporarily unavailable NOTE: Skipping folder for this session - temporarily unavailable Saving configuration -> C:\spambayesconfig\MS Exchange Settings.ini SpamBayes: Watching (for filtering) in 'fintan/Postvak IN' SpamBayes: Watching (for incremental training) in 'fintan/Junk E-Mail' --------------------- Any help would be very much appreciated. Thanks! ---------------------------------------------------------------------- >Comment By: fintan74 (fintan74) Date: 2005-11-21 15:06 Message: Logged In: YES user_id=1239541 Any news Tony? ---------------------------------------------------------------------- Comment By: fintan74 (fintan74) Date: 2005-09-05 16:03 Message: Logged In: YES user_id=1239541 Hi Tony, Another bump, as things have been very quite lately. Appreciate your efforts... Regards, Fintan ---------------------------------------------------------------------- Comment By: fintan74 (fintan74) Date: 2005-07-11 14:09 Message: Logged In: YES user_id=1239541 Hi Tony, Just bumping this request as per your message, since I have not heard from you since 23 June. Thanks again for your time and effort. Regards, Fintan ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2005-06-23 10:27 Message: Logged In: YES user_id=552329 Sorry - I've been flat out with other stuff and not really managing to keep up with SpamBayes work. I think this is the same as [ 911734 ] Addin never checks if unavailable folders become available http://sourceforge.net/tracker/?group_id=61702&atid=498103&func=detail&aid=911734 I think probably what has to be done is that we have to try these folders that have been skipped later on. I'll try and find time to build a binary that does this tomorrow. Please email me or add a comment here if you don't see anything in the next couple of days to remind me. ---------------------------------------------------------------------- Comment By: fintan74 (fintan74) Date: 2005-06-20 16:22 Message: Logged In: YES user_id=1239541 Hi Tony, It's been a while since I heard from you. Don't want to push, but do you have any further ideas to help resolve this matter? Thanks, Fintan ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2005-04-27 08:56 Message: Logged In: YES user_id=552329 That is the correct file - it's name is based on the Outlook profile name, which if there is only one profile is usually called Outlook.ini or MS Exchange Server.ini. I'll look into this more tomorrow - particularly what might cause it to start working as you describe. ---------------------------------------------------------------------- Comment By: fintan74 (fintan74) Date: 2005-04-22 10:29 Message: Logged In: YES user_id=1239541 Hi Tony, Thanks again for your time. I downloaded the file, unpacked it and tried running it. Unfortunately there is no such thing as an outlook.ini file on our system. What I do have in my spambayes-folder is an 'MS Exchange Server.ini' file, which I assume is the same file you are looking for. Our IT-guy confirms this is also the name of the file that holds my Outlook-settings. Running the executable on this ini-file does nothing in the DOS-shell however: no errors, but also no output. There is no logfile in the spambayes-folder or the bin-drectory of your executable. Am I looking in the wrong place, or could this different .ini-file be the reason for the problems in the first place? An additional bit of information: I found yesterday and today that Spambayes suddenly starts working if I first 'delete as spam' a message, then open the Spambayes Manager window and simply close it again. After a while the program suddenly jumps to life and starts classifying mail. Upon restart of the computer it is dormant again (it loads fine though) and I need to repeat the above steps to get it working. It's getting stranger by the day, but at least it's doing something... Look forward to hearing back from you... Regards, Fintan ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2005-04-22 08:29 Message: Logged In: YES user_id=552329 Ok, there's a test binary at: If you expand it, then open a command window and go into the dist\bin directory, then do "debug_folder_list.exe C:\spambayesconfig\Outlook.ini" it should print out a list of the folders. (I'm taking a stab at where the Outlook.ini file is, since it's not the default config layout. Replace with the location of the actual file). If you could try this with Outlook closed, and with Outlook open, and see if it generates the same error, that would be great. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2005-04-21 09:18 Message: Logged In: YES user_id=552329 Ack - sorry. I got caught up with other work. I'll send you a binary tomorrow (22/4). Thanks for trying 1.1a1. ---------------------------------------------------------------------- Comment By: fintan74 (fintan74) Date: 2005-04-12 09:46 Message: Logged In: YES user_id=1239541 Hi Tony, Thanks for your below reply and my apologies for not getting back to you sooner. Unfortunately I am not familiar enough with Exchange servers to give you any feedback on the mapi-issue. If you would be so kind as to e-mail me the binary you mention, that would be great. I believe you have my e-mail address, otherwise I'll be happy to mail it to you. I've tried installing the testversion you mention. It still gives the same message in the logfile: 'skipping folder for this session - temporarily unavailable'. It almost seems like Spambayes is starting up before Outlook has finished loading, or something... The interesting thing is that the new testversion does give an additional errormessage: 'Ignoring OnCommand for IDC_ACTION_HAM'. It also does not seem to complete the loop of saving the configuration and activating the Spambayes watch. I've copied the complete logfile below. Perhaps this helps also. Thanks again for your time. Hopefully we'll be able to make some progress with your binary-file. Regards, Fintan ---------------------------------------- Loaded bayes database from 'C:\spambayesconfig\default_bayes_database.db' Loaded message database from 'C:\spambayesconfig\default_message_database.db' Bayes database initialized with 1337 spam and 50 good messages SpamBayes Outlook Addin Version 1.1a1 (April 2005) on Windows 5.1.2600 (Service Pack 2) using Python 2.4 (#60, Nov 30 2004, 11:49:19) [MSC v.1310 32 bit (Intel)] Log created Tue Apr 12 09:30:47 2005 NOTE: Skipping folder for this session - temporarily unavailable NOTE: Skipping folder for this session - temporarily unavailable NOTE: Skipping folder for this session - temporarily unavailable NOTE: Skipping folder for this session - temporarily unavailable FAILED to add the toolbar item 'SpamBayesCommand.Manager' - (-2147352567, 'Exception occurred.', (0, None, None, None, 0, -2147467259), None) The above toolbar message is common - recreating the toolbar... Ignoring OnCommand for IDC_ACTION_HAM Ignoring OnCommand for IDC_ACTION_HAM Ignoring OnCommand for IDC_ACTION_HAM Ignoring OnCommand for IDC_ACTION_HAM Ignoring OnCommand for IDC_ACTION_HAM ---------------------------------------- ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2005-04-06 08:45 Message: Logged In: YES user_id=552329 If I could figure out whether it's mapi.MAPI_E_OBJECT_DELETED or mapi.MAPI_E_NOT_FOUND and whether it happens just when Outlook is opening or not that would help. I have a little script that will tell me this, hopefully (it'll be more information, anyway, if you're able to run it. There are two options: (1) If you have Python (http://www.python.org/download) installed and a copy of the spambayes source, then I can just attach the script here (it's only 10 lines). (2) I can wrap it up as a binary, so you don't need anything, and send this to you. It ends up being about 3Mb, though, because it grabs a whole heap of stuff. (Although if I just sent the executable, which is small, it might work if it was run in the bin directory in the spambayes installation). Does either of those sound ok? I've looked for information about these errors, and tried things here, but I can't think of any other way forward at the moment. (You could try 1.1a1 - a test version is at http://www.massey.ac.nz/~tameyer/spambayes-1.1a1rc1.exe - but I doubt it will be any different). ---------------------------------------------------------------------- Comment By: fintan74 (fintan74) Date: 2005-03-31 14:57 Message: Logged In: YES user_id=1239541 Hi anadelonbrin, Thank you very much for taking the time to respond to this query. The log doesn't show much more than the above after a full day of not working, but yet manually processing. I have deleted the last 50 or so spam messages from the following log, as they do not seem to add much to this log: --------------------------------------------- Loaded bayes database from 'C:\spambayesconfig\default_bayes_database.db' Loaded message database from 'C:\spambayesconfig\default_message_database.db' Bayes database initialized with 1111 spam and 39 good messages SpamBayes Outlook Addin Binary Version 1.0.3 (January 2005) starting (with engine SpamBayes Engine Version 0.3 (January 2004)) on Windows 5.1.2600 (Service Pack 2) using Python 2.4 (#60, Nov 30 2004, 11:49:19) [MSC v.1310 32 bit (Intel)] NOTE: Skipping folder for this session - temporarily unavailable NOTE: Skipping folder for this session - temporarily unavailable NOTE: Skipping folder for this session - temporarily unavailable NOTE: Skipping folder for this session - temporarily unavailable FAILED to add the toolbar item 'SpamBayesCommand.Manager' - (-2147352567, 'Exception occurred.', (0, None, None, None, 0, -2147467259), None) The above toolbar message is common - recreating the toolbar... Moving and spam training message 'Perfector (1+1) machines for sale' - Training on message 'Perfector (1+1) machines for sale' in 'fintan/Postvak IN - trained as spam Moving and spam training message 'Re: Encrypted Mail' - Training on message 'Re: Encrypted Mail' in 'fintan/Postvak IN - trained as spam --------------------------------------------- That's all it says... Yes, these folders are on an Exchange server, but to my knowledge nothingw as changed (although I am not the server admin). I have no further problems viewing these folders. As stated earlier, when I retrain Spambayes it works fine for the rest of the day. But overnight (when the machine is turned off) it forgets all it's settings and needs retraining again the next day. To me it looks like the problem is in the folders that Spambayes is skipping during initialising. But I have no idea why it cannot locate the folders, or why it forgets where they are even after the retraining. Thanks again for your time and input. Regards, Fintan ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2005-03-29 03:41 Message: Logged In: YES user_id=552329 Could you attach a log from when it doesn't work? That would help a lot more in figuring out what is wrong. Are all of these folders on an Exchange server? Has anything changed with your Exchange server recently? Do you have any other problems viewing these folders? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1163672&group_id=61702 From noreply at sourceforge.net Mon Nov 21 18:45:30 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 21 Nov 2005 09:45:30 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1362959 ] Rules executed after checking Message-ID: Bugs item #1362959, was opened at 2005-11-21 17:45 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=1362959&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 Submitted By: NaturalSelector (naturalselector) Assigned to: Nobody/Anonymous (nobody) Summary: Rules executed after checking Initial Comment: I have many rules configured for moving e-mail into specified folders. These rules fail to move e-mail when the e-mail gets marked as spam or suspect. The ideal situation would be for spambayes to allow rules to run, and THEN mark the messages. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1362959&group_id=61702 From noreply at sourceforge.net Tue Nov 22 00:52:11 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 21 Nov 2005 15:52:11 -0800 Subject: [spambayes-bugs] [ spambayes-Support Requests-1362959 ] Rules executed after checking Message-ID: Support Requests item #1362959, was opened at 2005-11-22 06:45 Message generated for change (Comment added) made by anadelonbrin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1362959&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 Submitted By: NaturalSelector (naturalselector) Assigned to: Nobody/Anonymous (nobody) Summary: Rules executed after checking Initial Comment: I have many rules configured for moving e-mail into specified folders. These rules fail to move e-mail when the e-mail gets marked as spam or suspect. The ideal situation would be for spambayes to allow rules to run, and THEN mark the messages. ---------------------------------------------------------------------- >Comment By: Tony Meyer (anadelonbrin) Date: 2005-11-22 12:52 Message: Logged In: YES user_id=552329 This *is* the way that the plug-in works. Perhaps you need to adjust the timing values in the Advanced tab of the SpamBayes Manager? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1362959&group_id=61702_______________________________________________ From noreply at sourceforge.net Tue Nov 22 00:53:06 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 21 Nov 2005 15:53:06 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1356535 ] X-Spambayes-Exception: Traceback Message-ID: Bugs item #1356535, was opened at 2005-11-15 02:10 Message generated for change (Comment added) made by anadelonbrin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1356535&group_id=61702_______________________________________________ Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Duplicate Priority: 5 Submitted By: davidsrsb (davidsrsb) Assigned to: Nobody/Anonymous (nobody) Summary: X-Spambayes-Exception: Traceback Initial Comment: Version 1.1a1 O/S WindowsME database type dbm client Pegasus mail hammie.db 1.18MB 8/11/05 spambayes.messageinfo.db 136KB, 14/11/05 After a couple of months filtering stopped a few days ago and I get messages like this: X-Spambayes-Exception: Traceback (most recent call last): . File "sb_server.pyc", line 564, in onRetr . File "spambayes\message.pyc", line 452, in addSBHeaders . File "spambayes\message.pyc", line 401, in RememberClassification . File "spambayes\message.pyc", line 377, in modified . File "spambayes\message.pyc", line 181, in store_msg . File "shelve.pyc", line 130, in __setitem__ . File "bsddb\__init__.pyc", line 218, in __setitem__ .DBRunRecoveryError: (-30978, 'DB_RUNRECOVERY: Fatal error, run database recovery -- PANIC: Invalid argument') old server This looks similar to Bugs item #1225489 I don't remember any crashes. ---------------------------------------------------------------------- >Comment By: Tony Meyer (anadelonbrin) Date: 2005-11-22 12:53 Message: Logged In: YES user_id=552329 This means that your database is dead, and you need to retrain from scratch. We're moving away from bsddb, so this won't be an issue in future. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1356535&group_id=61702_______________________________________________ From noreply at sourceforge.net Tue Nov 22 00:54:55 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 21 Nov 2005 15:54:55 -0800 Subject: [spambayes-bugs] [ spambayes-Support Requests-1348816 ] spambayes stopped working - cannot fix Message-ID: Support Requests item #1348816, was opened at 2005-11-05 17:45 Message generated for change (Comment added) made by anadelonbrin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1348816&group_id=61702_______________________________________________ Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: None Group: None Status: Open Priority: 5 Submitted By: Marvin Levin (marvinlevin) Assigned to: Nobody/Anonymous (nobody) Summary: spambayes stopped working - cannot fix Initial Comment: SpamBayes stopped working and clicking the SpamBayes button in Outlook doesn't do anything. I need to know how to get it working again. Environment: Outlook 2002 (10.6515.6735) SP3 Windows XP Pro - 5.1(Build 2600.XPSP-SP2.gdr.050301-1519: Service Pack 2) Problem description: As stated above, SpanBayes has become inoperative. I tried to upgrade to version 1.0.4 to see if that would "kick-start: it, but that did nothing. PC had been running v 1.0, SpamBayes was trained and working, then suddenly it stopped filtering mail. Clicking the SpamBayes button on Outlook does nothing. I downloaded and installed 1.0.4 - no change. (After installation, starting Outlook took no special action -- as it did when I originally installed 1.0 earlier. I then uninstalled SpamBayes. The button still showed in Outlook [???]. I reinstalled 1.0.4 and still no difference. What I'm looking for from you: Is there a recommended way to uninstall SpanBayes? Should I even try? How do I get SpamBayes to function again? Can I do this without losing the knowledge of training? (Are there specific files to save?} Thanks in advance. -- Marvin ---------------------------------------------------------------------- >Comment By: Tony Meyer (anadelonbrin) Date: 2005-11-22 12:54 Message: Logged In: YES user_id=552329 Check to see if Outlook has disabled the plug-in. Help->About Microsoft Outlook->Disabled Items. The recommended way to uninstall SpamBayes is via the Add/Remove Programs Control Panel. This will not remove your training/configuration files. If you want to back up your training data, the FAQ outlines the files that you need. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1348816&group_id=61702_______________________________________________ From noreply at sourceforge.net Tue Nov 22 01:41:26 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 21 Nov 2005 16:41:26 -0800 Subject: [spambayes-bugs] [ spambayes-Support Requests-1362959 ] Rules executed after checking Message-ID: Support Requests item #1362959, was opened at 2005-11-21 17:45 Message generated for change (Comment added) made by naturalselector You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1362959&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 Submitted By: NaturalSelector (naturalselector) Assigned to: Nobody/Anonymous (nobody) Summary: Rules executed after checking Initial Comment: I have many rules configured for moving e-mail into specified folders. These rules fail to move e-mail when the e-mail gets marked as spam or suspect. The ideal situation would be for spambayes to allow rules to run, and THEN mark the messages. ---------------------------------------------------------------------- >Comment By: NaturalSelector (naturalselector) Date: 2005-11-22 00:41 Message: Logged In: YES user_id=1384790 With Outlook 2003 this is not the case. I have set the timing values to 10 seconds and the rules do not execute until after items are tagged and moved. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2005-11-21 23:52 Message: Logged In: YES user_id=552329 This *is* the way that the plug-in works. Perhaps you need to adjust the timing values in the Advanced tab of the SpamBayes Manager? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1362959&group_id=61702_______________________________________________ From noreply at sourceforge.net Tue Nov 22 05:17:08 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 21 Nov 2005 20:17:08 -0800 Subject: [spambayes-bugs] [ spambayes-Support Requests-1362959 ] Rules executed after checking Message-ID: Support Requests item #1362959, was opened at 2005-11-22 06:45 Message generated for change (Comment added) made by anadelonbrin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1362959&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 Submitted By: NaturalSelector (naturalselector) Assigned to: Nobody/Anonymous (nobody) Summary: Rules executed after checking Initial Comment: I have many rules configured for moving e-mail into specified folders. These rules fail to move e-mail when the e-mail gets marked as spam or suspect. The ideal situation would be for spambayes to allow rules to run, and THEN mark the messages. ---------------------------------------------------------------------- >Comment By: Tony Meyer (anadelonbrin) Date: 2005-11-22 17:17 Message: Logged In: YES user_id=552329 It is the case with Outlook 2003. Are you filtering only the Inbox? Does it take longer than 10 seconds after mail arrives for Outlook to process the rules? Is the "background filtering" enabled? ---------------------------------------------------------------------- Comment By: NaturalSelector (naturalselector) Date: 2005-11-22 13:41 Message: Logged In: YES user_id=1384790 With Outlook 2003 this is not the case. I have set the timing values to 10 seconds and the rules do not execute until after items are tagged and moved. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2005-11-22 12:52 Message: Logged In: YES user_id=552329 This *is* the way that the plug-in works. Perhaps you need to adjust the timing values in the Advanced tab of the SpamBayes Manager? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1362959&group_id=61702_______________________________________________ From noreply at sourceforge.net Tue Nov 22 15:19:31 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 22 Nov 2005 06:19:31 -0800 Subject: [spambayes-bugs] [ spambayes-Support Requests-1362959 ] Rules executed after checking Message-ID: Support Requests item #1362959, was opened at 2005-11-21 17:45 Message generated for change (Comment added) made by naturalselector You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1362959&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 Submitted By: NaturalSelector (naturalselector) Assigned to: Nobody/Anonymous (nobody) Summary: Rules executed after checking Initial Comment: I have many rules configured for moving e-mail into specified folders. These rules fail to move e-mail when the e-mail gets marked as spam or suspect. The ideal situation would be for spambayes to allow rules to run, and THEN mark the messages. ---------------------------------------------------------------------- >Comment By: NaturalSelector (naturalselector) Date: 2005-11-22 14:19 Message: Logged In: YES user_id=1384790 The filter status says "Watching 'Inbox'", and background filtering is (and has been) enabled. Outlook rules are applied instantly (under half a second) on messages not considered spam. I even changed the rule to delete permanently messages that matched it, and those messages were still moved to junk mail (that is why I believe spambayes runs first). If I then run the same rule on the junk e-mail folder (manually), the messages are moved or deleted. I am certain the rule works, and is capable of completing within the spambayes processing delay. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2005-11-22 04:17 Message: Logged In: YES user_id=552329 It is the case with Outlook 2003. Are you filtering only the Inbox? Does it take longer than 10 seconds after mail arrives for Outlook to process the rules? Is the "background filtering" enabled? ---------------------------------------------------------------------- Comment By: NaturalSelector (naturalselector) Date: 2005-11-22 00:41 Message: Logged In: YES user_id=1384790 With Outlook 2003 this is not the case. I have set the timing values to 10 seconds and the rules do not execute until after items are tagged and moved. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2005-11-21 23:52 Message: Logged In: YES user_id=552329 This *is* the way that the plug-in works. Perhaps you need to adjust the timing values in the Advanced tab of the SpamBayes Manager? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1362959&group_id=61702_______________________________________________ From noreply at sourceforge.net Tue Nov 22 20:48:37 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 22 Nov 2005 11:48:37 -0800 Subject: [spambayes-bugs] [ spambayes-Support Requests-1362959 ] Rules executed after checking Message-ID: Support Requests item #1362959, was opened at 2005-11-22 06:45 Message generated for change (Comment added) made by anadelonbrin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1362959&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 Submitted By: NaturalSelector (naturalselector) Assigned to: Nobody/Anonymous (nobody) Summary: Rules executed after checking Initial Comment: I have many rules configured for moving e-mail into specified folders. These rules fail to move e-mail when the e-mail gets marked as spam or suspect. The ideal situation would be for spambayes to allow rules to run, and THEN mark the messages. ---------------------------------------------------------------------- >Comment By: Tony Meyer (anadelonbrin) Date: 2005-11-23 08:48 Message: Logged In: YES user_id=552329 Check to see if it is SpamBayes that is moving these and not something else (like Outlook's built-in spam filtering). Every message that SpamBayes processes gets an entry in the log file (SpamBayes->SpamBayes Manager->Advanced->Diagnostics->View Log). Next time a message is moved before it ought to be, see if there is an entry in the log. ---------------------------------------------------------------------- Comment By: NaturalSelector (naturalselector) Date: 2005-11-23 03:19 Message: Logged In: YES user_id=1384790 The filter status says "Watching 'Inbox'", and background filtering is (and has been) enabled. Outlook rules are applied instantly (under half a second) on messages not considered spam. I even changed the rule to delete permanently messages that matched it, and those messages were still moved to junk mail (that is why I believe spambayes runs first). If I then run the same rule on the junk e-mail folder (manually), the messages are moved or deleted. I am certain the rule works, and is capable of completing within the spambayes processing delay. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2005-11-22 17:17 Message: Logged In: YES user_id=552329 It is the case with Outlook 2003. Are you filtering only the Inbox? Does it take longer than 10 seconds after mail arrives for Outlook to process the rules? Is the "background filtering" enabled? ---------------------------------------------------------------------- Comment By: NaturalSelector (naturalselector) Date: 2005-11-22 13:41 Message: Logged In: YES user_id=1384790 With Outlook 2003 this is not the case. I have set the timing values to 10 seconds and the rules do not execute until after items are tagged and moved. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2005-11-22 12:52 Message: Logged In: YES user_id=552329 This *is* the way that the plug-in works. Perhaps you need to adjust the timing values in the Advanced tab of the SpamBayes Manager? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1362959&group_id=61702_______________________________________________ From noreply at sourceforge.net Fri Nov 25 17:00:33 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Fri, 25 Nov 2005 08:00:33 -0800 Subject: [spambayes-bugs] [ spambayes-Bugs-1366408 ] Fatal Error in Outlook 2003 after installation of .NET 1.1 Message-ID: Bugs item #1366408, was opened at 2005-11-25 17:00 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=1366408&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 Submitted By: Henrik Weber (hweber) Assigned to: Nobody/Anonymous (nobody) Summary: Fatal Error in Outlook 2003 after installation of .NET 1.1 Initial Comment: On a relatively fresh installation of Windows XP SP 2 with Outlook 2003 I installed the Spambayes Outlook plugin, version 1.0.4. Copied the databases from an old computer. Everything worked fine. Then I installed the .NET 1.1 runtime and .NET SP 1. Since then Outlook produces an error message for the plugin (Want to send a report to Microsoft?) and will only start when Spambayes is deactivated. As soon as I reactivate the plugin, Outlook will crash again. Deinstalled .NET, didn't help. Couldn't even reinstall it afterwards. Went back to the system restore point before the installation of .NET, didn't help either, but could reinstall .NET again. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1366408&group_id=61702 From noreply at sourceforge.net Tue Nov 29 16:36:27 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 29 Nov 2005 07:36:27 -0800 Subject: [spambayes-bugs] [ spambayes-Support Requests-1369273 ] Outlook Plugin non-existent Message-ID: Support Requests item #1369273, was opened at 2005-11-29 07:36 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=1369273&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 Submitted By: SifuGreg (sifugreg) Assigned to: Nobody/Anonymous (nobody) Summary: Outlook Plugin non-existent Initial Comment: I ran the SpamBayes install (v. 1.0.4) and nowhere does the outlook plug-in show up. I run Outlook 2003 SP1. Under Help/About/Disabled Items it's not listed, nor under Tools/Options/Other/Advanced/COM Add-Ins. It's as if it were never installed. Luckily the Pop3 Proxy works. Any ideas? Greg ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1369273&group_id=61702 From noreply at sourceforge.net Wed Nov 30 01:49:45 2005 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 29 Nov 2005 16:49:45 -0800 Subject: [spambayes-bugs] [ spambayes-Support Requests-1369273 ] Outlook Plugin non-existent Message-ID: Support Requests item #1369273, was opened at 2005-11-30 04:36 Message generated for change (Comment added) made by anadelonbrin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1369273&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: Pending Priority: 5 Submitted By: SifuGreg (sifugreg) Assigned to: Nobody/Anonymous (nobody) Summary: Outlook Plugin non-existent Initial Comment: I ran the SpamBayes install (v. 1.0.4) and nowhere does the outlook plug-in show up. I run Outlook 2003 SP1. Under Help/About/Disabled Items it's not listed, nor under Tools/Options/Other/Advanced/COM Add-Ins. It's as if it were never installed. Luckily the Pop3 Proxy works. Any ideas? Greg ---------------------------------------------------------------------- >Comment By: Tony Meyer (anadelonbrin) Date: 2005-11-30 13:49 Message: Logged In: YES user_id=552329 Did you do the install as the same user that is opening Outlook? Did you do the install as a user with administrative privileges? Please attach the log file to the tracker. This is in your temp directory (possibly \Documents and Settings\{username}\Local Settings\Temp). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1369273&group_id=61702_______________________________________________