From noreply at sourceforge.net Mon Jun 4 12:35:55 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 04 Jun 2007 03:35:55 -0700 Subject: [spambayes-bugs] [ spambayes-Bugs-988095 ] DEP / NX causes Outlook to crash Message-ID: Bugs item #988095, was opened at 2004-07-09 10:00 Message generated for change (Comment added) made by zianchoy You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=988095&group_id=61702 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Outlook Group: 1.0.4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: mlarma (mlarma) Assigned to: Mark Hammond (mhammond) Summary: DEP / NX causes Outlook to crash Initial Comment: When enabling the NX function underneath WinXP with SP2 RC2 (32 bit edition, not 64 bit windows), I was unable to start Outlook with the SpamBayes plug-in. After disabling and only disabling NX (remove /noexecute from boot.ini), it worked. Funny thing is that the owner of the company I work for developed a Bayesian spam filter as well and it had the same issue with the NX. Not sure what the problem is, but the NX feature would be nice to turn on. Does anyone know if NX can be disabled at the application level so that the other processes were protected with NX? Mark ---------------------------------------------------------------------- Comment By: Zian (zianchoy) Date: 2007-06-04 03:35 Message: Logged In: YES user_id=1059620 Originator: NO The DEP /NX issue is not restricted to Athlon chips. I am using an Intel Core 2 Duo processor. When DEP is enabled via software in the System dialog in Windows XP MCE (probably also applies to Windows Vista), Outlook fails to load the plugin. The web page text needs to remove the processor limitation. ---------------------------------------------------------------------- Comment By: Jimmy Retzlaff (jretz) Date: 2006-12-07 23:10 Message: Logged In: YES user_id=101588 Originator: NO I've tried a few basic Python programs packaged with py2exe 0.6.5 and Python 2.4 with hardware DEP enabled on Windows XP SP2 on a newer Pentium-M (with XD support) and on Windows Server 2003 on an Athlon 64 (with NX support). Everything seems to work fine. I tried all of py2exe's bundle options and couldn't get Windows to complain. The Python scripts I used for testing only do simple arithmetic and make use of EasyDialogs for Windows (which uses ctypes). ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2006-02-05 00:20 Message: Logged In: YES user_id=552329 Does that mean you predict that any py2exe program would fail to run? If so, I'm happy to put together a "hello world" program and attach it so people can verify that this is the case. ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2006-02-04 23:06 Message: Logged In: YES user_id=14198 Just noting that the Pythonwin issue appears related to the dde module and this is not used by spambayes. I'm therefore back to suspecting py2exe. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2005-12-05 00:47 Message: Logged In: YES user_id=552329 A lot of people are hitting this these days, so changing the summary in the hope that people will notice this bug and not submit new ones (it's already in the FAQ). ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2005-08-09 22:31 Message: Logged In: YES user_id=14198 Just had a report that Pythonwin also fails with this turned on. This makes it less likely the problem is simply py2exe. ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2005-07-22 11:06 Message: Logged In: YES user_id=14198 another possibility is that py2exe is the culprit. It isn't obvious to me that is *is* the problem, but it certainly is possible. It would be interesting to know if the source version of SpamBayes has the same problem. When I get back to Aus, I will try and reproduce this. ---------------------------------------------------------------------- Comment By: Paul Quinn (paulquinn) Date: 2004-07-20 08:04 Message: Logged In: YES user_id=815032 This is a problem with NX protection...this is how I got it to work: There are ways to disable NX at application level: a) Through the UI... i) "Control Panel" > "System" ii) Click on the "Advanced" tab iii) Under "Performance" section, click "Settings" iv) Click on the "Data Execution Prevention" tab v) Click "Add" and select the appication you want to disable NX for b) Registry... Under "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" (there are equivalent HKEY_CURRENT_USER keys), create a new string key, its name being the full path to the executable file you want to disable NX for, the value being "DisableNXShowUI" ...you'll notice that in the UI, only executable files can be added. This means that I had to select the "Outlook.exe" file to get Spambayes to work again. I tried adding the spambayes_addin.dll and the python23.dll paths to the registry as a workaround, but this didn't work... Also, if you are using Outlook 2003, you may need to re-enable the plug-in by deleting its resilliency key (the COM Add-in Manager won't remember the re-enable setting no matter how many times you try): http://groups.google.co.uk/groups? hl=en&lr=&ie=UTF-8&safe=off&selm=uZ%24FJzyFEHA.3984% 40TK2MSFTNGP10.phx.gbl FYI, the same techniques work with Inboxer etc. I'm guessing, as tim_one said, it's to do with the Python libraries. Paul ---------------------------------------------------------------------- Comment By: Tim Peters (tim_one) Date: 2004-07-09 10:35 Message: Logged In: YES user_id=31435 You'll really have to ask about NX gimmicks on an Athlon list. SpamBayes is written entirely in the Python programming language, and that never, ever tries to execute code from a data region (I'm very familiar with Python's implementation) My only guess is that Outlook itself, or MAPI, try to do this when interfacing with extensions. Or Mark Hammond is playing disgusting games (the only kind he knows, really ) in the win32all Python extensions. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=988095&group_id=61702 From noreply at sourceforge.net Mon Jun 4 20:59:50 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 04 Jun 2007 11:59:50 -0700 Subject: [spambayes-bugs] [ spambayes-Support Requests-1730936 ] Problem getting to the configuration web page Message-ID: Support Requests item #1730936, was opened at 2007-06-04 11:59 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=1730936&group_id=61702 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Zian (zianchoy) Assigned to: Nobody/Anonymous (nobody) Summary: Problem getting to the configuration web page Initial Comment: I'm running WinXP MCE with IE7 and ZoneAlarm 7.0.337.000 and I can't seem to get to http://localhost:8880/ or any of the higher numbers that the documentation suggests. I'm running YPOPs! to deliver my Yahoo! mail so I need to get to the config page to set up the ports. Is there any way to enumerate the ports that my computer is listening to? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1730936&group_id=61702 From noreply at sourceforge.net Mon Jun 4 21:01:10 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 04 Jun 2007 12:01:10 -0700 Subject: [spambayes-bugs] [ spambayes-Support Requests-1544574 ] spambayes-1.0.4.exe vs MS 2003 server Message-ID: Support Requests item #1544574, was opened at 2006-08-22 06:33 Message generated for change (Comment added) made by zianchoy You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1544574&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: v1.0 (example) Status: Open Priority: 5 Private: No Submitted By: p yannone (pyannone) Assigned to: Nobody/Anonymous (nobody) Summary: spambayes-1.0.4.exe vs MS 2003 server Initial Comment: spambayes-1.0.4.exe OS - Microsoft server 2003 Outlook 2000 After installing Spambayes Outlook will only try to start but will close before doing so. Is there any hope for this combination of OS, application and SB version? ---------------------------------------------------------------------- Comment By: Zian (zianchoy) Date: 2007-06-04 12:01 Message: Logged In: YES user_id=1059620 Originator: NO Do you have DEP enabled on your client-side computer? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1544574&group_id=61702 From noreply at sourceforge.net Fri Jun 8 02:41:04 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Thu, 07 Jun 2007 17:41:04 -0700 Subject: [spambayes-bugs] [ spambayes-Support Requests-1733160 ] can somebody make a new exe install of last cvs ? Message-ID: Support Requests item #1733160, was opened at 2007-06-08 00:41 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=1733160&group_id=61702 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Install Problem (example) Group: None Status: Open Priority: 5 Private: No Submitted By: camel (camro) Assigned to: Nobody/Anonymous (nobody) Summary: can somebody make a new exe install of last cvs ? Initial Comment: hi, a lot of patches are now new , and so ... can somebody make a new exe install of last cvs ? cu camel ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1733160&group_id=61702 From noreply at sourceforge.net Fri Jun 8 17:55:31 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Fri, 08 Jun 2007 08:55:31 -0700 Subject: [spambayes-bugs] [ spambayes-Support Requests-1733642 ] crashes Outlook 2007 Message-ID: Support Requests item #1733642, was opened at 2007-06-08 10:55 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=1733642&group_id=61702 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Install Problem (example) Group: None Status: Open Priority: 5 Private: No Submitted By: Serenity Consulting (serenityconsult) Assigned to: Nobody/Anonymous (nobody) Summary: crashes Outlook 2007 Initial Comment: You may already know this information, but I'll pass it along... I am sucessfully (sort of) running Spambayes 1.1a2 with Outlook 2007 under Vista. I had no problems running Spambayes 1.0.4 under Outlook 2003 and Vista (I did an inplace upgrade from XP to Vista - and subsequently did an inplace upgrade from Office 2003 to Office 2007). Here is my current status... Running with UAC active -Outlook 2007 will crash on startup if the Spambayes addin is installed. Outlook will continue to crash until you give it permission to disable the Spambayes addin. Once Outlook 2007 has started, I can go to the Trust Center, remove the Spambayes addin, then without leaving the Trust Center, add the Spambayes addin. Next I go under Help and enable the disabled Spambayes addin. Spambayes runs great until I shut down Outlook and have to do the above all over again. I have tried de-activating Spambayes (as opposed to removing it) prior to shut down. This does not work. The addin must be disabled - however I am not aware of any user accessible tool within Outlook that would allow me to do this prior to closing Outlook. If I use the 'Run as Administrator' option to start Outlook, Outlook starts normally with the Spambayes addin active. However, this creates other problems for me as one of the Outlook archive files is on a domain based network drive. Running as the Administrator for just this application does not allow me to log into this network drive when I am already logged into the drive with my own local machine account. Right now, I shut down Outlook as seldom as possible and use Vista's sleep mode. Jim Johnson ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498104&aid=1733642&group_id=61702 From noreply at sourceforge.net Fri Jun 8 17:58:10 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Fri, 08 Jun 2007 08:58:10 -0700 Subject: [spambayes-bugs] [ spambayes-Bugs-1687128 ] Outlook 2007 will not load SpamBayes Message-ID: Bugs item #1687128, was opened at 2007-03-23 15:53 Message generated for change (Comment added) made by serenityconsult You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1687128&group_id=61702 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Outlook Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Steve (shusak) Assigned to: Nobody/Anonymous (nobody) Summary: Outlook 2007 will not load SpamBayes Initial Comment: I installed the latest version of SpamBayes Outlook filter. Each time I start Outlook, not I get an error: "There was an error initializing the SpamBayes addin Please re-start Outlook and try again." I'm using Outlook 2007 on Vista RTM Windows. I found a log file in my temp directory and attached that if it helps. ---------------------------------------------------------------------- Comment By: Serenity Consulting (serenityconsult) Date: 2007-06-08 10:58 Message: Logged In: YES user_id=1812098 Originator: NO You may already know this information, but I'll pass it along... I am sucessfully (sort of) running Spambayes 1.1a2 with Outlook 2007 under Vista. I had no problems running Spambayes 1.0.4 under Outlook 2003 and Vista (I did an inplace upgrade from XP to Vista - and subsequently did an inplace upgrade from Office 2003 to Office 2007). Here is my current status... Running with UAC active -Outlook 2007 will crash on startup if the Spambayes addin is installed. Outlook will continue to crash until you give it permission to disable the Spambayes addin. Once Outlook 2007 has started, I can go to the Trust Center, remove the Spambayes addin, then without leaving the Trust Center, add the Spambayes addin. Next I go under Help and enable the disabled Spambayes addin. Spambayes runs great until I shut down Outlook and have to do the above all over again. I have tried de-activating Spambayes (as opposed to removing it) prior to shut down. This does not work. The addin must be disabled - however I am not aware of any user accessible tool within Outlook that would allow me to do this prior to closing Outlook. If I use the 'Run as Administrator' option to start Outlook, Outlook starts normally with the Spambayes addin active. However, this creates other problems for me as one of the Outlook archive files is on a domain based network drive. Running as the Administrator for just this application does not allow me to log into this network drive when I am already logged into the drive with my own local machine account. Right now, I shut down Outlook as seldom as possible and use Vista's sleep mode. Jim Johnson ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1687128&group_id=61702 From noreply at sourceforge.net Fri Jun 8 17:59:08 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Fri, 08 Jun 2007 08:59:08 -0700 Subject: [spambayes-bugs] [ spambayes-Bugs-1672412 ] Outlook 2007 under XP Observations Message-ID: Bugs item #1672412, was opened at 2007-03-02 09:09 Message generated for change (Comment added) made by serenityconsult You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1672412&group_id=61702 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Warren Sirota (warrensirota) Assigned to: Nobody/Anonymous (nobody) Summary: Outlook 2007 under XP Observations Initial Comment: Here are the problems I encountered unde Outlook 2007. I know it's not officially supported yet. I'm backing off it, and moving back to Outlook 2003. I need my SpamBayes! 1) No "Recover From Spam" button is visible. 2) SpamBayes seems to filter the email messages correctly, but they seem to be deleted without hope of recovery (not even in the Deleted Items folder) instead of going into the designated spam folder. ---------------------------------------------------------------------- Comment By: Serenity Consulting (serenityconsult) Date: 2007-06-08 10:59 Message: Logged In: YES user_id=1812098 Originator: NO You may already know this information, but I'll pass it along... I am sucessfully (sort of) running Spambayes 1.1a2 with Outlook 2007 under Vista. I had no problems running Spambayes 1.0.4 under Outlook 2003 and Vista (I did an inplace upgrade from XP to Vista - and subsequently did an inplace upgrade from Office 2003 to Office 2007). Here is my current status... Running with UAC active -Outlook 2007 will crash on startup if the Spambayes addin is installed. Outlook will continue to crash until you give it permission to disable the Spambayes addin. Once Outlook 2007 has started, I can go to the Trust Center, remove the Spambayes addin, then without leaving the Trust Center, add the Spambayes addin. Next I go under Help and enable the disabled Spambayes addin. Spambayes runs great until I shut down Outlook and have to do the above all over again. I have tried de-activating Spambayes (as opposed to removing it) prior to shut down. This does not work. The addin must be disabled - however I am not aware of any user accessible tool within Outlook that would allow me to do this prior to closing Outlook. If I use the 'Run as Administrator' option to start Outlook, Outlook starts normally with the Spambayes addin active. However, this creates other problems for me as one of the Outlook archive files is on a domain based network drive. Running as the Administrator for just this application does not allow me to log into this network drive when I am already logged into the drive with my own local machine account. Right now, I shut down Outlook as seldom as possible and use Vista's sleep mode. Jim Johnson ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1672412&group_id=61702 From noreply at sourceforge.net Fri Jun 8 18:01:02 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Fri, 08 Jun 2007 09:01:02 -0700 Subject: [spambayes-bugs] [ spambayes-Bugs-1619690 ] Error initializing addin under Outlook 2007 / Vista Ultimate Message-ID: Bugs item #1619690, was opened at 2006-12-20 14:37 Message generated for change (Comment added) made by serenityconsult You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1619690&group_id=61702 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Outlook Group: 1.1.x Status: Open Resolution: None Priority: 6 Private: No Submitted By: Nick Jackson (jacksonj04) Assigned to: Nobody/Anonymous (nobody) Summary: Error initializing addin under Outlook 2007 / Vista Ultimate Initial Comment: Trying to run SpamBayes under Outlook 2007 on Vista Ultimate returns: There was an error initializing the SpamBayes addin Please re-start Outlook and try again. This has no affect on the error, nor does removing the configuration, database, or even uninstalling and reinstalling (Although the toolbar seems to get stuck as an option even efter uninstall). SpamBayes was working on this configuration previously, I have no idea what's changed but it did coincide with Patch Tuesday. The only things I can see which may have changed it (According to Windows Update) are some definition updates for Windows Mail and Windows Defender. I have not made any changes to my Office configuration, nor installed any applications which rely on the Outlook database since SpamBayes was working. Other apps seem to talk to the database OK, including iTunes, Nokia PC Sync and Mobile Device Center. I did have an issue where Outlook seemed to 'forget' its default profile settings, but this has since resolved itself. Latest log file attached. ---------------------------------------------------------------------- Comment By: Serenity Consulting (serenityconsult) Date: 2007-06-08 11:01 Message: Logged In: YES user_id=1812098 Originator: NO You may already know this information, but I'll pass it along... I am sucessfully (sort of) running Spambayes 1.1a2 with Outlook 2007 under Vista. I had no problems running Spambayes 1.0.4 under Outlook 2003 and Vista (I did an inplace upgrade from XP to Vista - and subsequently did an inplace upgrade from Office 2003 to Office 2007). Here is my current status... Running with UAC active -Outlook 2007 will crash on startup if the Spambayes addin is installed. Outlook will continue to crash until you give it permission to disable the Spambayes addin. Once Outlook 2007 has started, I can go to the Trust Center, remove the Spambayes addin, then without leaving the Trust Center, add the Spambayes addin. Next I go under Help and enable the disabled Spambayes addin. Spambayes runs great until I shut down Outlook and have to do the above all over again. I have tried de-activating Spambayes (as opposed to removing it) prior to shut down. This does not work. The addin must be disabled - however I am not aware of any user accessible tool within Outlook that would allow me to do this prior to closing Outlook. If I use the 'Run as Administrator' option to start Outlook, Outlook starts normally with the Spambayes addin active. However, this creates other problems for me as one of the Outlook archive files is on a domain based network drive. Running as the Administrator for just this application does not allow me to log into this network drive when I am already logged into the drive with my own local machine account. Right now, I shut down Outlook as seldom as possible and use Vista's sleep mode. Jim Johnson ---------------------------------------------------------------------- Comment By: Eric Roberts (woad2112) Date: 2007-02-07 22:10 Message: Logged In: YES user_id=1526382 Originator: NO The the appcompat.txt that Vista produces in regards to the error. I tried "icacls spambayes /grant users:F /T" and that had no effect...other that corrupting my pst file ;-) I was able to recover it luckily. I hope you guys can fix this...SB is the best...I hate not being able to use it. Problem Event Name: PCA2 Problem Signature 01: spambayes-1.1a2.exe Problem Signature 02: 0.0.0.0 Problem Signature 03: SpamBayes Setup Problem Signature 04: unknown Problem Signature 05: unknown Problem Signature 06: 1 Problem Signature 07: 201 OS Version: 6.0.6000.2.0.0.256.1 Locale ID: 1033 ---------------------------------------------------------------------- Comment By: weloytty (weloytty) Date: 2007-01-07 20:22 Message: Logged In: YES user_id=1686062 Originator: NO It appears that during initialization, spambayes is trying to create files under \program files\spambayes, which normal users cannot do under vista. You can either always run outlook as administrator (right click, run as administrator), or change the perms under \program files\spambayes. You can probably get very granular with what to allow, etc, but I just went to c:\program files with an elevated command prompt and did icacls spambayes /grant users:F /T ---------------------------------------------------------------------- Comment By: Nick Jackson (jacksonj04) Date: 2006-12-26 17:28 Message: Logged In: YES user_id=620331 Originator: YES This issue still occurs following a complete format and re-install of Vista and Office. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1619690&group_id=61702 From noreply at sourceforge.net Mon Jun 11 11:05:20 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 11 Jun 2007 02:05:20 -0700 Subject: [spambayes-bugs] [ spambayes-Bugs-1734840 ] reformating name of attachement breaks gpg signature Message-ID: Bugs item #1734840, was opened at 2007-06-11 11:05 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=1734840&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: hammie Group: 1.0.4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Alexandre Fayolle (afayolle) Assigned to: Nobody/Anonymous (nobody) Summary: reformating name of attachement breaks gpg signature Initial Comment: This bug was submitted on the Debian bug tracker at http://bugs.debian.org/427126 When processing a mail with an attached file with a filename longer than 40 characters, the sb_filter.py script reformats the content of the mail by introducing a linebreak. Thus it changes the content of a signed email, making the signature invalid. As I am using it as a filter for incoming mail by procmail, it reproduceable breaks certain signed mails. Here is a minimal example. Start with the following file: --------------------minimal-example.mail-------------------- >From xxxxxxxxxxxx at xxx.xx Fri Jun 1 13:26:51 2007 From: xxxxx xxxxxxx To: xxxxx xxxxxxx Subject: Minimal Spambayes Example MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="ikeVEW9yuYc//A+q" Content-Disposition: inline Status: RO Content-Length: 392 Lines: 14 --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline This is a minimal example which makes Spambayes break every signature. --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="file-with-a-name-longer-than-40-letters.txt" This file has a too long name, hence breaks SpamBayes. --ikeVEW9yuYc//A+q-- ------------------------------------------------------------ Process it manually with: $ /usr/bin/sb_filter.py output.mail It results to the file: --------------------output.mail----------------------------- >From xxxxxxxxxxxx at xxx.xx Fri Jun 1 13:26:51 2007 From: xxxxx xxxxxxx To: xxxxx xxxxxxx Subject: Minimal Spambayes Example MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="ikeVEW9yuYc//A+q" Content-Disposition: inline Status: RO Content-Length: 392 Lines: 14 X-Spambayes-Classification: ham; 0.13 --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline This is a minimal example which makes Spambayes break every signature. --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="file-with-a-name-longer-than-40-letters.txt" This file has a too long name, hence breaks SpamBayes. --ikeVEW9yuYc//A+q-- ------------------------------------------------------------ As sb_filter.py apparently introduces a linebreak after the "attachment;", gpg (of course) will fail to verify a possible signature on this mail. I found this by getting a mail with a bad signature sent by myself, which was very annoying. If have no fix for this, but for me the error looks like spambayes is intentionally reformatting this Content-Disposition line, which should be preserved, at least when the mail is signed. This is my first bug-report to debian, so please tell me if you need more information from me or if could help in another way. Best regards, Mark -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-k7 Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) Versions of packages spambayes depends on: ii python 2.4.4-2 An interactive high-level object-o ii python-central 0.5.12 register and build utility for Pyt ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1734840&group_id=61702 From noreply at sourceforge.net Sat Jun 23 14:05:31 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Sat, 23 Jun 2007 05:05:31 -0700 Subject: [spambayes-bugs] [ spambayes-Feature Requests-1596309 ] Outlook 2007 RTM Support Message-ID: Feature Requests item #1596309, was opened at 2006-11-14 14:30 Message generated for change (Comment added) made by jbb007 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498106&aid=1596309&group_id=61702 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Outlook Group: Next Release (example) Status: Open Priority: 5 Private: No Submitted By: Omer van Kloeten (ovanklot) Assigned to: Mark Hammond (mhammond) Summary: Outlook 2007 RTM Support Initial Comment: Please add support for Outlook 2007. I have even decided to postpone installing it until SpamBayes works under it :) ---------------------------------------------------------------------- Comment By: Jarouch (jbb007) Date: 2007-06-23 14:05 Message: Logged In: YES user_id=675063 Originator: NO Please - add support for Outlook 2007. Spam is killing me... :-O Thanks. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498106&aid=1596309&group_id=61702 From noreply at sourceforge.net Tue Jun 26 13:12:34 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 26 Jun 2007 04:12:34 -0700 Subject: [spambayes-bugs] [ spambayes-Bugs-1743468 ] 1.1.a3 Failed to load database Message-ID: Bugs item #1743468, was opened at 2007-06-26 13:12 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1743468&group_id=61702 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Outlook Group: 1.1.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: Honza MACH (janmach) Assigned to: Nobody/Anonymous (nobody) Summary: 1.1.a3 Failed to load database Initial Comment: I've installed 1.1.a3 (a4 has no exe) over 1.0.4, confirmed database conversion. After that I couldn't start Outlook with Spambayes plugin, the message says something about bad database, plugin is disabled, I can't get to Spambayes manager (there are no items in the Spambayes menu, the menu is completely empty). I think there was problem with database conversion. I've unistalled 1.1.a3, installed 1.0.4 and everything is working OK, including old trained database (so there is probably another bug - old database wasn't unistalled, deleted). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1743468&group_id=61702 From noreply at sourceforge.net Wed Jun 27 09:31:59 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 27 Jun 2007 00:31:59 -0700 Subject: [spambayes-bugs] [ spambayes-Patches-1744017 ] wrong statement in sb_server.py Message-ID: Patches item #1744017, was opened at 2007-06-27 09:31 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1744017&group_id=61702 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Uwe Hoffmann (qual) Assigned to: Nobody/Anonymous (nobody) Summary: wrong statement in sb_server.py Initial Comment: reference to http://mail.python.org/pipermail/spambayes-dev/2007-March/003870.html "spambayes binary 1.1a3 fails to install,Error 500 + database hangs" I think this can be attributed (even in 1.1a4) to the line spambayes.message.Message.message_info_db = None (sb_server.py 801 in 1.1a4) If i change it to spambayes.message.Message().message_info_db = None everything is fine for me. It's also not clear to me, why State().close() is not called for all spambayes instances, but only for me and the error reports you mention. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1744017&group_id=61702 From noreply at sourceforge.net Wed Jun 27 12:38:22 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 27 Jun 2007 03:38:22 -0700 Subject: [spambayes-bugs] [ spambayes-Patches-1744017 ] wrong statement in sb_server.py Message-ID: Patches item #1744017, was opened at 2007-06-27 02:31 Message generated for change (Comment added) made by montanaro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1744017&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: Pending >Resolution: Accepted Priority: 5 Private: No Submitted By: Uwe Hoffmann (qual) >Assigned to: Tony Meyer (anadelonbrin) Summary: wrong statement in sb_server.py Initial Comment: reference to http://mail.python.org/pipermail/spambayes-dev/2007-March/003870.html "spambayes binary 1.1a3 fails to install,Error 500 + database hangs" I think this can be attributed (even in 1.1a4) to the line spambayes.message.Message.message_info_db = None (sb_server.py 801 in 1.1a4) If i change it to spambayes.message.Message().message_info_db = None everything is fine for me. It's also not clear to me, why State().close() is not called for all spambayes instances, but only for me and the error reports you mention. ---------------------------------------------------------------------- >Comment By: Skip Montanaro (montanaro) Date: 2007-06-27 05:38 Message: Logged In: YES user_id=44345 Originator: NO I believe you're correct. I had already found and fixed this in the new core_server.py application. I checked in the change you suggested (sb_server.py 1.52). I marked this ticket pending and assigned to Tony as he indicated that he hoped to cut an Outlook installer release in the next couple days. I'm not sure what your last statement about State().close() refers to. Can you elaborate? Thanks, Skip Montanaro ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1744017&group_id=61702 From noreply at sourceforge.net Wed Jun 27 22:51:57 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 27 Jun 2007 13:51:57 -0700 Subject: [spambayes-bugs] [ spambayes-Patches-1744017 ] wrong statement in sb_server.py Message-ID: Patches item #1744017, was opened at 2007-06-27 09:31 Message generated for change (Comment added) made by qual You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1744017&group_id=61702 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Open >Resolution: None Priority: 5 Private: No Submitted By: Uwe Hoffmann (qual) >Assigned to: Nobody/Anonymous (nobody) Summary: wrong statement in sb_server.py Initial Comment: reference to http://mail.python.org/pipermail/spambayes-dev/2007-March/003870.html "spambayes binary 1.1a3 fails to install,Error 500 + database hangs" I think this can be attributed (even in 1.1a4) to the line spambayes.message.Message.message_info_db = None (sb_server.py 801 in 1.1a4) If i change it to spambayes.message.Message().message_info_db = None everything is fine for me. It's also not clear to me, why State().close() is not called for all spambayes instances, but only for me and the error reports you mention. ---------------------------------------------------------------------- >Comment By: Uwe Hoffmann (qual) Date: 2007-06-27 22:51 Message: Logged In: YES user_id=337146 Originator: YES >> everything is fine for me I meant I can save the configuration via web. There are further problems e.g. i always see "Total emails trained" == 0. >> I'm not sure what your last statement about State().close() >> refers to. Can you elaborate? well I think there must be people who use sb_server.py (1.1a3,1.1a4) without problems. So i thought that State().close() ( i mean close() is called for some State instance) is only called in my (or for a handful other people) environment. Otherwise nobody can use sb_server.py . Therefore calling State.close() is only a followup error resulting from another problem. ---------------------------------------------------------------------- Comment By: Skip Montanaro (montanaro) Date: 2007-06-27 12:38 Message: Logged In: YES user_id=44345 Originator: NO I believe you're correct. I had already found and fixed this in the new core_server.py application. I checked in the change you suggested (sb_server.py 1.52). I marked this ticket pending and assigned to Tony as he indicated that he hoped to cut an Outlook installer release in the next couple days. I'm not sure what your last statement about State().close() refers to. Can you elaborate? Thanks, Skip Montanaro ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498105&aid=1744017&group_id=61702 From noreply at sourceforge.net Thu Jun 28 09:39:17 2007 From: noreply at sourceforge.net (SourceForge.net) Date: Thu, 28 Jun 2007 00:39:17 -0700 Subject: [spambayes-bugs] [ spambayes-Bugs-1743468 ] 1.1.a3 Failed to load database Message-ID: Bugs item #1743468, was opened at 2007-06-26 21:12 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1743468&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: Pending Resolution: None Priority: 5 Private: No Submitted By: Honza MACH (janmach) Assigned to: Nobody/Anonymous (nobody) Summary: 1.1.a3 Failed to load database Initial Comment: I've installed 1.1.a3 (a4 has no exe) over 1.0.4, confirmed database conversion. After that I couldn't start Outlook with Spambayes plugin, the message says something about bad database, plugin is disabled, I can't get to Spambayes manager (there are no items in the Spambayes menu, the menu is completely empty). I think there was problem with database conversion. I've unistalled 1.1.a3, installed 1.0.4 and everything is working OK, including old trained database (so there is probably another bug - old database wasn't unistalled, deleted). ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2007-06-28 17:39 Message: Logged In: YES user_id=14198 Originator: NO please attach the log file (see the FAQ for details) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1743468&group_id=61702