From Domenic.Pizzi at lw.com Wed Feb 4 18:09:19 2015 From: Domenic.Pizzi at lw.com (Domenic.Pizzi at lw.com) Date: Wed, 4 Feb 2015 17:09:19 +0000 Subject: [Spambayes] SpamBayes - Potential Conflict with Cisco ViewMail Message-ID: <7C74C59263A55D41B6CCB970336761C93A2EE374@NYEXMB01.lw.com> Good Afternoon, My name is Domenic Pizzi and I am a Technology Analyst for Latham & Watkins. I am writing you to follow up on an issue one of our users is experiencing, as he currently uses your SpamBayes add-in for Outlook 2010. In our environment, we utilize a tool called "Cisco ViewMail"; this Outlook application add-in essentially converts a user's voicemail messages into .wav file and forwards them to their Inbox. When they open said messages, a toolbar appears within, giving them the option to playback the message on their PC speakers or send the playback to their physical desk phone. Our user was originally utilizing SpamBayes V. 1.0.4, but recently updated to the latest version (1.1 a6) due to some issues he was experiencing with the add-in. Suddenly, he is experiencing an issue where the Outlook ViewMail form is being stripped from these voicemail messages automatically, resulting in the need for the entire application to be reinstalled/reconfigured. When we load his profile onto other machines, the form and application work fine, but the messages still do not open properly. Since the only non-standard item within this user's Outlook is SpamBayes, it is our current theory that the add-in is damaging these messages when it performs it's Inbox scan, resulting in a modified/damaged version of the message replicating on the Exchange server. I was wondering if this is something you have encountered before and, if so, is there a fix or workaround for this? Any information you could provide would be extremely helpful, our user is very loyal to your application but does not want to compromise functionality with our firm standard applications. I look forward to hearing back from you. Please call Technology Support if you need any assistance. In the office call #333, from outside the office call 1 866-4 Latham (528426) or e-mail NYTECHNOLOGYSUPPORT at lw.com Thank you, Domenic J. Pizzi Technology Support Analyst LATHAM & WATKINS LLP 885 Third Avenue New York, NY 10022-4834 Direct Dial: +1.212.906.4585 Fax: +1.212.751.4864 Email: domenic.pizzi at lw.com http://www.lw.com ------------------------------------------------------------------------------ This email may contain material that is confidential, privileged and/or attorney work product for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. Latham & Watkins LLP ------------------------------------------------------------------------------ -------------- next part -------------- An HTML attachment was scrubbed... URL: From bcampbell978 at verizon.net Thu Feb 5 02:40:14 2015 From: bcampbell978 at verizon.net (BRUCE CAMPBELL) Date: Wed, 04 Feb 2015 20:40:14 -0500 Subject: [Spambayes] addin won't work Message-ID: <000001d040e4$b0f769b0$12e63d10$@verizon.net> Please tell me how to get the addin to be functional. I have checked that spambayes is installed -------------- next part -------------- An HTML attachment was scrubbed... URL: From bcampbell978 at verizon.net Thu Feb 5 02:40:35 2015 From: bcampbell978 at verizon.net (BRUCE CAMPBELL) Date: Wed, 04 Feb 2015 20:40:35 -0500 Subject: [Spambayes] outlook 2010 is in use. Cannot get spambayes addin to work Message-ID: <000501d040e4$bd0cd3c0$37267b40$@verizon.net> -------------- next part -------------- An HTML attachment was scrubbed... URL: From septet at verizon.net Wed Feb 18 18:17:39 2015 From: septet at verizon.net (Robert T. Roither) Date: Wed, 18 Feb 2015 12:17:39 -0500 Subject: [Spambayes] Malicious Software? Message-ID: <60CA9C9026514C75937ECDABAB3B4E74@rob> 'Webroot Secure Anywhere' has identified the downloaded file "spambayes-1.1a6.exe as containing W32.Malware.Gen. Any truth to that rumor? -------------- next part -------------- An HTML attachment was scrubbed... URL: From skip.montanaro at gmail.com Wed Feb 18 21:40:37 2015 From: skip.montanaro at gmail.com (Skip Montanaro) Date: Wed, 18 Feb 2015 14:40:37 -0600 Subject: [Spambayes] Malicious Software? In-Reply-To: <60CA9C9026514C75937ECDABAB3B4E74@rob> References: <60CA9C9026514C75937ECDABAB3B4E74@rob> Message-ID: On Wed, Feb 18, 2015 at 11:17 AM, Robert T. Roither wrote: > 'Webroot Secure Anywhere' has identified the downloaded file > "spambayes-1.1a6.exe as containing W32.Malware.Gen. > Any truth to that rumor? > Highly unlikely, but you should open a ticket with the Webroot folks: http://www.webroot.com/us/en/support/support-business Skip -------------- next part -------------- An HTML attachment was scrubbed... URL: From septet at verizon.net Thu Feb 19 17:22:01 2015 From: septet at verizon.net (Robert T. Roither) Date: Thu, 19 Feb 2015 11:22:01 -0500 Subject: [Spambayes] Configuration error Message-ID: I get the following error messages when I click the save button on the configuration page (http://localhost:8880/config) : 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 I'm running up to date XP home with outlook express. Any suggestions? -------------- next part -------------- An HTML attachment was scrubbed... URL: From skip.montanaro at gmail.com Thu Feb 19 19:15:56 2015 From: skip.montanaro at gmail.com (Skip Montanaro) Date: Thu, 19 Feb 2015 12:15:56 -0600 Subject: [Spambayes] Configuration error In-Reply-To: References: Message-ID: On Thu, Feb 19, 2015 at 10:22 AM, Robert T. Roither wrote: > I get the following error messages when I click the save button on the > configuration page (http://localhost:8880/config) : > > *...* > > > *UnboundLocalError: local variable 'state' referenced before assignment* > I'm running up to date XP home with outlook express. > > Any suggestions? > > Looking at the code, I can see how that would be a problem. Not sure why it would be turning up now. That function needs a "global state" statement. If you have easy access to the code, you can replace the definition of the _recreateState function with this (singla change is in bold): def _recreateState(): # Close the existing listeners and create new ones. This won't # affect any running proxies - once a listener has created a proxy, # that proxy is then independent of it. # (but won't closing the database screw them?) *global state* for proxy in proxyListeners: proxy.close() del proxyListeners[:] if state.prepared: # Close the state (which saves if necessary) state.close() # And get a new one going. state = State() prepare() _createProxies(state.servers, state.proxyPorts) return state Let me know how it goes. I have no way to generate a new installer, but will try to remember to check in the fix in case someone in the distant future ever decides to work on SpamBayes again. Skip -------------- next part -------------- An HTML attachment was scrubbed... URL: From dale at BriannasSaladDressing.com Thu Feb 19 19:16:51 2015 From: dale at BriannasSaladDressing.com (Dale Schroeder) Date: Thu, 19 Feb 2015 12:16:51 -0600 Subject: [Spambayes] Configuration error In-Reply-To: References: Message-ID: <54E62893.9010208@BriannasSaladDressing.com> Robert, It's been my experience that these error messages are thrown after each configuration change. If your system is acting like mine, restart Spambayes, after which you will find that your changes are saved and the program is functioning normally. I don't have a "why" answer; it's just the way it is. Dale On 02/19/2015 10:22 AM, Robert T. Roither wrote: > I get the following error messages when I click the save button on the > configuration page (http://localhost:8880/config) : > *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 > * > I'm running up to date XP home with outlook express. > Any suggestions? > > > _______________________________________________ > SpamBayes at python.org > https://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 jprax at alaska.net Fri Feb 27 18:17:54 2015 From: jprax at alaska.net (Joe Prax) Date: Fri, 27 Feb 2015 08:17:54 -0900 Subject: [Spambayes] Outlook 2007 and Win Prof 2007 Message-ID: <032901d052b1$52da6d80$f88f4880$@net> Hello I'm excited to try your product, I'm getting about 300 spam messages a day, ugg. I have Win 2007 prof and Outlook 2007. I was not sure which version to download. Please let me know Thanks Joe Prax --- This email has been checked for viruses by Avast antivirus software. http://www.avast.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From skip.montanaro at gmail.com Fri Feb 27 20:16:34 2015 From: skip.montanaro at gmail.com (Skip Montanaro) Date: Fri, 27 Feb 2015 13:16:34 -0600 Subject: [Spambayes] Outlook 2007 and Win Prof 2007 In-Reply-To: <032901d052b1$52da6d80$f88f4880$@net> References: <032901d052b1$52da6d80$f88f4880$@net> Message-ID: On Fri, Feb 27, 2015 at 11:17 AM, Joe Prax wrote: > > Hello > > I?m excited to try your product, I?m getting about 300 spam messages a day, ugg. > > > > I have Win 2007 prof and Outlook 2007. I was not sure which version to download. > > Please let me know > Thanks > > Joe Prax Joe, Assuming none of your software is 64-bit, this should work for you: https://sourceforge.net/projects/spambayes/files/spambayes/1.1a6/spambayes-1.1a6.exe/download Link was snipped from this page: http://www.spambayes.org/ Note that I have zero actual Windows skills. If you need further assistance, please include the list on future notes. Skip