From camp695 at quixnet.net Mon May 2 20:51:58 2011 From: camp695 at quixnet.net (campbell) Date: Mon, 2 May 2011 11:51:58 -0700 Subject: [Spambayes] Spam Bayes does not show up on Outlook 2010 Message-ID: <001201cc08fa$07ca0cb0$175e2610$@quixnet.net> Hello Spam Bayes, I have downloaded your program on a new computer successfully but it does not show up the first time I open Outlook. How can I get it to start? Thanks Jim Campbell 831-214-3927 -------------- next part -------------- An HTML attachment was scrubbed... URL: From dale at BriannasSaladDressing.com Wed May 4 23:23:20 2011 From: dale at BriannasSaladDressing.com (Dale Schroeder) Date: Wed, 04 May 2011 16:23:20 -0500 Subject: [Spambayes] Bug solution for Spambayes In-Reply-To: <19830.55259.401408.494213@montanaro.dyndns.org> References: <4D64295F.90901@gmx.de> <19816.3717.813624.474521@montanaro.dyndns.org> <4D76A0EE.9020701@BriannasSaladDressing.com> <19830.55259.401408.494213@montanaro.dyndns.org> Message-ID: <4DC1C3C8.1040109@BriannasSaladDressing.com> On 03/08/2011 7:28 PM, skip at pobox.com wrote: > Dale> Although the build happens and the correct dependencies are > Dale> applied, this is what I got when I tried to run it. > > Dale> Traceback (most recent call last): > Dale> File "/usr/bin/sb_server.py", line 96, in > Dale> from spambayes import Dibbler > Dale> File "/usr/lib/python2.5/site-packages/spambayes/Dibbler.py", line 186, in > Dale> from spambayes import asyncore, asynchat > Dale> ImportError: cannot import name asyncore > > Hmmm... Looks like asyncore (and probably asynchat) probably didn't make it > into the distribution. I maybe have a messed up manifest. I'll take a > look. > > Skip > Well, today Debian provided an update to python that prevents the use of all Spambayes versions. I had been running 1.1a6 with python 2.5. Attempting that combination now yields: Traceback ( most recent call last): File "/usr/bin/sb_server.py", line 93, in import spambayes.message ImportError: No module named spambayes.message Summarizing the current situation: The official Debian version of 1.04 starts and allows email through, but training yields only error messages and no actual training occurs. Version 1.1a6 will not start due to the spambayes.message module problem mentioned above. Version 1.1b1 has the problems with asyncore and asynchat outlined at the top and also will not start. I don't really know how to proceed at this point. Thanks, Dale _Current python packages:_ ii libpython2.6 2.6.6-10 ii python2.5 2.5.5-11 ii python2.5-minimal 2.5.5-11 ii python2.6 2.6.6-10 ii python 2.6.6-14 ii python2.6-minimal 2.6.6-10 ii python-cairo 1.8.8-1+b1 ii python-central 0.6.17 ii python-dbus 0.83.1-1+b1 ii python-dns 2.3.5-2 ii python-gobject 2.28.3-2 ii python-gobject-cairo 2.28.3-2 ii python-imaging 1.1.7-2+b1 ii python-lockfile 1:0.8-2 ii python-minimal 2.6.6-14 ii python-pexpect 2.3-1 ii python-pkg-resources 0.6.15-2 ii python-setuptools 0.6.15-2 ii python-support 1.0.13 _Version 1.04 training errors:_ *Training... * *500 Server error* *Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/spambayes/Dibbler.py", line 470, in found_terminator getattr(plugin, name)(**params) File "/usr/lib/pymodules/python2.6/spambayes/ProxyUI.py", line 399, in onReview self.flush() File "/usr/lib/pymodules/python2.6/spambayes/Dibbler.py", line 706, in flush return self._handler.flush() File "/usr/lib/pymodules/python2.6/spambayes/Dibbler.py", line 221, in flush while (self.producer_fifo or self.ac_out_buffer) and not self._closed: File "/usr/lib/python2.6/asyncore.py", line 406, in __getattr__ %(self.__class__.__name__, attr)) AttributeError: _HTTPHandler instance has no attribute 'ac_out_buffer' * -------------- next part -------------- An HTML attachment was scrubbed... URL: From skip at pobox.com Thu May 5 15:51:46 2011 From: skip at pobox.com (skip at pobox.com) Date: Thu, 5 May 2011 08:51:46 -0500 Subject: [Spambayes] Bug solution for Spambayes In-Reply-To: <4DC1C3C8.1040109@BriannasSaladDressing.com> References: <4D64295F.90901@gmx.de> <19816.3717.813624.474521@montanaro.dyndns.org> <4D76A0EE.9020701@BriannasSaladDressing.com> <19830.55259.401408.494213@montanaro.dyndns.org> <4DC1C3C8.1040109@BriannasSaladDressing.com> Message-ID: <19906.43890.66908.50222@montanaro.dyndns.org> Dale> Although the build happens and the correct dependencies are Dale> applied, this is what I got when I tried to run it. Dale> Traceback (most recent call last): Dale> File "/usr/bin/sb_server.py", line 96, in Dale> from spambayes import Dibbler Dale> File "/usr/lib/python2.5/site-packages/spambayes/Dibbler.py", line 186, in Dale> from spambayes import asyncore, asynchat Dale> ImportError: cannot import name asyncore Dale> Hmmm... Looks like asyncore (and probably asynchat) probably Dale> didn't make it into the distribution. I maybe have a messed Dale> up manifest. I'll take a look. My apologies for not getting to this sooner. Dale> Well, today Debian provided an update to python that prevents the Dale> use of all Spambayes versions. I had been running 1.1a6 with Dale> python 2.5. Attempting that combination now yields: ... Dale> Version 1.1b1 has the problems with asyncore and asynchat outlined Dale> at the top and also will not start. Dale> I don't really know how to proceed at this point. As it turns out distutils has a bug which causes it to not rebuild the MANIFEST file in many situations, so the new asyncore and asynchat modules were not incorporated into the original 1.1b1 release. I fixed that problem today and created a new 1.1b1 source release. It's available in the usual place: http://pypi.python.org/pypi?:action=display&name=spambayes Before uploading it I verified that the new files were included: % tar tfz dist/spambayes-1.1b1.tar.gz | egrep async spambayes-1.1b1/Outlook2000/dialogs/async_processor.py spambayes-1.1b1/spambayes/asynchat.py spambayes-1.1b1/spambayes/asyncore.py Please have the Debian folks regenerate their SpamBayes package. -- Skip Montanaro - skip at pobox.com - http://www.smontanaro.net/ From dale at BriannasSaladDressing.com Fri May 6 18:17:43 2011 From: dale at BriannasSaladDressing.com (Dale Schroeder) Date: Fri, 06 May 2011 11:17:43 -0500 Subject: [Spambayes] Bug solution for Spambayes In-Reply-To: <19906.43890.66908.50222@montanaro.dyndns.org> References: <4D64295F.90901@gmx.de> <19816.3717.813624.474521@montanaro.dyndns.org> <4D76A0EE.9020701@BriannasSaladDressing.com> <19830.55259.401408.494213@montanaro.dyndns.org> <4DC1C3C8.1040109@BriannasSaladDressing.com> <19906.43890.66908.50222@montanaro.dyndns.org> Message-ID: <4DC41F27.9010805@BriannasSaladDressing.com> On 05/05/2011 8:51 AM, skip at pobox.com wrote: > Dale> Although the build happens and the correct dependencies are > Dale> applied, this is what I got when I tried to run it. > > Dale> Traceback (most recent call last): > Dale> File "/usr/bin/sb_server.py", line 96, in > Dale> from spambayes import Dibbler > Dale> File "/usr/lib/python2.5/site-packages/spambayes/Dibbler.py", line 186, in > Dale> from spambayes import asyncore, asynchat > Dale> ImportError: cannot import name asyncore > > Dale> Hmmm... Looks like asyncore (and probably asynchat) probably > Dale> didn't make it into the distribution. I maybe have a messed > Dale> up manifest. I'll take a look. > > My apologies for not getting to this sooner. No apologies necessary - just glad you're willing and able to do it. > > Dale> Well, today Debian provided an update to python that prevents the > Dale> use of all Spambayes versions. I had been running 1.1a6 with > Dale> python 2.5. Attempting that combination now yields: > > ... > > Dale> Version 1.1b1 has the problems with asyncore and asynchat outlined > Dale> at the top and also will not start. > > Dale> I don't really know how to proceed at this point. > > As it turns out distutils has a bug which causes it to not rebuild the > MANIFEST file in many situations, so the new asyncore and asynchat modules > were not incorporated into the original 1.1b1 release. I fixed that problem > today and created a new 1.1b1 source release. It's available in the usual > place: > > http://pypi.python.org/pypi?:action=display&name=spambayes > > Before uploading it I verified that the new files were included: > > % tar tfz dist/spambayes-1.1b1.tar.gz | egrep async > spambayes-1.1b1/Outlook2000/dialogs/async_processor.py > spambayes-1.1b1/spambayes/asynchat.py > spambayes-1.1b1/spambayes/asyncore.py > > Please have the Debian folks regenerate their SpamBayes package. > I went live with 1.1b1 today, and all has gone well. It also seems to be somewhat faster than before. Yesterday, I tested with python 2.6 and 2.7 - both worked. For Debian users: I used python-stdeb to build the .deb package. Unlike version 1.1a6, 1.1b1 would only work on the system on which it was built - even though all python packages were of the same version between systems. Specifically, the .deb that was built on the test system installed on the production system, started on the production system, but would throw error messages when attempting to train email. I did not put any effort into finding out why this happened, so it may or may not be universally applicable. Skip, thank you very much for fixing this. It is much appreciated. Alexandre, please consider making this version an official Debian package. Dale From PeterL at hvc.RR.com Mon May 9 00:36:06 2011 From: PeterL at hvc.RR.com (Peter Liepmann) Date: Sun, 08 May 2011 18:36:06 -0400 Subject: [Spambayes] Password visible in SB Proxy V 1.1b2 Message-ID: <4DC71AD6.6010307@hvc.RR.com> On the advancedconfig page, the password for the email account is visible in plain text. This creates a potentially severe security problem- if someone had access to my computer for just a few seconds, they could pull the password for my main email, and then have access to whatever else they wanted. (Go to bank site- use 'forgot password'- get password mailed to now no longer secure email, snag that, then start withdrawing money or whatever.) Is this just a glitch because of the weird version, or is this a pervasive problem? Thanks! From skip at pobox.com Mon May 9 03:32:46 2011 From: skip at pobox.com (skip at pobox.com) Date: Sun, 8 May 2011 20:32:46 -0500 Subject: [Spambayes] Password visible in SB Proxy V 1.1b2 In-Reply-To: <4DC71AD6.6010307@hvc.RR.com> References: <4DC71AD6.6010307@hvc.RR.com> Message-ID: <19911.17470.760945.116009@montanaro.dyndns.org> Peter> On the advancedconfig page, the password for the email account is Peter> visible in plain text. This creates a potentially severe Peter> security problem- if someone had access to my computer for just a Peter> few seconds, they could pull the password for my main email, and Peter> then have access to whatever else they wanted. (Go to bank site- Peter> use 'forgot password'- get password mailed to now no longer Peter> secure email, snag that, then start withdrawing money or Peter> whatever.) Peter> Is this just a glitch because of the weird version, or is this a Peter> pervasive problem? Thanks! Peter, Did this happen previous to 1.1b1 (1.1b2 hasn't been released yet). Do you know what version of Python is being used? -- Skip Montanaro - skip at pobox.com - http://www.smontanaro.net/ From skip at pobox.com Mon May 9 11:39:41 2011 From: skip at pobox.com (skip at pobox.com) Date: Mon, 9 May 2011 04:39:41 -0500 Subject: [Spambayes] Password visible in SB Proxy V 1.1b2 In-Reply-To: <4DC75579.6040409@hvc.RR.com> References: <4DC71AD6.6010307@hvc.RR.com> <19911.17470.760945.116009@montanaro.dyndns.org> <4DC75579.6040409@hvc.RR.com> Message-ID: <19911.46685.512735.11004@montanaro.dyndns.org> Peter> Can I just replace my current spambayes files/reinstall with the Peter> 1.1a6 files? Does 1.1a6 hide the email password better? That's the rub. Nothing related to the user interface has changed in a long while. I'd be surprised if any older version behaved differently. I'm not the author of the POP3 proxy application, so it will probably take me awhile to figure out where it's even generating the password entry. Skip From dale at BriannasSaladDressing.com Mon May 9 14:50:21 2011 From: dale at BriannasSaladDressing.com (Dale Schroeder) Date: Mon, 09 May 2011 07:50:21 -0500 Subject: [Spambayes] ham,Re: Password visible in SB Proxy V 1.1b2 In-Reply-To: <19911.46685.512735.11004@montanaro.dyndns.org> References: <4DC71AD6.6010307@hvc.RR.com> <19911.17470.760945.116009@montanaro.dyndns.org> <4DC75579.6040409@hvc.RR.com> <19911.46685.512735.11004@montanaro.dyndns.org> Message-ID: <4DC7E30D.4030808@BriannasSaladDressing.com> On 05/09/2011 4:39 AM, skip at pobox.com wrote: > Peter> Can I just replace my current spambayes files/reinstall with the > Peter> 1.1a6 files? Does 1.1a6 hide the email password better? > > That's the rub. Nothing related to the user interface has changed in a long > while. I'd be surprised if any older version behaved differently. > > I'm not the author of the POP3 proxy application, so it will probably take > me awhile to figure out where it's even generating the password entry. > > Skip > Looking at the Advanced Configuration page in 1.1b1, the only password I can see is for access to the web UI. This password does not have to be (and should not be) identical to the user's email password. Skip is correct when he says this has not changed recently. At the very least, it has been this way since 1.04, circa 2005. Dale From PeterL at hvc.RR.com Mon May 9 14:59:42 2011 From: PeterL at hvc.RR.com (Peter Liepmann) Date: Mon, 09 May 2011 08:59:42 -0400 Subject: [Spambayes] ham,Re: Password visible in SB Proxy V 1.1b2 In-Reply-To: <4DC7E30D.4030808@BriannasSaladDressing.com> References: <4DC71AD6.6010307@hvc.RR.com> <19911.17470.760945.116009@montanaro.dyndns.org> <4DC75579.6040409@hvc.RR.com> <19911.46685.512735.11004@montanaro.dyndns.org> <4DC7E30D.4030808@BriannasSaladDressing.com> Message-ID: <4DC7E53E.6070609@hvc.RR.com> Probably I'm just being stupid. The .ini file doesn't have the POP3 email password in clear? That's just for the web interface? How/where would I enter the email password in the pop3proxy? Is that in email client (Thunderbird)- but that looks at localhost, and sends a password there. More stupidity- does that simply get passed on to the email POP3 server? Sorry for making a false alarm, if that's what I did. On 5/9/2011 8:50 AM, Dale Schroeder wrote: > On 05/09/2011 4:39 AM, skip at pobox.com wrote: >> Peter> Can I just replace my current spambayes >> files/reinstall with the >> Peter> 1.1a6 files? Does 1.1a6 hide the email password better? >> >> That's the rub. Nothing related to the user interface has changed >> in a long >> while. I'd be surprised if any older version behaved differently. >> >> I'm not the author of the POP3 proxy application, so it will >> probably take >> me awhile to figure out where it's even generating the password entry. >> >> Skip >> > Looking at the Advanced Configuration page in 1.1b1, the only > password I can see is for access to the web UI. > This password does not have to be (and should not be) identical to > the user's email password. > > Skip is correct when he says this has not changed recently. At the > very least, it has been this way since 1.04, circa 2005. > > Dale From richie at entrian.com Mon May 9 15:15:56 2011 From: richie at entrian.com (Richie Hindle) Date: Mon, 9 May 2011 14:15:56 +0100 Subject: [Spambayes] ham,Re: Password visible in SB Proxy V 1.1b2 In-Reply-To: <4DC7E53E.6070609@hvc.RR.com> References: <4DC71AD6.6010307@hvc.RR.com> <19911.17470.760945.116009@montanaro.dyndns.org> <4DC75579.6040409@hvc.RR.com> <19911.46685.512735.11004@montanaro.dyndns.org> <4DC7E30D.4030808@BriannasSaladDressing.com> <4DC7E53E.6070609@hvc.RR.com> Message-ID: Hi Peter, > The .ini file doesn't have the POP3 email password in clear? No, it doesn't. >?That's just for the web interface? Correct. You use that if you want to prevent other people on your PC or network from controlling your POP3 proxy. > How/where would I enter the email password in the pop3proxy? ?Is that in > email client (Thunderbird)- Your email client already knows the password - you don't need to change anything there. > More stupidity- does that simply get passed on to the email POP3 server? Stupidity: No. Passing the password on: Yes. Your email client talks to the email server via the proxy - at no point does the proxy itself need the password. The password travels unnoticed through the proxy. > Sorry for making a false alarm, if that's what I did. No problem! -- Richie Hindle richie at entrian.com http://entrian.com/blog http://twitter.com/richiehindle From dale at BriannasSaladDressing.com Mon May 9 15:19:42 2011 From: dale at BriannasSaladDressing.com (Dale Schroeder) Date: Mon, 09 May 2011 08:19:42 -0500 Subject: [Spambayes] Password visible in SB Proxy V 1.1b2 In-Reply-To: <4DC7E53E.6070609@hvc.RR.com> References: <4DC71AD6.6010307@hvc.RR.com> <19911.17470.760945.116009@montanaro.dyndns.org> <4DC75579.6040409@hvc.RR.com> <19911.46685.512735.11004@montanaro.dyndns.org> <4DC7E30D.4030808@BriannasSaladDressing.com> <4DC7E53E.6070609@hvc.RR.com> Message-ID: <4DC7E9EE.2070407@BriannasSaladDressing.com> On 05/09/2011 7:59 AM, Peter Liepmann wrote: > Probably I'm just being stupid. The .ini file doesn't have the POP3 > email password in clear? That's just for the web interface? That is correct. > How/where would I enter the email password in the pop3proxy? Is that > in email client (Thunderbird)- but that looks at localhost, and sends > a password there. I also use Thunderbird, and that is exactly where the email password is stored. > More stupidity- does that simply get passed on to the email POP3 server? Yes. I use one linux Spambayes server for our entire domain, and no user's password is stored in Spambayes. They remain with the email client. > Sorry for making a false alarm, if that's what I did. Enjoy your Spambayes. I've found it to be an excellent bit of software. Dale > > On 5/9/2011 8:50 AM, Dale Schroeder wrote: >> On 05/09/2011 4:39 AM, skip at pobox.com wrote: >>> Peter> Can I just replace my current spambayes files/reinstall >>> with the >>> Peter> 1.1a6 files? Does 1.1a6 hide the email password better? >>> >>> That's the rub. Nothing related to the user interface has changed >>> in a long >>> while. I'd be surprised if any older version behaved differently. >>> >>> I'm not the author of the POP3 proxy application, so it will >>> probably take >>> me awhile to figure out where it's even generating the password entry. >>> >>> Skip >>> >> Looking at the Advanced Configuration page in 1.1b1, the only >> password I can see is for access to the web UI. >> This password does not have to be (and should not be) identical to >> the user's email password. >> >> Skip is correct when he says this has not changed recently. At the >> very least, it has been this way since 1.04, circa 2005. >> >> Dale > . > From PeterL at hvc.RR.com Mon May 9 14:23:49 2011 From: PeterL at hvc.RR.com (Peter Liepmann) Date: Mon, 09 May 2011 08:23:49 -0400 Subject: [Spambayes] Password visible in SB Proxy V 1.1b2 In-Reply-To: <19911.46685.512735.11004@montanaro.dyndns.org> References: <4DC71AD6.6010307@hvc.RR.com> <19911.17470.760945.116009@montanaro.dyndns.org> <4DC75579.6040409@hvc.RR.com> <19911.46685.512735.11004@montanaro.dyndns.org> Message-ID: <4DC7DCD5.4070503@hvc.RR.com> It's on the "configure...advanced configuration....Interface Options about 2/3 down, just above the "Allowed remote POP3 connections: " entry. My guess is, no one ever thought about this particular security threat. How does T-bird protect the password? Maybe (we) could just steal that piece. (You know this already, I'm just thinking out loud-) Really securing the password would mean not just concealing it on the web page, but "Steve Gibson then provides excellent advice to server administrators, in how to secure people's password. What the server administrator needs to do, is to take your password, encrypt it using a long and complex salt value, and then store the hashed value (of the salted password) in the database." Thanks. On 5/9/2011 5:39 AM, skip at pobox.com wrote: > Peter> Can I just replace my current spambayes files/reinstall with the > Peter> 1.1a6 files? Does 1.1a6 hide the email password better? > > That's the rub. Nothing related to the user interface has changed in a long > while. I'd be surprised if any older version behaved differently. > > I'm not the author of the POP3 proxy application, so it will probably take > me awhile to figure out where it's even generating the password entry. > > Skip > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 10.0.1325 / Virus Database: 1500/3625 - Release Date: 05/08/11 > > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 10.0.1325 / Virus Database: 1500/3625 - Release Date: 05/08/11 > > . > From PeterL at hvc.RR.com Mon May 9 04:46:17 2011 From: PeterL at hvc.RR.com (Peter Liepmann) Date: Sun, 08 May 2011 22:46:17 -0400 Subject: [Spambayes] Password visible in SB Proxy V 1.1b2 In-Reply-To: <19911.17470.760945.116009@montanaro.dyndns.org> References: <4DC71AD6.6010307@hvc.RR.com> <19911.17470.760945.116009@montanaro.dyndns.org> Message-ID: <4DC75579.6040409@hvc.RR.com> Did this happen previous to 1.1b1 (1.1b2 hasn't been released yet). The Spambayes version is from Saturday, March 06, 2010, 4:15:56 PM, FWIW -- I probably got it from sourceforge- not sure. Do you know what version of Python is being used? file:///C:/Program%20Files/SpamBayes/lib/pythoncom25.dll Version 2.5.212.7 python25.dll 2.5.2150.1013 win32service.pyd 2.5.213.1 Python version 2.5.2 Using the pop3proxy with Thunderbird. I may have tried to install Thunderbayes, which didn't work..... I reinstalled everything after a HD failure last summer. On looking, bayescustomize.ini also has the password in it in plain text. Can I just replace my current spambayes files/reinstall with the 1.1a6 files? Does 1.1a6 hide the email password better? Thanks! On 5/8/2011 9:32 PM, skip at pobox.com wrote: > Peter> On the advancedconfig page, the password for the email account is > Peter> visible in plain text. This creates a potentially severe > Peter> security problem- if someone had access to my computer for just a > Peter> few seconds, they could pull the password for my main email, and > Peter> then have access to whatever else they wanted. (Go to bank site- > Peter> use 'forgot password'- get password mailed to now no longer > Peter> secure email, snag that, then start withdrawing money or > Peter> whatever.) > > Peter> Is this just a glitch because of the weird version, or is this a > Peter> pervasive problem? Thanks! > > Peter, > > Did this happen previous to 1.1b1 (1.1b2 hasn't been released yet). Do you > know what version of Python is being used? > -------------- next part -------------- An HTML attachment was scrubbed... URL: From roger.stokes at pplnet.co.uk Wed May 11 09:39:39 2011 From: roger.stokes at pplnet.co.uk (Roger Stokes) Date: Wed, 11 May 2011 08:39:39 +0100 Subject: [Spambayes] Add in Message-ID: <000001cc0fae$95b05830$c1110890$@stokes@pplnet.co.uk> I am running Windows 7 Ultimate with Outlook 2007 on a Dell Inspiron 530 machine. I have loaded Spambayes 1.1a6 (and also tried 1.1a4-070629) and I get the message 'There was an error initialising Spambayes add in. Please restart Outlook and try again'. I've read the Help page and searched for the logfile with no success. I can see the Spambayes toolbar in Outlook, but it's non functional. Any ideas would be much appreciated. Thanks and regards Roger Stokes -------------- next part -------------- An HTML attachment was scrubbed... URL: From TTHOMPSON at apcosigns.com Wed May 18 14:18:07 2011 From: TTHOMPSON at apcosigns.com (Tabitha Thompson) Date: Wed, 18 May 2011 08:18:07 -0400 Subject: [Spambayes] SpamBayes in Outlook 2010 Message-ID: <04794279A11BED47A5668184EF53B6560497246D@TITAN.MILKYWAY> Good Morning, I've installed the 1.1a6 version of SpamBayes for MS Outlook 2010 but it will not give me the SpamBayes toolbar like it did in previous versions. I see that the SpamBayes Add in is there and active but I do not get the tool bar. My operating System is Windows 7 Ultimate, I'm running SpamBayes vs. 1.1a6. I have no log files. Is there something else I should try. I've uninstalled and reinstalled but nothing gets it to start working. I love the product, it was great in catching my spam mail in previous versions. Any suggestions would be greatly appreciated. Thanks, Tabitha Thompson APCO Sign Systems Ph: 404-688-9000 Fax: 404-577-3847 http://www.apcosigns.com Need to send me a large file? Click here! ________________________________ Note: This e-mail contains proprietary information and may be confidential. If you are not the intended recipient of this e-mail or if it was received in error, you are hereby notified that any dissemination, distribution or copying of this message is strictly prohibited. If you have received this message in error, you should delete it immediately. ________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 4420 bytes Desc: image001.jpg URL: From hnowak at cincom.com Mon May 23 18:42:36 2011 From: hnowak at cincom.com (Nowak, Helge) Date: Mon, 23 May 2011 17:42:36 +0100 Subject: [Spambayes] can't install SpamBayes on Windows 7 Message-ID: <74996DB2A7D4F849A732A31320BACECE023AD79D@im04.cincom.com> Dear all, I am running Windows 7 64-bit with Outlook 32-bit. I had Outlook 2007 with SpamBayes 1.0.4 working nicely. Now my Outlook had been updated to Outlook 2010. SpamBayes didn't show up after the update. So I thought let's install the latest and greatest SpamBayes. I closed Outlook, uninstalled SpamBayes 1.0.4 and installed 1.1.a6. The installer worked and gave no errors. Yet when opening Outlook the SpamBayes menu is not there. The SpamBayes folder in "Programs (x86)" contains the "bin", "docs", "languages" and "lib" directories. So it isn't a "no write permission in the programs directory" problem. The SpamBayes log has just one entry: Unregistered: SpamBayes.OutlookAddin What am I doing wrong? Or: what else do I have to do to get it working? Many thanks in advance! Helge ************************************************************** Helge Nowak Technical Account Manager Cincom Smalltalk Cincom Systems GmbH & Co. oHG Am Kronberger Hang 4 D-65824 Schwalbach/Ts. Tel.: +49-(0)89-89664494 Mobil: +49-(0)172-7400402 Fax: +49-(0)89-89664495 Email: mailto:hnowak at cincom.com Web: http://www.cincom.com All about Cincom Smalltalk: http://www.cincomsmalltalk.com A standpoint is an intellectual horizon of radius zero. -- Albert Einstein Gesch?ftsf?hrer/Managing Directors: Thomas M. Nies, Gerald L. Shawhan oHG mit Sitz/based in Schwalbach/Ts. (Amtsgericht K?nigstein/Ts. HRA 2653) Pers. haftender Gesellschafter/Partner liable to unlimited extent: Cincom Systems Verwaltungsgesellschaft mbH (Amtsgericht K?nigstein/Ts. HRB 5069) ************************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From andre77_77 at gmx.net Sat May 28 13:10:53 2011 From: andre77_77 at gmx.net (andre77_77 at gmx.net) Date: Sat, 28 May 2011 13:10:53 +0200 Subject: [Spambayes] Bug or an failed installation Message-ID: <007201cc1d27$e908a650$bb19f2f0$@gmx.net> Hello spambayes team, have installed the current version of spambayes 1.1a6 at window 7 and outlook 2010. The installation was complete and the training was running. At the next start of outlook 2010 comes a problem of initiation of spambayes. I have remove the add-in from outlook and install the same ? but the problem is now. Thanks for you troubleshooting Best regards Andr? Beschreibung: Beschreibung: cid:image002.png at 01CBC4A2.6B94EFE0 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 327442 bytes Desc: not available URL: From andre77_77 at gmx.net Sat May 28 13:14:10 2011 From: andre77_77 at gmx.net (andre77_77 at gmx.net) Date: Sat, 28 May 2011 13:14:10 +0200 Subject: [Spambayes] Bug or an failed installation Message-ID: <007801cc1d28$5e3969a0$1aac3ce0$@gmx.net> Hello spambayes team, https://sourceforge.net/tracker/?func=detail &aid=3180105&group_id=61702&atid=498103 Best regards Andr? Beschreibung: Beschreibung: Beschreibung: cid:image002.png at 01CBC4A2.6B94EFE0 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 327442 bytes Desc: not available URL: From anaconda at sulanet.net Sat May 28 18:35:24 2011 From: anaconda at sulanet.net (Marriott Internacional Honduras) Date: Sat, 28 May 2011 10:35:24 -0600 Subject: [Spambayes] 500 Server error Message-ID: 500 Server error Traceback (most recent call last): File "spambayes\Dibbler.pyo", line 476, in found_terminator File "spambayes\UserInterface.pyo", line 883, in onChangeopts File "spambayes\ProxyUI.pyo", line 569, in reReadOptions File "sb_server.pyo", line 981, in _recreateState UnboundLocalError: local variable 'state' referenced before assignment Microsoft outlook 2007 english avg english vista * * *Become a fan to learn about Marriott?s last minute deals!* ** Nicolas Aumond* ANACONDA S. de R. L.* Sales & Customer Service 8000-2122 c?digo 61142550-0387 Marriott International GSA Honduras The Ritz-Carlton Hotel Company Ltd. GSA Honduras -------------- next part -------------- An HTML attachment was scrubbed... URL: From ajsimha at gmail.com Tue May 31 14:21:34 2011 From: ajsimha at gmail.com (Ajay Simha) Date: Tue, 31 May 2011 13:21:34 +0100 Subject: [Spambayes] Spambayes marking good emails as spam Message-ID: Hi, I recently installed Spambayes with Outlook 2007. When I mark emails as "Not spam" I expect subsequent emails from those users and may be even those domains to not be marked as spam. However, repeatedly, I see Spambayes marking & moving valid emails into my junk/junk-suspects folder. Any clues? Thanks /aj -------------- next part -------------- An HTML attachment was scrubbed... URL: From hnowak at cincom.com Tue May 31 15:29:11 2011 From: hnowak at cincom.com (Nowak, Helge) Date: Tue, 31 May 2011 14:29:11 +0100 Subject: [Spambayes] Spambayes marking good emails as spam In-Reply-To: References: Message-ID: <74996DB2A7D4F849A732A31320BACECE024A1AC6@im04.cincom.com> Dear Ajay, if you are a new user: SpamBayes has to learn. The sender is not the only criterion it uses to determine whether something is spam or ham. It will learn quickly. I have been using SpamBayes for years and it very quickly after installation didn't report false positives anymore. BTW: dear Spambayers: any clues why SpamBayes doesn't work with Outlook 2010 on Windows 7? See my and other people's recent posts. TIA Helge Von: spambayes-bounces+hnowak=cincom.com at python.org [mailto:spambayes-bounces+hnowak=cincom.com at python.org] Im Auftrag von Ajay Simha Gesendet: Dienstag, 31. Mai 2011 14:22 An: spambayes at python.org Betreff: [Spambayes] Spambayes marking good emails as spam Hi, I recently installed Spambayes with Outlook 2007. When I mark emails as "Not spam" I expect subsequent emails from those users and may be even those domains to not be marked as spam. However, repeatedly, I see Spambayes marking & moving valid emails into my junk/junk-suspects folder. Any clues? Thanks /aj -------------- next part -------------- An HTML attachment was scrubbed... URL: