From Achim at tratschtante.de Fri Dec 7 10:01:10 2012 From: Achim at tratschtante.de (=?UTF-8?Q?Achim_K=C3=B6nigs?=) Date: Fri, 07 Dec 2012 11:01:10 +0200 Subject: [Spambayes] Issues with web interface on Ubuntu 12.10 Message-ID: <3f27cdbf4e84bec06988c2fce4868bf7@moses.redirectme.net> Hi, I have a strange issue with spambayes since I upgraded to Ubuntu 12.10. In Ubuntu 12.04 everything worked fine... The issue is that the web interface won't load. The browser will hang indefinitely... if I have a look with netstat, then I can see that spambayes is listening on port 8880 and that there is an established connection between the browser and spambayes. But it seems that there is no data transferred. I am using spambayes as Pop3 proxy and that seems to work fine, as does the classification. But I used the web interface for traininig (via Thunderbayes) and this times out, too. :( Also configuration becomes a bit more fuzzy this way. Any ideas on this issue? Is anybody using spambayes on Ubuntu 12.10 successfully? Regards Achim K?nigs From spambayes at oaks.nl Fri Dec 7 09:54:00 2012 From: spambayes at oaks.nl (A. van Eijken) Date: Fri, 07 Dec 2012 09:54:00 +0100 Subject: [Spambayes] Training: No bad or good messages found Message-ID: <6a80166d.1cdd458.3c007b1.4823@oaks.nl> Last week I changed the way I receive messages from my provider. I use Outlook 2003 and until now Spambayes Works fine. To be undependant of where I am, where I can use internet and still be able to receive all my mails in outlook and more important, I can send mails from my outlook. I login into a mailserver (mDeamon). They collect my mails (MAPI). So in outlook the account has changed from POP3 into MAPI, the servers and the folder ?Outlook today? has been changed into ?Oaks e-mail?. I can configure Spambayes to use folders within ?Oaks e-mail? but the training of Spambayes finds no message. No good and no bad one. Why not??? Thanks in advance for your help. Regards Fons I use Windows 7, service pack 1. The print screen below shows the version of Spambayes and the used folders for spam. Manually I move the Junk SPAM messages into SPAM verzameling. That folder is used by the training as ?Folders with spam or other junk messages?(>1000 messages). -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 296028 bytes Desc: not available URL: From Achim at tratschtante.de Sat Dec 8 00:38:28 2012 From: Achim at tratschtante.de (=?UTF-8?B?QWNoaW0gS8O2bmlncw==?=) Date: Sat, 08 Dec 2012 00:38:28 +0100 Subject: [Spambayes] Issues with web interface on Ubuntu 12.10 In-Reply-To: <3f27cdbf4e84bec06988c2fce4868bf7@moses.redirectme.net> References: <3f27cdbf4e84bec06988c2fce4868bf7@moses.redirectme.net> Message-ID: <50C27DF4.6030401@tratschtante.de> Hi, I hope it is not forbidden to answer myself on this list... ;) Am 07.12.2012 10:01, schrieb Achim K?nigs: > I have a strange issue with spambayes since I upgraded to Ubuntu 12.10. > In Ubuntu 12.04 everything worked fine... > > The issue is that the web interface won't load. The browser will hang > indefinitely... if I have a look with netstat, then I can see that > spambayes is listening on port 8880 and that there is an established > connection between the browser and spambayes. But it seems that there > is no data transferred. I found out something more... as soon as a browser connects to the web interface the sb_server process goes to 100% CPU on one core and never returns from that. That looks very much like an endless loop somewhere. I feer I'll have to dig into the code..? Can this be caused by any python component that was updated and changed it's behaviour? > Any ideas on this issue? > Is anybody using spambayes on Ubuntu 12.10 successfully? Still would like to know if anybody uses spambayes on Ubuntu 12.10... Achim K?nigs From Achim at tratschtante.de Thu Dec 13 21:35:06 2012 From: Achim at tratschtante.de (=?UTF-8?B?QWNoaW0gS8O2bmlncw==?=) Date: Thu, 13 Dec 2012 21:35:06 +0100 Subject: [Spambayes] Issues with web interface on Ubuntu 12.10 In-Reply-To: <50C27DF4.6030401@tratschtante.de> References: <3f27cdbf4e84bec06988c2fce4868bf7@moses.redirectme.net> <50C27DF4.6030401@tratschtante.de> Message-ID: <50CA3BFA.6000706@tratschtante.de> Hi, I did some more digging. It runs into an endless loop in Dibbler.py, class BrighterAsyncChat, flush. I'm not sure why... this is with python 2.7.3 As I have no clue how to solve that issue I moved spambayes to a windows box and run it with python 2.6. Maybe someone can fix that sometime... :-( Achim Am 08.12.2012 00:38, schrieb Achim K?nigs: > Hi, > > I hope it is not forbidden to answer myself on this list... ;) > > Am 07.12.2012 10:01, schrieb Achim K?nigs: >> I have a strange issue with spambayes since I upgraded to Ubuntu 12.10. >> In Ubuntu 12.04 everything worked fine... >> >> The issue is that the web interface won't load. The browser will hang >> indefinitely... if I have a look with netstat, then I can see that >> spambayes is listening on port 8880 and that there is an established >> connection between the browser and spambayes. But it seems that there >> is no data transferred. > > I found out something more... as soon as a browser connects to the web > interface the sb_server process goes to 100% CPU on one core and never > returns from that. That looks very much like an endless loop somewhere. > > I feer I'll have to dig into the code..? Can this be caused by any > python component that was updated and changed it's behaviour? > >> Any ideas on this issue? >> Is anybody using spambayes on Ubuntu 12.10 successfully? > Still would like to know if anybody uses spambayes on Ubuntu 12.10... > > > Achim K?nigs > _______________________________________________ > SpamBayes at python.org > http://mail.python.org/mailman/listinfo/spambayes > Info/Unsubscribe: http://mail.python.org/mailman/listinfo/spambayes > Check the FAQ before asking: http://spambayes.sf.net/faq.html From dale at BriannasSaladDressing.com Thu Dec 13 22:49:09 2012 From: dale at BriannasSaladDressing.com (Dale Schroeder) Date: Thu, 13 Dec 2012 15:49:09 -0600 Subject: [Spambayes] Issues with web interface on Ubuntu 12.10 In-Reply-To: <50CA3BFA.6000706@tratschtante.de> References: <3f27cdbf4e84bec06988c2fce4868bf7@moses.redirectme.net> <50C27DF4.6030401@tratschtante.de> <50CA3BFA.6000706@tratschtante.de> Message-ID: <50CA4D55.4080804@BriannasSaladDressing.com> Achim, I had issues on a python upgrade in Debian, but it was going from python 2.5 to 2.6. To get around that problem, Skip released 1.1b1 . For ease of installation, I made a .deb using python-stdeb , which should be in the Ubuntu repositories. The only issue I've had with 1.1b1 is that any time a configuration change is made, the spambayes service has to be manually restarted; excepting that, it works as before. Dale On 12/13/2012 2:35 PM, Achim K?nigs wrote: > Hi, > > I did some more digging. > It runs into an endless loop in Dibbler.py, class BrighterAsyncChat, > flush. I'm not sure why... this is with python 2.7.3 > As I have no clue how to solve that issue I moved spambayes to a > windows box and run it with python 2.6. > Maybe someone can fix that sometime... :-( > > Achim > > Am 08.12.2012 00:38, schrieb Achim K?nigs: >> Hi, >> >> I hope it is not forbidden to answer myself on this list... ;) >> >> Am 07.12.2012 10:01, schrieb Achim K?nigs: >>> I have a strange issue with spambayes since I upgraded to Ubuntu 12.10. >>> In Ubuntu 12.04 everything worked fine... >>> >>> The issue is that the web interface won't load. The browser will >>> hang indefinitely... if I have a look with netstat, then I can see >>> that spambayes is listening on port 8880 and that there is an >>> established connection between the browser and spambayes. But it >>> seems that there is no data transferred. >> >> I found out something more... as soon as a browser connects to the >> web interface the sb_server process goes to 100% CPU on one core and >> never returns from that. That looks very much like an endless loop >> somewhere. >> >> I feer I'll have to dig into the code..? Can this be caused by any >> python component that was updated and changed it's behaviour? >> >>> Any ideas on this issue? >>> Is anybody using spambayes on Ubuntu 12.10 successfully? >> Still would like to know if anybody uses spambayes on Ubuntu 12.10... >> >> >> Achim K?nigs >> _______________________________________________ >> SpamBayes at python.org >> http://mail.python.org/mailman/listinfo/spambayes >> Info/Unsubscribe: http://mail.python.org/mailman/listinfo/spambayes >> Check the FAQ before asking: http://spambayes.sf.net/faq.html > > _______________________________________________ > SpamBayes at python.org > http://mail.python.org/mailman/listinfo/spambayes > Info/Unsubscribe: http://mail.python.org/mailman/listinfo/spambayes > Check the FAQ before asking: http://spambayes.sf.net/faq.html -------------- next part -------------- An HTML attachment was scrubbed... URL: From joe_sansone at partech.com Thu Dec 20 23:59:50 2012 From: joe_sansone at partech.com (Joe Sansone) Date: Thu, 20 Dec 2012 17:59:50 -0500 Subject: [Spambayes] Assistance Message-ID: <78BB25DC8E187B43BFEEB74CB0AF695602747BFC@beasley.PARCorp.Local> Good afternoon. I love your product but have been lost since it currently does not work with my new laptop configuration. My new laptop uses the following: . Windows 7 Professional (Version 6.1 Build 7601: SP1) (64-Bit) . Microsoft Office Professional Plus 2010 (Version 14.0.6129.5000) (64-Bit) I was wondering if your team had any plans on updating the application to support the above configuration. I would appreciate any help you can lend. Happy Holidays, Joe Joe Sansone | Compliance Analyst, Software Solutions Division ParTech, Inc. | 5400 Broken Sound Blvd. Ste 600, Boca Raton, FL 33487 C: 561.245.6011 |(: 954.661.5420 | 7. 561.988.7246 *: Joseph_Sansone at ParTech.com | www.ParTech.com email-signature.jpg -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 28823 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 6331 bytes Desc: not available URL: From gadib at netvision.net.il Fri Dec 21 06:49:31 2012 From: gadib at netvision.net.il (Gadi Ben-Avi) Date: Fri, 21 Dec 2012 07:49:31 +0200 Subject: [Spambayes] Assistance In-Reply-To: <78BB25DC8E187B43BFEEB74CB0AF695602747BFC@beasley.PARCorp.Local> References: <78BB25DC8E187B43BFEEB74CB0AF695602747BFC@beasley.PARCorp.Local> Message-ID: <003601cddf3e$f29f1250$d7dd36f0$@netvision.net.il> Hi Joe, I am using SpamBayes on a similar configuration. The trick is to install SpamBeyes in a directory that is not under C:\Program files. I installed it under c:\spambayes, and it works fine. Gadi From: SpamBayes [mailto:spambayes-bounces+gadib=netvision.net.il at python.org] On Behalf Of Joe Sansone Sent: Friday, December 21, 2012 1:00 AM To: spambayes at python.org Cc: jsansone35 at comcast.net Subject: [Spambayes] Assistance Good afternoon. I love your product but have been lost since it currently does not work with my new laptop configuration. My new laptop uses the following: . Windows 7 Professional (Version 6.1 Build 7601: SP1) (64-Bit) . Microsoft Office Professional Plus 2010 (Version 14.0.6129.5000) (64-Bit) I was wondering if your team had any plans on updating the application to support the above configuration. I would appreciate any help you can lend. Happy Holidays, Joe Joe Sansone | Compliance Analyst, Software Solutions Division ParTech, Inc. | 5400 Broken Sound Blvd. Ste 600, Boca Raton, FL 33487 C: 561.245.6011 |(: 954.661.5420 | 7. 561.988.7246 *:Joseph_Sansone at ParTech.com | www.ParTech.com email-signature.jpg -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 28823 bytes Desc: not available URL: From railmeat at gmail.com Fri Dec 21 20:38:04 2012 From: railmeat at gmail.com (Matt Johnson) Date: Fri, 21 Dec 2012 11:38:04 -0800 Subject: [Spambayes] Assistance In-Reply-To: <78BB25DC8E187B43BFEEB74CB0AF695602747BFC@beasley.PARCorp.Local> References: <78BB25DC8E187B43BFEEB74CB0AF695602747BFC@beasley.PARCorp.Local> Message-ID: Joe, I am using spambayes on Win7x64, however I have the 32 bit version of Office. If you describe what is going wrong maybe someone on this list can help you. -- Matt Johnson On Thu, Dec 20, 2012 at 2:59 PM, Joe Sansone wrote: > Good afternoon.**** > > ** ** > > I love your product but have been lost since it currently does not work > with my new laptop configuration. My new laptop uses the following:**** > > ** ** > > **? **Windows 7 Professional (Version 6.1 Build 7601: SP1) > (64-Bit)**** > > **? **Microsoft Office Professional Plus 2010 (Version > 14.0.6129.5000) (64-Bit)**** > > ** ** > > I was wondering if your team had any plans on updating the application to > support the above configuration. I would appreciate any help you can lend. > **** > > ** ** > > Happy Holidays,**** > > ** ** > > Joe**** > > ** ** > > Joe Sansone | Compliance Analyst, Software Solutions Division**** > > ParTech, Inc. | 5400 Broken Sound Blvd. Ste 600, Boca Raton, FL 33487**** > > C: 561.245.6011 |(: 954.661.5420 | 7. 561.988.7246 **** > > *:Joseph_Sansone at ParTech.com | www.ParTech.com > [image: email-signature.jpg]**** > > ** ** > > _______________________________________________ > SpamBayes at python.org > http://mail.python.org/mailman/listinfo/spambayes > Info/Unsubscribe: http://mail.python.org/mailman/listinfo/spambayes > Check the FAQ before asking: http://spambayes.sf.net/faq.html > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 28823 bytes Desc: not available URL: From joe_sansone at partech.com Fri Dec 21 23:30:19 2012 From: joe_sansone at partech.com (Joe Sansone) Date: Fri, 21 Dec 2012 17:30:19 -0500 Subject: [Spambayes] Assistance Message-ID: <78BB25DC8E187B43BFEEB74CB0AF695602747F9B@beasley.PARCorp.Local> Matt, Thanks for the quick response. I just re-installed SpamBayes version 1.1a6 on my notebook. From several tips and articles I read I chose to install it in a non-default directory. I chose C:\Utils\SpamBayes. The installation completed successfully. However, when I open Outlook I see nothing related to SpamBayes show up. I have looked in: File Tab -> Options -> Add-Ins: I can see SpamBayes listed there. Unfortunately it does not seem to be activated. When I select SpamBayes from the list and then select COM Add-ins I see the following screen: When I select SpamBayes from the list I see the following screen, which shows as an error Unfortunately no matter what I do I cannot get SpamBayes to initialize at start up. Therefore it doesn't work. As I have seen in some web postings, when you manually try to register the Outlook_addin.dll it comes back with the following message: Thanks, Joe From: Matt Johnson [mailto:railmeat at gmail.com] Sent: Friday, December 21, 2012 2:38 PM To: Joe Sansone Cc: spambayes at python.org; jsansone35 at comcast.net Subject: Re: [Spambayes] Assistance Joe, I am using spambayes on Win7x64, however I have the 32 bit version of Office. If you describe what is going wrong maybe someone on this list can help you. -- Matt Johnson On Thu, Dec 20, 2012 at 2:59 PM, Joe Sansone wrote: Good afternoon. I love your product but have been lost since it currently does not work with my new laptop configuration. My new laptop uses the following: . Windows 7 Professional (Version 6.1 Build 7601: SP1) (64-Bit) . Microsoft Office Professional Plus 2010 (Version 14.0.6129.5000) (64-Bit) I was wondering if your team had any plans on updating the application to support the above configuration. I would appreciate any help you can lend. Happy Holidays, Joe Joe Sansone | Compliance Analyst, Software Solutions Division ParTech, Inc. | 5400 Broken Sound Blvd. Ste 600, Boca Raton, FL 33487 C: 561.245.6011 |(: 954.661.5420 | 7. 561.988.7246 *: Joseph_Sansone at ParTech.com | www.ParTech.com email-signature.jpg _______________________________________________ SpamBayes at python.org http://mail.python.org/mailman/listinfo/spambayes Info/Unsubscribe: http://mail.python.org/mailman/listinfo/spambayes Check the FAQ before asking: http://spambayes.sf.net/faq.html -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.jpg Type: image/jpeg Size: 28823 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image008.png Type: image/png Size: 14909 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.jpg Type: image/jpeg Size: 23147 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.jpg Type: image/jpeg Size: 17719 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 6331 bytes Desc: not available URL: From jimlusch at gmail.com Sat Dec 29 18:55:09 2012 From: jimlusch at gmail.com (James Luschwitz) Date: Sat, 29 Dec 2012 09:55:09 -0800 Subject: [Spambayes] Vista 64bit and Outlook 2010 64 bit. Message-ID: <003c01cde5ed$a608d920$f21a8b60$@gmail.com> I recently changed from Vista 64 bit and Outlook 2007 32 bit to Vista and Outlook 2010 64 bit. I get the runtime error and it doesn't load the add-in. I have read many blogs, questions, answers(very limited) , etc., and can't put it all together. So my question is, has anyone got 64 bit outlook to work with SpamBayes? Short of modifying a bunch of code. If not, I can accept that, but I know most people will not. If it is the money, I am sure a lot of people would pay including myself. Spambayes is the best product I have used and would like it back. Could you please respond to this email and let me know the status. Thank you JimL -------------- next part -------------- An HTML attachment was scrubbed... URL: From cavh at comcast.net Sat Dec 29 22:14:51 2012 From: cavh at comcast.net (Christie Hobrook) Date: Sat, 29 Dec 2012 13:14:51 -0800 Subject: [Spambayes] Current SpamBayes Message-ID: <062901cde609$8b3876c0$a1a96440$@comcast.net> I have been using SpamBayes for quite some time. I recently purchased a new laptop with Window 8 and Outlook 2010. From your website, the last entries appear to be circa 2009. Have you guys vapored? Do you know if SpamBayes works on Windows 8 and Outlook 2010? Thanks Jamie Holbrook -------------- next part -------------- An HTML attachment was scrubbed... URL: From railmeat at gmail.com Sat Dec 29 23:11:09 2012 From: railmeat at gmail.com (Matt Johnson) Date: Sat, 29 Dec 2012 14:11:09 -0800 Subject: [Spambayes] Current SpamBayes In-Reply-To: <062901cde609$8b3876c0$a1a96440$@comcast.net> References: <062901cde609$8b3876c0$a1a96440$@comcast.net> Message-ID: There does not seem to have been any action on the spambayes site for a few years. That is sad, I would like to see the project continue. I installed spambayes on Win8 Outlook 2010 and sent this email to the project: "I have installed Spam Bayes 1.1a6 on Windows 8 Pro and Outlook 2010. It was installed disabled for some reason. I enabled it by going to File / Options / Then selecting "Disabled Items" in the Manage drop down at the bottom of the page and clicking the "Go..." button. I selected Spam Bayes and enabled it. I then selected "COM Add-ins" from the Manage drop down and clicked "Go..." I scrolled down to find SpamBayes and checked the check box and clicked OK to back to Outlook. Spam Bayes showed up in Add-Ins tab and seems to work so far." That message has not shown up on the spambayes site, it might be usefule to you and others. I did not note it in my message, but I am using Office 32bit. People seem to be having problems with spambayes on 64 bit Office. Hope that helped. -- Matt Johnson On Sat, Dec 29, 2012 at 1:14 PM, Christie Hobrook wrote: > I have been using SpamBayes for quite some time. I recently purchased a new > laptop with Window 8 and Outlook 2010. From your website, the last entries > appear to be circa 2009. Have you guys vapored? Do you know if SpamBayes > works on Windows 8 and Outlook 2010? > > > > Thanks > > > > Jamie Holbrook > > > _______________________________________________ > SpamBayes at python.org > http://mail.python.org/mailman/listinfo/spambayes > Info/Unsubscribe: http://mail.python.org/mailman/listinfo/spambayes > Check the FAQ before asking: http://spambayes.sf.net/faq.html