From rcoe at CambridgeMA.GOV Sun May 1 03:56:52 2005 From: rcoe at CambridgeMA.GOV (Coe, Bob) Date: Sun May 1 03:56:55 2005 Subject: [Spambayes] RE: Junk Suspects to Delete Message-ID: <42393C9DA7930245AB540667607F4F5022C3B5@SPIKE.city> Why is a login required to see the feature request? Does Python include a data mining operation? > -----Original Message----- > From: spambayes-bounces@python.org > [mailto:spambayes-bounces@python.org]On Behalf Of Tony Meyer > Sent: Thursday, April 28, 2005 10:03 PM > To: maury@IPaintGlass.com; spambayes@python.org > Subject: RE: [Spambayes] Junk Suspects to Delete > > > > Once you've chosen to "Delete As Spam" couldn't the messages go straight > > to the Deleted Items folder so you don't have to look at them another time > > in the Junk Mail Folder? > > This is covered in this feature request: > > [ 973376 ] Make "Delete as Spam" *really* Delete the email > Feel free to add any comments or your additional request to the tracker. =Tony.Meyer From rcoe at CambridgeMA.GOV Sun May 1 04:07:14 2005 From: rcoe at CambridgeMA.GOV (Coe, Bob) Date: Sun May 1 04:07:17 2005 Subject: [Spambayes] RE: Feature Request Message-ID: <42393C9DA7930245AB540667607F4F5022C3B6@SPIKE.city> I don't recall that anyone has explained how to trim the database with the Outlook plugin. > -----Original Message----- > From: spambayes-bounces@python.org > [mailto:spambayes-bounces@python.org]On Behalf Of Skip Montanaro > Sent: Tuesday, April 19, 2005 1:04 PM > To: Michal Vitecek > Cc: spambayes@python.org > Subject: Re: [Spambayes] Feature Request > > > Michal> this is true. however have you tried to teach spambayes that > Michal> some mails are ham with a largish ham/spam database? it's a > Michal> nuisance as spambayes must be taught many (and i mean **MANY**) > Michal> times until the token classifications change in favor of the > Michal> messages. > > So trim your database from time-to-time. There's no requirement that it > grow without bound. I trim the oldest 10-20% of messages from both my ham > and spam collections at least every couple of months. It has two nice > properties: mistakes eventually fall off the end and the database doesn't > grow without bound (with attendant performance implications). > > Skip From userwaldo at theeggbeater.net Sun May 1 04:13:31 2005 From: userwaldo at theeggbeater.net (User Waldo) Date: Sun May 1 04:10:19 2005 Subject: [Spambayes] how to remove spam from subject for incorrectly makedmail In-Reply-To: References: Message-ID: <42743B4B.3000504@theeggbeater.net> Thanks, I was able to fix this via a plugin for Thunderbird that allows you to edit headers. Also I've switched to the imap client, but had to use an older version due to not beeing able to connect to the mail server with the newer version. the problem is that it occasionaly crashes and i have to restart the filter. Tony Meyer wrote: >>How do you remove the spam label from the subject of >>incorrectly marked mail? >> >> > >I don't believe you can edit messages with Outlook Express, which I assume >you are using (I don't know of any other mail programs that are so limited >that the subject tags are needed). That means you can't. > >(You should train SpamBayes on such mail, of course, via the web interface). > >=Tony.Meyer > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050430/58aa88a7/attachment.html From russ2075 at earthlink.net Sun May 1 05:52:21 2005 From: russ2075 at earthlink.net (Russ Spittler) Date: Sun May 1 05:53:04 2005 Subject: [Spambayes] Deleted Emails Aren't showing up in "Junk E-Mail Folder" Message-ID: <000801c54e01$3240f9a0$6501a8c0@RussSpittler> Inadvertently I sent the "Junk E-Mail" folder to the Recycle Bin. Then, in the process of reinstalling (without first uninstalling: wrong?) I deleted the "Junk Suspects" folder. SpamBayes seems to be working: it deletes things. But I don't know where they're going: they no longer show up in the two folders, which I recreated in the usual way. Maybe SpamBayes wants to create those folders itself? Do I need to uninstall and start over? All this proceeded from an at-first successful from 9>something to1.04. Was running great for a while. Russ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050430/1721643d/attachment.html From Blue2ubabe at aol.com Sun May 1 08:55:58 2005 From: Blue2ubabe at aol.com (Blue2ubabe@aol.com) Date: Sun May 1 08:56:08 2005 Subject: [Spambayes] retrieving a deleted spam e-mail Message-ID: I accidentally deleted a very important message that went to spam. Can you help me? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050501/17a6da01/attachment.htm From skip at pobox.com Sun May 1 20:23:09 2005 From: skip at pobox.com (Skip Montanaro) Date: Sun May 1 20:23:14 2005 Subject: [Spambayes] RE: Feature Request In-Reply-To: <42393C9DA7930245AB540667607F4F5022C3B6@SPIKE.city> References: <42393C9DA7930245AB540667607F4F5022C3B6@SPIKE.city> Message-ID: <17013.7821.510613.803950@montanaro.dyndns.org> Bob> I don't recall that anyone has explained how to trim the database Bob> with the Outlook plugin. Yeah, I sort of glossed over that bit. I'm not sure there's really a convenient way to do it either (not being an Outlook user I can't explore the idea in that context). If you retain the spam that lands in your junk box I imagine you could sort by date and delete the oldest N%, then retrain from scratch. I'm not sure how well that would work well for your non-junk box. Maybe have "old" versions for each of your non-junk boxes (for instance, have an "old-python" mailbox corresponding to your "python" mailbox) and move the oldest N% to the old version, then only use the current versions for retraining. In any case, this is all very un-automatic. It might be nice of the Outlook plugin could do the grunt work for you. In my procmail environment, I have two training mailboxes, ham and spam. When I want to trim, I simply sort them by date, trim the oldest N%, then retrain. My training regimen (using the train-to-exhaustion script, tte.py) also has an option to delete messages that train correctly on each pass, thus limiting growth of those special mailboxes. Skip From tameyer at ihug.co.nz Mon May 2 02:23:03 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 2 May 2005 12:23:03 +1200 Subject: [Spambayes] mac os x install error In-Reply-To: Message-ID: > but, onto the next problem, now when i try to run the > sb_server.py program (from terminal), i get > > Traceback (most recent call last): [...] > AttributeError: State instance has no attribute 'lang_manager' > > I'm using the 1.0.4 on python 2.3. anyone seen this? When you were trying to get things to work earlier, did you perhaps download 1.1a1 and try to install that? It looks like what has happened is that you have installed the 1.1a1 spambayes package, but are using the 1.0.4 scripts. Try doing the "setup.py install" again, but adding "--force" (which will force overwriting of any existing SpamBayes install), ensuring that you are installing 1.0.4 and not 1.1a1. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 2 02:25:36 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 2 May 2005 12:25:36 +1200 Subject: [Spambayes] Deleted Emails Aren't showing up in "Junk E-Mail Folder" In-Reply-To: Message-ID: > I deleted the "Junk Suspects" folder. SpamBayes seems to > be working: it deletes things. But I don't know where they're > going: Most likely, to the original "Junk Suspects"/"Junk E-mail" folders. Check your Deleted Items folder - if you haven't emptied it, then those folders will be in it, collecting mail. You can just move them out of there, or you can empty the Deleted Items folder, and set SpamBayes to use your new ones; it doesn't matter which. > Maybe SpamBayes wants to create those folders itself? Nope. > Do I need to uninstall and start over? Nope. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 2 02:27:54 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 2 May 2005 12:27:54 +1200 Subject: [Spambayes] retrieving a deleted spam e-mail In-Reply-To: Message-ID: > I accidentally deleted a very important message > that went to spam. Can you help me? What do you mean by "deleted"? If the message is still in your spam folder, then simply select it and click the "Recover from spam" button. If you deleted it from your spam folder, then check to see if it's in the Deleted Items folder. If so, just move it out of there. If you deleted it from your spam folder, then emptied the Deleted Items folder (or shift-deleted to do a permanent delete) then it's not recoverable from within Outlook. I believe that as long as you haven't compressed the store, and it's a local PST file, you can use various utilities to recovered deleted mail, but this isn't something we can help you with here. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 2 02:30:56 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 2 May 2005 12:30:56 +1200 Subject: [Spambayes] filter misclassification In-Reply-To: Message-ID: > I obtained the following clues to understand why the filter > misclassifies mails from a particular source. Despite training > such messages as "ham", the Ham score is shown as "0". Kindly > let me know how to force such a message to be treated as "Ham". [...] > Combined Score: 50% (0.5) [...] > # ham trained on: 0 > # spam trained on: 0 How did you obtain this list? It shows the clues for an empty database (i.e. you haven't trained any mail). The clue list will always be empty in this case, and all mail will score 0.5. I presume this isn't the database that you're using, though, so this was a problem in obtaining the clues list. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 2 03:50:38 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 2 May 2005 13:50:38 +1200 Subject: [Spambayes] Feature Request In-Reply-To: Message-ID: [Bob Coe] >> I don't recall that anyone has explained how to trim the database >> with the Outlook plugin. [Skip Montanaro] > Yeah, I sort of glossed over that bit. I'm not sure there's > really a convenient way to do it either (not being an Outlook > user I can't explore the idea in that context). [...] > In any case, this is all very un-automatic. It might be nice > of the Outlook plugin could do the grunt work for you. There really isn't any convenient way to trim the database in Outlook. AFAIK the only way is as Skip described, where you manually maintain (adding and pruning) ham/spam training folders and do a "rebuild entire database" retrain every so often. A fair bit of work. The situation with sb_server isn't really that much better, FWIW. I'd really like to change this (I have fading hopes of finishing up my work with this in time to put it in 1.1), but just don't have the time to work on code at this level at the moment. 1.1 does keep track of mail that is trained, by date, so, assuming that the mail can be found again with the Outlook ids that we use to identify the mail, it would be theoretically possible to automatically purge old mail. There's also IIRC a fairly old patch (by Skip, I think) that adds date information to tokens in the database that would allow doing this in a different way. [...] > My training regimen > (using the train-to-exhaustion script, tte.py) also has an > option to delete messages that train correctly on each pass, > thus limiting growth of those special mailboxes. I'd really like to make some sort of tte (optionally) available to Outlook/sb_server users, too. One of those 'if I have time' things, unless someone beats me to it. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 2 03:56:08 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 2 May 2005 13:56:08 +1200 Subject: [Spambayes] Junk Suspects to Delete In-Reply-To: Message-ID: [Tony Meyer] >> This is covered in this feature request: >> >> [ 973376 ] Make "Delete as Spam" *really* Delete the email >> [Bob Coe] > Why is a login required to see the feature request? You shouldn't need to login (to sourceforge) to *read* the feature request (works for me). You do need to login to submit new tracker items or add comments to an existing one. I believe one reason for this is to try to assist with getting follow-up information (it's difficult to get more information from an anonymous source). > Does Python include a data mining operation? This is a per-project sourceforge setting, IIRC. The data isn't used for anything (AFIAK) other than trying to get hold of people that submit comments/requests. I suppose Sourceforge might do some analysis on the data, but I don't recall seeing anything about it. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 2 03:59:45 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 2 May 2005 13:59:45 +1200 Subject: [Spambayes] how to remove spam from subject forincorrectly makedmail In-Reply-To: Message-ID: [Tony Meyer] >>I don't believe you can edit messages with Outlook Express [User Waldo] > Thanks, I was able to fix this via a plugin for Thunderbird > that allows you to edit headers. I presume that means that you're using Thunderbird, then. Do you know that the subject tags aren't required to use SpamBayes with Thunderbird? You ought to be able to filter on the X-Spambayes-Classification header, which avoids munging up the subject header. (Sad old Outlook Express can't filter on arbitrary headers, so needs the subject/to munging). I guess you might want the munging for some other reason. > Also I've switched to the imap client, but had to use an older > version due to not beeing able to connect to the mail server > with the newer version. What's the older version and what's the newer one? 1.1a1 ought to be much better than 1.0.x, but is in alpha. 1.0.4 should definitely be better than any earlier 1.0.x's. > the problem is that it occasionaly crashes and i have to > restart the filter. I don't suppose you have any more information than that? Like the message that it printed when it crashed? =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From gowranga at serc.iisc.ernet.in Mon May 2 11:00:24 2005 From: gowranga at serc.iisc.ernet.in (K. H. Gowranga) Date: Mon, 2 May 2005 14:30:24 +0530 (IST) Subject: [Spambayes] filter misclassification In-Reply-To: References: Message-ID: Hello, The clues were obtained using /usr/local/bin/showclues.py -d .hammiedb specimen_file > out_filename But before doing this I retrained my database .hammiedb using sb_mboxtrain.py -d .hammiedb -g mail/ham -s mail/spam > /dev/null 2>&1 The filter is seen to add X-Spambayes-Classification: header too. Thanks. -gowranga On Mon, 2 May 2005, Tony Meyer wrote: > > How did you obtain this list? It shows the clues for an empty database > (i.e. you haven't trained any mail). The clue list will always be empty in > this case, and all mail will score 0.5. I presume this isn't the database > that you're using, though, so this was a problem in obtaining the clues > list. > > =Tony.Meyer > > -- > Please always include the list (spambayes at python.org) in your replies > (reply-all), and please don't send me personal mail about SpamBayes. > http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. > From gowranga at serc.iisc.ernet.in Mon May 2 13:58:19 2005 From: gowranga at serc.iisc.ernet.in (K. H. Gowranga) Date: Mon, 2 May 2005 17:28:19 +0530 (IST) Subject: [Spambayes] filter misclassification Message-ID: Hello, Kindly ignore my immediate previous mail. The clues were obtained using /usr/local/bin/showclues.py -d .hammiedb specimen_file > out_filename But before doing this I retrained my database .hammiedb using sb_mboxtrain.py -d .hammiedb -g mail/ham -s mail/spam > /dev/null 2>&1 to get the revised contents of out_filename as: ************************************************************************** Combined Score: 6% (0.0565183) ************************************************************************** Internal ham score (*H*): 0.997835 Internal spam score (*S*): 0.110872 # ham trained on: 771 # spam trained on: 56 ************************************************************************** 36 Significant Tokens ************************************************************************** token spamprob #ham #spam 'science' 0.003386 66 0 'work.' 0.00819672 27 0 'sending' 0.0100223 22 0 'url:htm' 0.012894 17 0 'here:' 0.0412844 5 0 'unsubscribe' 0.0505618 4 0 '28,' 0.0652174 3 0 'story' 0.0652174 3 0 'as:' 0.0918367 2 0 'nasa' 0.0918367 2 0 'skip:l 40' 0.0918367 2 0 'hunt' 0.155172 1 0 'service.' 0.155172 1 0 'url:l' 0.155172 1 0 'url:t' 0.155172 1 0 'email' 0.168474 69 1 '2005' 0.267918 151 4 'april' 0.324552 29 1 'charset:iso-8859-1' 0.398251 125 6 'sender:none' 0.624637 339 41 'header:Received:2' 0.631978 104 13 'full' 0.652969 29 4 'available' 0.661128 35 5 'people' 0.676645 26 4 'header:Message-Id:1' 0.699878 100 17 'send' 0.734715 94 19 'subscribed' 0.752178 4 1 'content-type:multipart/alternative' 0.773119 56 14 'content-type:text/html' 0.798317 55 16 'news' 0.809481 9 3 'currently' 0.844613 27 11 'email addr:serc.iisc.ernet.in.' 0.844828 0 1 'url:n' 0.844828 0 1 'url:id' 0.847125 4 2 'blank' 0.884802 15 9 'plans' 0.932517 2 4 ************************************************************************** Message Stream ************************************************************************** Return-Path: X-Original-To: gowranga at serc.iisc.ernet.in Delivered-To: gowranga at serc.iisc.ernet.in Received: from iisc.ernet.in (iisc.ernet.in [144.16.64.3]) by serc.iisc.ernet.in (Postfix) with ESMTP id 26B7F180F for ; Fri, 29 Apr 2005 09:54:31 +0530 (IST) Received: from lyris.msfc.nasa.gov (www.spaceweather2.com [72.3.135.213]) by iisc.ernet.in (8.12.9/8.12.8) with SMTP id j3TA0EBM048312 for ; Fri, 29 Apr 2005 10:00:24 GMT From: NASA Science News To: NASA Science News Subject: Prospecting for Lunar Water Date: Thu, 28 Apr 2005 21:33:17 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="MIMEBoundarydf0496b01443e4ff2e2a4222f3c6cd6f" List-Unsubscribe: Message-Id: X-Folder: Bulk Status: X-Status: X-Keywords: This is a multi-part message in MIME format. --MIMEBoundarydf0496b01443e4ff2e2a4222f3c6cd6f Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit NASA Science News for April 28, 2005 Settling alien worlds is thirsty work. Before sending people back to the Moon, NASA plans to send a robotic spacecraft first to hunt for water. FULL STORY at http://science.nasa.gov/headlines/y2005/28apr_lro.htm?list111417 The Science at NASA Podcast feed is available at http://science.nasa.gov/podcast.xml. You are currently subscribed to snglist as: gowranga at serc.iisc.ernet.in. This is a free service. To unsubscribe click here: http://lyris.msfc.nasa.gov/u?id=111417C&n=T&l=snglist or send a blank email to leave-snglist-111417C at lyris.msfc.nasa.gov --MIMEBoundarydf0496b01443e4ff2e2a4222f3c6cd6f Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit NASA Science News for April 28, 2005

Settling alien worlds is thirsty work. Before sending people back to the Moon, NASA plans to send a robotic spacecraft first to hunt for water.

FULL STORY at

http://science.nasa.gov/headlines/y2005/28apr_lro.htm?list111417

The Science at NASA Podcast feed is available at http://science.nasa.gov/podcast.xml.


You are currently subscribed to snglist as: gowranga at serc.iisc.ernet.in.

This is a free service.

To unsubscribe click here: http://lyris.msfc.nasa.gov/u?id=111417C&n=T&l=snglist
or send a blank email to leave-snglist-111417C at lyris.msfc.nasa.gov --MIMEBoundarydf0496b01443e4ff2e2a4222f3c6cd6f-- ************************************************************************** All Message Tokens ************************************************************************** 97 unique tokens'2005' '28,' 'alien' 'april' 'are' 'as:' 'available' 'back' 'before' 'blank' 'cc:none' 'charset:iso-8859-1' 'click' 'content-type:multipart/alternative' 'content-type:text/html' 'content-type:text/plain' 'currently' 'email' 'email addr:serc.iisc.ernet.in.' 'email name:gowranga' 'feed' 'first' 'for' 'free' 'from:addr:lyris.msfc.nasa.gov' 'from:addr:snglist' 'from:name:nasa science news' 'full' 'header:Date:1' 'header:From:1' 'header:MIME-Version:1' 'header:Message-Id:1' 'header:Received:2' 'header:Return-Path:1' 'header:Subject:1' 'header:To:1' 'here:' 'hunt' 'message-id:@lyris.msfc.nasa.gov' 'moon,' 'nasa' 'news' 'people' 'plans' 'podcast' 'proto:http' 'reply-to:none' 'robotic' 'science' 'science at nasa' 'send' 'sender:none' 'sending' 'service.' 'settling' 'skip:l 40' 'snglist' 'spacecraft' 'story' 'subject: ' 'subject:Lunar' 'subject:Prospecting' 'subject:Water' 'subject:for' 'subscribed' 'the' 'thirsty' 'this' 'to:2**0' 'to:addr:lyris.msfc.nasa.gov' 'to:addr:snglist' 'to:name:nasa science news' 'unsubscribe' 'url:111417c' 'url:28apr_lro' 'url:gov' 'url:headlines' 'url:htm' 'url:id' 'url:l' 'url:list111417' 'url:lyris' 'url:msfc' 'url:n' 'url:nasa' 'url:podcast' 'url:science' 'url:snglist' 'url:t' 'url:u' 'url:xml' 'url:y2005' 'water.' 'work.' 'worlds' 'x-mailer:none' 'you' Thanks. -gowranga On Mon, 2 May 2005, Tony Meyer wrote: > > How did you obtain this list? It shows the clues for an empty database > (i.e. you haven't trained any mail). The clue list will always be empty in > this case, and all mail will score 0.5. I presume this isn't the database > that you're using, though, so this was a problem in obtaining the clues > list. > From ferraraj at rochester.rr.com Mon May 2 15:04:38 2005 From: ferraraj at rochester.rr.com (Joseph) Date: Mon, 2 May 2005 09:04:38 -0400 Subject: [Spambayes] error report Message-ID: <000201c54f17$7f6a9260$0500a8c0@newoxg3c5fn89o> the log shows errors that I don't understand. please help. thanks, joseph -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.11.0 - Release Date: 4/29/2005 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050502/e290ed56/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: spambayes1.log Type: application/octet-stream Size: 4290 bytes Desc: not available Url : http://mail.python.org/pipermail/spambayes/attachments/20050502/e290ed56/spambayes1.obj From coupe at u.washington.edu Mon May 2 20:09:58 2005 From: coupe at u.washington.edu (James Coupe) Date: Mon, 2 May 2005 11:09:58 -0700 (PDT) Subject: [Spambayes] mac os x install error In-Reply-To: Message-ID: tony re-installing 1.0.4 with --force, I get a new error: SpamBayes POP3 Proxy Version 1.0.4 (March 2005) and engine SpamBayes Engine Version 0.3 (January 2004). Loading database... Traceback (most recent call last): File "sb_server.py", line 991, in ? run() File "sb_server.py", line 979, in run prepare() File "sb_server.py", line 906, in prepare state.prepare() File "sb_server.py", line 738, in prepare self.createWorkers() File "sb_server.py", line 788, in createWorkers self.buildStatusStrings() File "sb_server.py", line 751, in buildStatusStrings nspam = self.bayes.nspam AttributeError: 'NoneType' object has no attribute 'nspam' - james On Mon, 2 May 2005, Tony Meyer wrote: >> but, onto the next problem, now when i try to run the >> sb_server.py program (from terminal), i get >> >> Traceback (most recent call last): > [...] >> AttributeError: State instance has no attribute 'lang_manager' >> >> I'm using the 1.0.4 on python 2.3. anyone seen this? > > When you were trying to get things to work earlier, did you perhaps download > 1.1a1 and try to install that? It looks like what has happened is that you > have installed the 1.1a1 spambayes package, but are using the 1.0.4 scripts. > > Try doing the "setup.py install" again, but adding "--force" (which will > force overwriting of any existing SpamBayes install), ensuring that you are > installing 1.0.4 and not 1.1a1. > > =Tony.Meyer > > -- > Please always include the list (spambayes at python.org) in your replies > (reply-all), and please don't send me personal mail about SpamBayes. > http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. > > From Harold.Vandeventer at dpra.com Mon May 2 21:03:55 2005 From: Harold.Vandeventer at dpra.com (Harold Vandeventer) Date: Mon, 2 May 2005 14:03:55 -0500 Subject: [Spambayes] Remove Message-ID: This isn't a reply regarding your need to remove the SB folder, but rather a suggestion that you continue to use SB. We, too, recently installed an anti-SPAM appliance. Although the claims from the vendor are for very high success rates and very low false positives, I continue to receive 20 to 30 SPAM messages each day. That's better than the 100/day previously being received, but FAR from the statistical level I thought I was expecting. ____________________________________ Harold Vandeventer Network Administrator DPRA Incorporated 200 Research Dr Manhattan, KS 66503 Voice: (785) 539-3565 ext 1026 FAX: (785) 537-0272 ________________________________ From: spambayes-bounces at python.org [mailto:spambayes-bounces at python.org] On Behalf Of Mulry, Brian Sent: Saturday, April 30, 2005 8:43 AM To: spambayes at python.org Subject: [Spambayes] Remove Company went to a spam blocker on email server so I no longer need spambayes. I removed program using add remove programs in control panel. The program still shows up when I start outlook. Computer won't let me delete spambayes folder. What do I do to completely remove program? Thanks Brian K. Mulry field supervisor 507-794-2151 x126 507-220-7944(cell) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050502/dfc854d1/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 1481 bytes Desc: image001.jpg Url : http://mail.python.org/pipermail/spambayes/attachments/20050502/dfc854d1/attachment.jpe From sales at hotmail.com Mon May 2 22:42:54 2005 From: sales at hotmail.com (MSN Hotmail) Date: Mon, 2 May 2005 13:42:54 -0700 (PDT) Subject: [Spambayes] (no subject) Message-ID: <200505022042.j42KgsA3007192@bay0-pcs2.bay0.hotmail.com> Thank you for contacting MSN Hotmail Sales. This is an auto-generated response designed to answer your question as quickly as possible. Please note that you will not receive a reply if you respond directly to this message. For information regarding advertising on MSN Hotmail, or other MSN properties, please visit http://mediacenter.msn.com/ From russ2075 at earthlink.net Tue May 3 04:08:34 2005 From: russ2075 at earthlink.net (Russ Spittler) Date: Mon, 2 May 2005 19:08:34 -0700 Subject: [Spambayes] Deleted Emails Aren't showing up in "Junk E-Mail Message-ID: <000601c54f85$0713a5e0$6c01a8c0@RussSpittler> Exactly right! Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050502/3c40a08d/attachment.html From greg at gulik.org Tue May 3 06:48:13 2005 From: greg at gulik.org (Gregory Gulik) Date: Mon, 02 May 2005 23:48:13 -0500 Subject: [Spambayes] AssertionError: assert spamcount <= nspam ?? Message-ID: <4277028D.4050304@gulik.org> I was checking out the state of spam filtering on my servers today and noticed in the logs a lot of the following errors: Traceback (most recent call last): File "/usr/bin/sb_filter.py", line 257, in ? main() File "/usr/bin/sb_filter.py", line 248, in main action(msg) File "/usr/bin/sb_filter.py", line 180, in filter return self.h.filter(msg) File "/usr/lib/python2.3/site-packages/spambayes/hammie.py", line 109, in filter prob, clues = self._scoremsg(msg, True) File "/usr/lib/python2.3/site-packages/spambayes/hammie.py", line 38, in _scoremsg return self.bayes.spamprob(tokenize(msg), evidence) File "/usr/lib/python2.3/site-packages/spambayes/classifier.py", line 190, in chi2_spamprob clues = self._getclues(wordstream) File "/usr/lib/python2.3/site-packages/spambayes/classifier.py", line 493, in _getclues tup = self._worddistanceget(word) File "/usr/lib/python2.3/site-packages/spambayes/classifier.py", line 508, in _worddistanceget prob = self.probability(record) File "/usr/lib/python2.3/site-packages/spambayes/classifier.py", line 311, in probability assert spamcount <= nspam AssertionError procmail: Program failure (1) of "/usr/bin/sb_filter.py" procmail: Rescue of unfiltered data succeeded I even tried to upgrade to the latest 1.0.4 version and it's still happening. I checked the archives and see reports of this problem going back a couple years! If it matters it only seems to get triggered by very spammy messages. I'm running sb_filter.py out of Procmail. OS is RHEL4. -- Greg Gulik http://www.gulik.org/greg/ greg @ gulik.org From tameyer at ihug.co.nz Tue May 3 06:58:22 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 3 May 2005 16:58:22 +1200 Subject: [Spambayes] AssertionError: assert spamcount <= nspam ?? In-Reply-To: Message-ID: > I was checking out the state of spam filtering on my servers > today and noticed in the logs a lot of the following errors: > > Traceback (most recent call last): [...] > assert spamcount <= nspam > AssertionError [...] What this means is that there are one or more tokens that have been seen in more spam messages than you have trained (obviously impossible). This error is pretty uncommon these days - the most likely way for it to occur is if writing the database was somehow interrupted (but the database itself didn't get corrupted). Or, since you mention upgrading, maybe this was caused by an old bug that's been fixed (depending on how old the version you were using is). > I even tried to upgrade to the latest 1.0.4 version and it's still > happening. Once it's happened, it will continue to happen (for any message that has the bad tokens in it) until the database is fixed. Hopefully upgrading will prevent it happening again, though. There are two ways to fix this problem: * Remove the existing database and retrain from scratch (recommended, since there might be other problems with the database, which this would fix). * Convert the database to CSV (with the sb_dbexpimp.py script), open it in a text editor or spreadsheet, and change the initial two numbers to be greater than or equal to the numbers in the ham/spam columns (that should make more sense once you're looking at the file). =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From sales at hotmail.com Tue May 3 14:18:32 2005 From: sales at hotmail.com (MSN Hotmail) Date: Tue, 3 May 2005 05:18:32 -0700 (PDT) Subject: [Spambayes] (no subject) Message-ID: <200505031218.j43CIWPA014012@bay0-pcs2.bay0.hotmail.com> Thank you for contacting MSN Hotmail Sales. This is an auto-generated response designed to answer your question as quickly as possible. Please note that you will not receive a reply if you respond directly to this message. For information regarding advertising on MSN Hotmail, or other MSN properties, please visit http://mediacenter.msn.com/ From postmaster at autotitre.com Tue May 3 14:21:52 2005 From: postmaster at autotitre.com (postmaster@autotitre.com) Date: Tue, 03 May 2005 12:21:52 UTC Subject: [Spambayes] FwD: Your Password Message-ID: A non-text attachment was scrubbed... Name: not available Type: multipart/mixed Size: 88 bytes Desc: not available Url : http://mail.python.org/pipermail/spambayes/attachments/20050503/22bb428e/attachment.bin From RKane at vancepublishing.com Tue May 3 16:39:36 2005 From: RKane at vancepublishing.com (Ryan Kane) Date: Tue, 3 May 2005 09:39:36 -0500 Subject: [Spambayes] Virus Found in message "[SPAM] - Re - Sending mail server found on relays.ordb.org" Message-ID: <45FAC3B3A0AC5D43B2D3FBBEFF0257FE0198AD9D@R6EXC.vancekc.VANCEPUBLISHING.COM> Symantec AntiVirus found a virus in an attachment you (spambayes at python.org ) sent to server4522 at thepacker.com. To ensure the recipient(s) are able to use the files you sent, perform a virus scan on your computer, clean any infected files, then resend this attachment. Attachment: our_secret.zip Virus name: Multiple viruses found. Please see individual log messages. Action taken: Clean failed : Quarantine succeeded : File status: Still contains 1 infected items -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/ms-tnef Size: 2153 bytes Desc: not available Url : http://mail.python.org/pipermail/spambayes/attachments/20050503/b3b8fa49/attachment.bin From greg at gulik.org Tue May 3 16:59:04 2005 From: greg at gulik.org (Gregory Gulik) Date: Tue, 03 May 2005 09:59:04 -0500 Subject: [Spambayes] AssertionError: assert spamcount <= nspam ?? In-Reply-To: References: Message-ID: <427791B8.5070107@gulik.org> Tony Meyer wrote: > Once it's happened, it will continue to happen (for any message that has the > bad tokens in it) until the database is fixed. Hopefully upgrading will > prevent it happening again, though. > > There are two ways to fix this problem: > > * Remove the existing database and retrain from scratch (recommended, > since there might be other problems with the database, which this would > fix). Aargh! I just painstakingly rebuilt my database by creating as accurate a spam and ham files as I could. > * Convert the database to CSV (with the sb_dbexpimp.py script), open it in > a text editor or spreadsheet, and change the initial two numbers to be > greater than or equal to the numbers in the ham/spam columns (that should > make more sense once you're looking at the file). [greg at server ~]$ sb_dbexpimp.py -e -p .hammiedb -f hammiedb.csv Traceback (most recent call last): File "/usr/bin/sb_dbexpimp.py", line 273, in ? runExport(dbFN, useDBM, flatFN) File "/usr/bin/sb_dbexpimp.py", line 140, in runExport bayes = spambayes.storage.open_storage(dbFN, useDBM) File "/usr/lib/python2.3/site-packages/spambayes/storage.py", line 710, in open_storage return klass(data_source_name) File "/usr/lib/python2.3/site-packages/spambayes/storage.py", line 91, in __init__ self.load() File "/usr/lib/python2.3/site-packages/spambayes/storage.py", line 114, in load tempbayes = pickle.load(fp) EOFError Suggestions? Anyway, this corruption of tokens sounds like a bug to me. -- Greg Gulik http://www.gulik.org/greg/ greg @ gulik.org From dmcgregor at firstcomm.ca Tue May 3 19:36:20 2005 From: dmcgregor at firstcomm.ca (Doug McGregor) Date: Tue, 3 May 2005 13:36:20 -0400 Subject: [Spambayes] Different login from same computer Message-ID: <74E2B979189FDB4EA53C4F2014079C8205396D@FCM01S1> Hello, I have a different login and profile when I login into my computer remotely and the spambayes filter does not work from this login. Can we apply the same training to this other profile. Thanks Doug McGregor President First Comm Inc. Office (613) 761-1711 Fax (613) 761-8633 Cell (613) 724-9449 dmcgregor at firstcomm.ca -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050503/d0af22e5/attachment.html From j.escarbajal at tiscali.fr Wed May 4 04:29:03 2005 From: j.escarbajal at tiscali.fr (j.escarbajal@tiscali.fr) Date: Wed, 04 May 2005 02:29:03 UTC Subject: [Spambayes] FwD: Re: Message-ID: A non-text attachment was scrubbed... Name: not available Type: multipart/mixed Size: 88 bytes Desc: not available Url : http://mail.python.org/pipermail/spambayes/attachments/20050504/d00774d0/attachment.bin From DataCollection at RRCONLINE.ORG Wed May 4 16:26:14 2005 From: DataCollection at RRCONLINE.ORG (Lorin Kaneff) Date: Wed, 4 May 2005 10:26:14 -0400 Subject: [Spambayes] (no subject) Message-ID: <66503C12909858479173C42CFA7D6DC315C468@rrc1.RRCONLINE.ORG> My aol mail is being sent to the junk suspects folder and I want to move it into my aol inbox because it is not junk. How do I do this? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050504/eb43577f/attachment.html From MailBox2708 at pva.sozvers.at Wed May 4 20:19:29 2005 From: MailBox2708 at pva.sozvers.at (MailBox2708@pva.sozvers.at) Date: Wed, 4 May 2005 20:19:29 +0200 Subject: [Spambayes] Antwort: Ich bin's, was zum lachen ;) Message-ID: Ihre Nachricht wurde erfolgreich zugestellt. Wir sind bem?ht Ihr Anliegen umgehend zu bearbeiten. - Your message was delivered successfully. We will endeavour to treat your request immediately. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050504/f50d1fe8/attachment.html From JCHaven at airpower-usa.com Wed May 4 22:04:08 2005 From: JCHaven at airpower-usa.com (Charles Haven) Date: Wed, 4 May 2005 16:04:08 -0400 Subject: [Spambayes] Thank you SpamBayes!!! Message-ID: This is just a note to say thanks to the developers of SpamBayes! I have been using SB to weed out junk mail from my entire Exchange Information Store with a single installed copy for over a year. Since Monday my little SB box has been dutifully removing the thousands (yes, THOUSANDS) of bogus email thanks to the Sober worm. Here are my specifics: - Exchange 5.5 w/ 100 mailboxes (96 monitored with SB) - Outlook 2002 with 96 mailboxes connected - SpamBayes 1.0b1 (April 2004) - Windows XP SP2 on a HP Compaq d220 1.8GHz with 1GB RAM Junk Mail Stats: Month/Year Quantity -------------------------- December 2003 2281 January 2004 18633 February 2004 21293 March 2004 29907 April 2004 35770 May 2004 39414 June 2004 37353 July 2004 39170 August 2004 51284 September 2004 44585 October 2004 48367 November 2004 47563 December 2004 53659 January 2005 47495 February 2005 45447 March 2005 44442 April 2005 40416 May 2005 8191 ------------------------ TOTAL 655270 This app has saved me from having to deal with end-users complaining about all the junk email, about 2GB of disk space, and at least once saved me from a virus outbreak for which Trend Officescan had no pattern for about 6 hours. The best thing is I do this all from a single pc and don't have the hassle of training end-users on where to look when the mail disappears. The only complaints I have had are from end-users who have enabled notification in Outlook. They will get a notification that they have new mail but, when they look in the Inbox there is no new mail -- because SB has sucked it out of their Inbox! Thanks, Charles Haven Air Power, Inc. www.airpower-usa.com DISCLAIMER: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050504/b0f66c58/attachment.htm From Administrator at bag.python.org Thu May 5 00:07:04 2005 From: Administrator at bag.python.org (Administrator@bag.python.org) Date: Wed, 4 May 2005 18:07:04 -0400 Subject: [Spambayes] [MailServer Notification]To Sender virus found and action taken. Message-ID: <750e01c550f5$9b0a24b0$12079e0a@usdom003.tco.tc> ScanMail for Microsoft Exchange has detected virus-infected attachment(s). Sender = spambayes at python.org Recipient(s) = Monic HarbourJr Subject = Re: Scanning time = 5/4/2005 6:07:04 PM Engine/Pattern = 7.510-1002/2.613.00 Action on virus found: The attachment our_secret.zip contains WORM_SOBER.S virus. ScanMail has Deleted it. Warning to sender. ScanMail has detected a virus in an email you sent. From Administrator at bag.python.org Thu May 5 00:07:05 2005 From: Administrator at bag.python.org (Administrator@bag.python.org) Date: Wed, 4 May 2005 18:07:05 -0400 Subject: [Spambayes] [MailServer Notification]To Sender virus found and action taken. Message-ID: <750f01c550f5$9b2b8f60$12079e0a@usdom003.tco.tc> ScanMail for Microsoft Exchange has detected virus-infected attachment(s). Sender = spambayes at python.org Recipient(s) = Monic HarbourJr Subject = Re: Scanning time = 5/4/2005 6:07:04 PM Engine/Pattern = 7.510-1002/2.613.00 Action on virus found: The attachment our_secret.zip contains WORM_SOBER.S virus. ScanMail has Deleted it. Warning to sender. ScanMail has detected a virus in an email you sent. From tameyer at ihug.co.nz Thu May 5 03:11:47 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Thu, 5 May 2005 13:11:47 +1200 Subject: [Spambayes] (no subject) In-Reply-To: Message-ID: > My aol mail is being sent to the junk suspects folder > and I want to move it into my aol inbox because it is > not junk. To train SpamBayes, select the message(s) and click the "Recover from Spam" button on the SpamBayes toolbar. This will both train SpamBayes and move the message back to its original location. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From ROGERM03 at odjfs.state.oh.us Thu May 5 04:12:54 2005 From: ROGERM03 at odjfs.state.oh.us (MARTHA ROGERS) Date: Wed, 04 May 2005 22:12:54 -0400 Subject: [Spambayes] (Offically Retired) Message-ID: As of November 1, 2004, I have officially retired. All email will be forwarded by Mr. Sam Moore to the appropriate staff. If you have questions please contact Mr. Moore at mooreg at odjfs.state.oh.us or 937 327-1870. Thank you From irishka at svpc.ru Thu May 5 06:32:45 2005 From: irishka at svpc.ru (irishka@svpc.ru) Date: Thu, 5 May 2005 09:32:45 +0500 Subject: [Spambayes] Problem with POP3 Proxy: Russian codepage Koi8-R or Win1251 Message-ID: <200505050432.j454WjMN009667@gw06.kraft-s.ru> A non-text attachment was scrubbed... Name: SpamBayesServer1.log Type: application/octet-stream Size: 13666 bytes Desc: not available Url : http://mail.python.org/pipermail/spambayes/attachments/20050505/cebef77c/SpamBayesServer1.obj -------------- next part -------------- I am using SpamBayes POP3 Proxy Version 1.0.3 (January 2005) (binary), with version 2.4 (#60, Nov 30 2004, 11:49:19) [MSC v.1310 32 bit (Intel)] of Python; my operating system is Windows 5.0.2195.2 (Service Pack 4). I have trained 2112 ham and 3067 spam. The problem I am having is [DESCRIBE YOUR PROBLEM HERE] I want to see russian letters in subject of review messages and I trouble classify of message. Choice of font or codepage on IE browser no help. Where can I download localizition version or patch for Spambayes Web Interface? From sales at hotmail.com Thu May 5 10:30:11 2005 From: sales at hotmail.com (MSN Hotmail) Date: Thu, 5 May 2005 01:30:11 -0700 (PDT) Subject: [Spambayes] (no subject) Message-ID: <200505050830.j458UBw5028281@bay0-pcs2.bay0.hotmail.com> Thank you for contacting MSN Hotmail Sales. This is an auto-generated response designed to answer your question as quickly as possible. Please note that you will not receive a reply if you respond directly to this message. For information regarding advertising on MSN Hotmail, or other MSN properties, please visit http://mediacenter.msn.com/ From blake at phantomfiber.com Thu May 5 14:34:39 2005 From: blake at phantomfiber.com (Blake Winton) Date: Thu, 5 May 2005 08:34:39 -0400 Subject: [Spambayes] Feature Request: Per-Account Settings. Message-ID: I looked for feature requests in the bug tracker on Sourceforge, but could not find any. Is that the appropriate forum for those types of things? In either case, I have a feature request, and here is as good a place as any to ask it. I have two email accounts set up in my Outlook at the office. One for the Exchange server at work, and another for my IMAP server at home. I would like SpamBayes to have some per-account settings, such as which folder to move the spam messages into, and possibly even a separate database of what's spam or not, since I am currently getting very different spam at home and at the office. (Home spam is mostly stock tips. Office spam still seems to be for Viagra/Cialis.) I haven't thought a whole lot about this feature, I merely feel its lack at this point. If it would help get it implemented faster, I am happy to attempt to create a more detailed user-level spec, but it seems that it might be easier for everyone to let someone who already knows the code figure out what's possible. Thank you, Blake. From lois at nb.net Thu May 5 15:45:45 2005 From: lois at nb.net (Lois Kaneshiki) Date: Thu, 5 May 2005 09:45:45 -0400 Subject: [Spambayes] what happened to my spam folder? Message-ID: <003d01c55178$bcef4550$6501a8c0@Lois> Yesterday my spam folder was all of a sudden gone. Now today my spam and spam suspects folders are both gone. I cannot find them in my folders list. I have Outlook addin binary version .9 and Outlook version 2002. Thanks, Lois Kaneshiki 1076 Edgewood Drive Duncansville, Pa 16635 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050505/5ddedf3a/attachment.html From lyris-noreply at lists.woodyswatch.com Thu May 5 17:34:36 2005 From: lyris-noreply at lists.woodyswatch.com (Lyris ListManager) Date: Thu, 05 May 2005 11:34:36 -0400 Subject: [Spambayes] your email message Message-ID: The following lines in your email message did not appear to be Lyris ListManager commands and were skipped: > unsubscribe confirm > -> You did not specify a valid mailing list name to unsubscribe from. This email message is simply a notification of how Lyris ListManager understood your email message. If you want to resend your commands, send them to lyris at lists.woodyswatch.com From carolmorris at carolina.rr.com Thu May 5 21:59:16 2005 From: carolmorris at carolina.rr.com (Carol Morris) Date: Thu, 5 May 2005 15:59:16 -0400 Subject: [Spambayes] conitnuous spam Message-ID: <001401c551ac$eb360d20$0200a8c0@Morris> Hi there. For the last three days I have bombarded with the same spam messages....host, your password attached, here it is, here it is, generally in the subject line or message body. I keep training as SPAM, but they keep coming, and it is being identified as SPAM by spambayes. Is there anyway to actually stop these from coming into my Outlook Express mailbox? They just keep filling it up and I am going away for the weekend and will come back with hundreds of them waiting to be opened. I have run the virus scan and have contacted roadrunner, but no success there. Thanks for any advise. Using XP and express. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050505/06afd117/attachment.htm From skip at pobox.com Fri May 6 00:36:02 2005 From: skip at pobox.com (Skip Montanaro) Date: Thu, 5 May 2005 17:36:02 -0500 Subject: [Spambayes] conitnuous spam In-Reply-To: <001401c551ac$eb360d20$0200a8c0@Morris> References: <001401c551ac$eb360d20$0200a8c0@Morris> Message-ID: <17018.40914.89357.483960@montanaro.dyndns.org> Carol> Hi there. For the last three days I have bombarded with the same Carol> spam messages....host, your password attached, here it is, here Carol> it is, generally in the subject line or message body. I keep Carol> training as SPAM, but they keep coming, and it is being Carol> identified as SPAM by spambayes. Is there anyway to actually Carol> stop these from coming into my Outlook Express mailbox? They Carol> just keep filling it up and I am going away for the weekend and Carol> will come back with hundreds of them waiting to be opened. I Carol> have run the virus scan and have contacted roadrunner, but no Carol> success there. Thanks for any advise. Using XP and express. Carol, Unfortunately, everyone is being bombarded with these messages. Short of applying some sort of filter in Outlook Express to delete messages that SpamBayes marks as spam (is that something OE filters can do?) I'm not sure there's much to be done but grit your teeth and wait for the storm to subside. -- Skip Montanaro skip at pobox.com From marc.erickson at shaw.ca Fri May 6 02:30:08 2005 From: marc.erickson at shaw.ca (Marc Erickson) Date: Thu, 05 May 2005 18:30:08 -0600 Subject: [Spambayes] conitnuous spam In-Reply-To: <17018.40914.89357.483960@montanaro.dyndns.org> Message-ID: If SpamBayes adds something to the subject line of the messages that it determines is spam, it's very easy to set up a rule in Outlook Express to divert or delete them. If you want them to go into a special folder, create the folder first if it doesn't exist yet: >From the main window of Outlook Express, click File > New Folder > give it a name (i.e. Spam) and decide if you want it in Local Folders or as a sub-folder of an existing folder - highlight wherever you want it to go and click OK. Now create the message rule: Tools > Message Rules > Mail. In the New Mail Rule box, select the condition first - Where the Subject line contains certain words - check the checkbox. Then select the action for the rule: check either Move it to the specified folder, or Delete it - whichever is your preference. In the third section Rule Description, click on the underlined values to edit them. For Where the Subject line "contains specific words", click on "contains specific words", type the word or phrase that SpamBayes adds to the Subject line, click Add and OK. For Move it to the "specified" folder, click on "specified", expand the folders if you need to by clicking on the plus sign next to them, highlight the folder you want them moved to and click OK - if you are deleting them this step is not required. (I don't know what OE does when deleting marked messages with a mail rule - it may move them to the Deleted Items folder or it might delete them completely.) Give your mail rule a name to make it easier to edit later if you need to and click OK twice. If you have an earlier version of Outlook Express than version 6 the step by step may not be identical but it is very similar. Marc -----Original Message----- From: spambayes-bounces at python.org [mailto:spambayes-bounces at python.org]On Behalf Of Skip Montanaro Sent: May 5, 2005 4:36 PM To: Carol Morris Cc: spambayes at python.org Subject: Re: [Spambayes] conitnuous spam Carol> Hi there. For the last three days I have bombarded with the same Carol> spam messages....host, your password attached, here it is, here Carol> it is, generally in the subject line or message body. I keep Carol> training as SPAM, but they keep coming, and it is being Carol> identified as SPAM by spambayes. Is there anyway to actually Carol> stop these from coming into my Outlook Express mailbox? They Carol> just keep filling it up and I am going away for the weekend and Carol> will come back with hundreds of them waiting to be opened. I Carol> have run the virus scan and have contacted roadrunner, but no Carol> success there. Thanks for any advise. Using XP and express. Carol, Unfortunately, everyone is being bombarded with these messages. Short of applying some sort of filter in Outlook Express to delete messages that SpamBayes marks as spam (is that something OE filters can do?) I'm not sure there's much to be done but grit your teeth and wait for the storm to subside. -- Skip Montanaro skip at pobox.com _______________________________________________ Spambayes at python.org http://mail.python.org/mailman/listinfo/spambayes Check the FAQ before asking: http://spambayes.sf.net/faq.html From tameyer at ihug.co.nz Fri May 6 02:56:46 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Fri, 6 May 2005 12:56:46 +1200 Subject: [Spambayes] what happened to my spam folder? In-Reply-To: Message-ID: > Yesterday my spam folder was all of a sudden gone. > Now today my spam and spam suspects folders are both > gone. I cannot find them in my folders list. Please see FAQ 3.13: > I have Outlook addin binary version .9 and Outlook version 2002. You might want to consider upgrading to 1.0.4 at some point. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Fri May 6 03:02:24 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Fri, 6 May 2005 13:02:24 +1200 Subject: [Spambayes] Feature Request: Per-Account Settings. In-Reply-To: Message-ID: > I looked for feature requests in the bug tracker on Sourceforge, but > could not find any. They are called "RFE"s, for some reason ('request for enhancement', maybe?). You can submit one there, or here, although using the tracker gives a better chance of someone looking into it at some point (sometimes things just get lost in the list traffic, but tracker items stay around until someone closes them). > In either case, I have a feature request, and here is as good a place > as any to ask it. I have two email accounts set up in my Outlook at > the office. One for the Exchange server at work, and another for my > IMAP server at home. I would like SpamBayes to have some per-account > settings, such as which folder to move the spam messages into, and > possibly even a separate database of what's spam or not, since I am > currently getting very different spam at home and at the office. > (Home spam is mostly stock tips. Office spam still seems to be for > Viagra/Cialis.) There are two main difficulties with this: 1. We don't get told which account mail has arrived through, we just get told that there is new mail in a folder that we are watching. (The account information can be found through the message properties, though, I think). 2. Providing an interface for this would be very tricky. We'd really like to keep the Outlook add-in interface as simple as possible, while still allowing as much functionality as possible. Have you got any ideas about how the interface could work? IAC, if you really do want this, then open a feature request tracker (RFE) on sourceforge; it's unlikely to be done soon, so this list message will be forgotten. You could do this at the moment, with the separate databases, if you used the Outlook add-in for the Exchange account and the SpamBayes IMAP filter for the IMAP server. Each would use separate settings and a separate database. You wouldn't be able to configure the IMAP one through Outlook, though. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From Hans.Aeberli at fhhwz.ch Fri May 6 13:31:27 2005 From: Hans.Aeberli at fhhwz.ch (Aeberli Hans) Date: Fri, 6 May 2005 13:31:27 +0200 Subject: [Spambayes] Abwesenheitsnotiz: Ich bin's, was zum lachen ;) Message-ID: <3F71A682582AE84F8F0191E05832035801412813@srvex01.fhhwz.intra> Ich bin bis zum 09. Mai 2005 landesabwesend und freue mich, Sie nachher wieder kontaktieren zu k?nnen. In dringenden F?llen wenden Sie sich an unser Studiensekretariat oder an Prof. Dr. U. D?rsteler. Hans Aeberli From Yvonne.Wernly at fhhwz.ch Fri May 6 13:31:27 2005 From: Yvonne.Wernly at fhhwz.ch (Wernly Yvonne) Date: Fri, 6 May 2005 13:31:27 +0200 Subject: [Spambayes] Abwesenheitsnotiz: Ich bin's, was zum lachen ;) Message-ID: <3F71A682582AE84F8F0191E0583203580115DB34@srvex01.fhhwz.intra> Guten Tag Danke f?r Ihre Nachricht. Ich bin bis am 08. Mai 2005 abwesend. Bitte beachten Sie, dass Ihre e-Mail nicht weitergeleitet wird. In dringenden F?llen wenden Sie sich bitte an das Hochschulsekretariat unter der Telefonnummer 043 322 26 00. Freundliche Gr?sse Hochschule f?r Wirtschaft und Verwaltung Z?rich Yvonne Wernly From pammywong at hawaii.rr.com Fri May 6 14:07:30 2005 From: pammywong at hawaii.rr.com (Pammy Wong) Date: Fri, 6 May 2005 02:07:30 -1000 Subject: [Spambayes] Unable to retrieve spambayes Message-ID: <002701c55234$2dcffe70$6400a8c0@homepc> Aloha, In Outlook, my spambayes icons appear, but not working. I've tried troubleshooting, but spambayes add-in not loading. Please assist. Thank you pammywong at hawaii.rr.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050506/da8a19e0/attachment.htm From help at hotmail.com Fri May 6 16:15:15 2005 From: help at hotmail.com (MSN Hotmail) Date: Fri, 6 May 2005 07:15:15 -0700 (PDT) Subject: [Spambayes] (no subject) Message-ID: <200505061415.j46EFF23001979@bay0-pcs2.bay0.hotmail.com> Thank you for sending an e-mail message to help at hotmail.com. However, this is not a monitored e-mail address. Sign in to your Hotmail account and click "Help" for the most up-to-date information on this issue as well as recent customer questions. If you need more assistance, you can contact us through Help, and we'll respond within one business day. Having problems signing in? If you need to retrieve or reset your password, add or update your alternate e-mail address, or change your secret question, go to: https://memberservices.passport.net/ Click "Help" for the most up-to-date information on each of these tasks. ?NOTE: You will need to provide the same answers to the account profile questions as you entered when you signed up for your Hotmail account. You will also need to provide the same answer to your secret question that you created during the sign-up process. Note: We recommend you change your Secret Question and Answer when you update your password. This improves the security on your account. Your secret question allows only you to retrieve your password online if you ever forget it. If you are using a non-English version of Hotmail, your password, like your sign-in name, must be typed in Standard English-based text. Warning: To help protect your personal information, a Hotmail employee will never ask you for your current password, either by phone or e-mail. Hotmail requires your password only when you sign in to your account and even then, your password is not displayed on screen. If you receive a message that asks for your current password, please forward it to abuse at hotmail.com immediately and do not respond to the message. Never share your password or secret question and answer with anyone else. And change your password and secret question regularly to increase the security of your account. >>For help with other MSN products or services, go to http://support.msn.com/contactus.aspx. Please note that you will not receive a reply if you respond directly to this message. From seanecovel at comcast.net Fri May 6 17:01:06 2005 From: seanecovel at comcast.net (Sean Covel) Date: Fri, 06 May 2005 11:01:06 -0400 Subject: [Spambayes] Windows 2003 Server SP1 breaks Outlook Plugin? In-Reply-To: <42702F6F.8060704@comcast.net> References: <42702F6F.8060704@comcast.net> Message-ID: <427B86B2.4040103@comcast.net> I Emailed the Python Win32 Extensions project asking if they were aware of any issues with 2003 Server SP1, and sent them the debugging output I had collected. It would be good if the SpamBayes developers could also contact them to see if there is anything that needs to be done to fix the situation. Sean Sean Covel wrote: > Tony, > > Thanks for the response. > > >>Since you've got Python and pywin32 installed, could you try opening a >>command window, running Python ('C:\Program Files\Python24\python.exe' I'm >>guessing) and trying these statements. I suspect one of them will crash >>Python: >> >> import win32api >> import win32com >> import win32con >> import win32gui >> import pythoncom >> >>If one of them does, then the problem is definitely with pywin32 somehow. >>The bad news is that I have no idea about how to fix that, but the good news >>is that if you open a pywin32 bug, Mark is usually pretty good and fixing >>things reasonably promptly. > > > No joy. They all ran fine. If all this is doing is registering the > libraries, perhaps they need to be exorcised to crash. Is there a > validation suite for pywin32? Some sort of test app for regression testing? > > Sean > _______________________________________________ > Spambayes at python.org > http://mail.python.org/mailman/listinfo/spambayes > Check the FAQ before asking: http://spambayes.sf.net/faq.html > From sales at hotmail.com Fri May 6 18:15:03 2005 From: sales at hotmail.com (MSN Hotmail) Date: Fri, 6 May 2005 09:15:03 -0700 (PDT) Subject: [Spambayes] (no subject) Message-ID: <200505061615.j46GF3UZ004713@bay0-pcs2.bay0.hotmail.com> Thank you for contacting MSN Hotmail Sales. This is an auto-generated response designed to answer your question as quickly as possible. Please note that you will not receive a reply if you respond directly to this message. For information regarding advertising on MSN Hotmail, or other MSN properties, please visit http://mediacenter.msn.com/ From service at yahoo.com Sat May 7 14:14:32 2005 From: service at yahoo.com (service@yahoo.com) Date: Sat, 07 May 2005 12:14:32 GMT Subject: [Spambayes] Registration Confirmation Message-ID: A non-text attachment was scrubbed... Name: not available Type: multipart/mixed Size: 88 bytes Desc: not available Url : http://mail.python.org/pipermail/spambayes/attachments/20050507/6671408e/attachment.bin From scott at whigham.org Sat May 7 14:27:11 2005 From: scott at whigham.org (Scott Whigham) Date: Sat, 7 May 2005 07:27:11 -0500 Subject: [Spambayes] Windows 2003 Server SP1 breaks Outlook Plugin? Message-ID: <20050507122730.A157F1E4003@bag.python.org> Any fix that you found? I'm in the same boat you are... I downloaded and tested "Matador" but it does nothing more than give me an "Is Spam?" button as far as I can tell. I miss my Spambayes... From scott at whigham.org Sat May 7 14:38:34 2005 From: scott at whigham.org (Scott Whigham) Date: Sat, 7 May 2005 07:38:34 -0500 Subject: [Spambayes] Windows 2003 Server SP1 breaks Outlook Plugin? Message-ID: <20050507123851.473DB1E4003@bag.python.org> I did find this thread about how Windows 2003 Server breaks Python and Perl: http://www.tech-archive.net/Archive/Windows/microsoft.public.windows.server. networking/2005-04/msg00346.html but, since Sean said he can run python after getting those installed, I'm clueless... From seanecovel at comcast.net Sat May 7 14:55:50 2005 From: seanecovel at comcast.net (Sean Covel) Date: Sat, 07 May 2005 08:55:50 -0400 Subject: [Spambayes] Windows 2003 Server SP1 breaks Outlook Plugin? In-Reply-To: <20050507123851.473DB1E4003@bag.python.org> References: <20050507123851.473DB1E4003@bag.python.org> Message-ID: <427CBAD6.3000806@comcast.net> I'm working with the Python Win32 Extension guys at the moment. They said they have a 2003 Server and Python Win32 Extensions work on it. I'm going to see if I can help them debug the problem. I'm a developer, although not a Python developer....Hopefully we can resolve this. I miss my SpamBayes too! :'( Sean Scott Whigham wrote: > I did find this thread about how Windows 2003 Server breaks Python and Perl: > http://www.tech-archive.net/Archive/Windows/microsoft.public.windows.server. > networking/2005-04/msg00346.html but, since Sean said he can run python > after getting those installed, I'm clueless... > > > _______________________________________________ > Spambayes at python.org > http://mail.python.org/mailman/listinfo/spambayes > Check the FAQ before asking: http://spambayes.sf.net/faq.html > From scott at whigham.org Sat May 7 15:00:29 2005 From: scott at whigham.org (Scott Whigham) Date: Sat, 7 May 2005 08:00:29 -0500 Subject: [Spambayes] SPAM-LOW: Re: Windows 2003 Server SP1 breaks Outlook Plugin? In-Reply-To: <427CBAD6.3000806@comcast.net> Message-ID: <20050507130048.1C75E1E4003@bag.python.org> Hmmm - I'm a developer too (.NET/C#). It's probably pretty far fetched to think that having Visual Studio 2003 EA installed makes any difference; I mention it only because you said the Python guys' Spambayes is working fine. Here's a list of my dev software: Windows 2003 SP1 -- Visual Studio 2003 Ent Arch -- Office 2003 Pro -- SQL Server 2000 SP3a I doubt it matters but I wonder if Sean has any of these installed and whether they contribute/cause problems -----Original Message----- From: Sean Covel [mailto:seanecovel at comcast.net] Sent: Saturday, May 07, 2005 7:56 AM To: Scott Whigham Cc: spambayes at python.org Subject: SPAM-LOW: Re: [Spambayes] Windows 2003 Server SP1 breaks Outlook Plugin? I'm working with the Python Win32 Extension guys at the moment. They said they have a 2003 Server and Python Win32 Extensions work on it. I'm going to see if I can help them debug the problem. I'm a developer, although not a Python developer....Hopefully we can resolve this. I miss my SpamBayes too! :'( Sean Scott Whigham wrote: > I did find this thread about how Windows 2003 Server breaks Python and Perl: > http://www.tech-archive.net/Archive/Windows/microsoft.public.windows.server. > networking/2005-04/msg00346.html but, since Sean said he can run > python after getting those installed, I'm clueless... > > > _______________________________________________ > Spambayes at python.org > http://mail.python.org/mailman/listinfo/spambayes > Check the FAQ before asking: http://spambayes.sf.net/faq.html > From seanecovel at comcast.net Sat May 7 21:15:53 2005 From: seanecovel at comcast.net (Sean Covel) Date: Sat, 07 May 2005 15:15:53 -0400 Subject: [Spambayes] SPAM-LOW: Re: Windows 2003 Server SP1 breaks Outlook Plugin? Message-ID: <427D13E9.4050901@comcast.net> Too funny! I have all of those installed, and VS 6 too. When I tried to look at the crash in the debugger it appeared to me that it was crashing in the C++ run-time. The VC7 C++ runtime. Sean Scott Whigham wrote: > Hmmm - I'm a developer too (.NET/C#). It's probably pretty far fetched to > think that having Visual Studio 2003 EA installed makes any difference; I > mention it only because you said the Python guys' Spambayes is working fine. > > > Here's a list of my dev software: > > Windows 2003 SP1 > -- Visual Studio 2003 Ent Arch > -- Office 2003 Pro > -- SQL Server 2000 SP3a > > I doubt it matters but I wonder if Sean has any of these installed and > whether they contribute/cause problems > > -----Original Message----- > From: Sean Covel [mailto:seanecovel at comcast.net] > Sent: Saturday, May 07, 2005 7:56 AM > To: Scott Whigham > Cc: spambayes at python.org > Subject: SPAM-LOW: Re: [Spambayes] Windows 2003 Server SP1 breaks Outlook > Plugin? > > I'm working with the Python Win32 Extension guys at the moment. They said > they have a 2003 Server and Python Win32 Extensions work on it. > I'm going to see if I can help them debug the problem. I'm a developer, > although not a Python developer....Hopefully we can resolve this. I miss my > SpamBayes too! :'( > > Sean > > Scott Whigham wrote: > >>I did find this thread about how Windows 2003 Server breaks Python and > > Perl: > > http://www.tech-archive.net/Archive/Windows/microsoft.public.windows.server. > >>networking/2005-04/msg00346.html but, since Sean said he can run >>python after getting those installed, I'm clueless... >> >> >>_______________________________________________ >>Spambayes at python.org >>http://mail.python.org/mailman/listinfo/spambayes >>Check the FAQ before asking: http://spambayes.sf.net/faq.html >> > > > > From seandarcy2 at gmail.com Sat May 7 22:12:22 2005 From: seandarcy2 at gmail.com (sean) Date: Sat, 07 May 2005 16:12:22 -0400 Subject: [Spambayes] cvs dies at FileCorpus Message-ID: Using today's cvs: sb_server.py SpamBayes POP3 Proxy Version 1.1a1 (April 2005) Loading database... Traceback (most recent call last): File "/usr/bin/sb_server.py", line 1096, in ? run() File "/usr/bin/sb_server.py", line 1084, in run prepare() File "/usr/bin/sb_server.py", line 1009, in prepare state.prepare(can_stop) File "/usr/bin/sb_server.py", line 808, in prepare self.createWorkers() File "/usr/bin/sb_server.py", line 891, in createWorkers factory = GzipFileMessageFactory(self.mdb) File "/usr/lib/python2.4/site-packages/spambayes/FileCorpus.py", line 303, in __init__ Corpus.MessageFactory.__init__(self) AttributeError: class MessageFactory has no attribute '__init__' sean From shapse at earthlink.net Sat May 7 23:41:14 2005 From: shapse at earthlink.net (Steven N. Shapse, Ph.D.) Date: Sat, 7 May 2005 17:41:14 -0400 Subject: [Spambayes] does not work with all accounts Message-ID: <005001c5534d$863eb190$0201a8c0@STEVEN> Just set up spambayes. It works fine with Earthlink, but not with another account I have with magalinc.org. When I change the incoming server to localhost, (or the machine's name) it keeps asking me for a password and user name. It does not do this with Earthlink. Any ideas? Thanks. Steven N. Shapse, Ph.D. 145 Lincoln Road Lincoln, MA 01773 781-259-0283 The information transmitted in this email is intended only for the person or entity to whom it is addressed and may contain confidential and/or privileged material. Any review, retransmission dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this email in error, please contact the sender and delete the material from any computer. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050507/c5432e98/attachment.html From jagallagher at adelphia.net Sun May 8 23:32:06 2005 From: jagallagher at adelphia.net (John Gallagher) Date: Sun, 8 May 2005 14:32:06 -0700 Subject: [Spambayes] Problem with mail proxy Message-ID: <001001c55415$62ae3e80$6600a8c0@John> I am using SpamBayes POP3 Proxy Version 0.4 (February 2004) (binary), with version 2.3.2+ (#49, Oct 23 2003, 15:50:06) [MSC v.1200 32 bit (Intel)] of Python; my operating system is Windows 5.1.2600.2 (Service Pack 2). I have trained 1569 ham and 2169 spam. The problem I am having is: Spambayes is no longer intercepting my incoming mail. The problem occurred when I tried to reconfigured spambayes to a new isp mail server. My isp changed the server from pop.dc3.adelphia.net to mail.adelphia.net I changed the remote server to what you see below and I also tried both pop.mail.adelphia.net and mail.adelphia.net Appreciate your help in correctly reconfiguring Thanks Remote Servers: Remote Servers: The SpamBayes POP3 proxy intercepts incoming email and classifies it before sending it on to your email client. You need to specify which POP3 server(s) you wish it to intercept - a POP3 server address typically looks like "pop3.myisp.net". If you use more than one server, simply separate their names with commas. You can get these server names from your existing email configuration, or from your ISP or system administrator. If you are using Web-based email, you can't use the SpamBayes POP3 proxy (sorry!). In your email client's configuration, where you would normally put your POP3 server address, you should now put the address of the machine running SpamBayes. Current Value: pop3.mail.adelphia.net SpamBayes Ports: SpamBayes Ports: Each POP3 server that is being monitored must be assigned to a 'port' in the SpamBayes POP3 proxy. This port must be different for each monitored server, and there must be a port for each monitored server. Again, you need to configure your email client to use this port. If there are multiple servers, you must specify the same number of ports as servers, separated by commas. Current Value: 110 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050508/1306f46b/attachment.htm From johngwalker at tiscali.co.uk Sun May 8 23:52:56 2005 From: johngwalker at tiscali.co.uk (John G Walker) Date: Sun, 8 May 2005 22:52:56 +0100 Subject: [Spambayes] Problem with mail proxy In-Reply-To: <001001c55415$62ae3e80$6600a8c0@John> References: <001001c55415$62ae3e80$6600a8c0@John> Message-ID: <11614167128.20050508225256@tiscali.co.uk> John, You say your ISP changed the server to mail.adelphia.net, yet you also say you have the SpamBayes POP3 parameter as pop3.mail.adelphia.net. If you're reporting correctly, you should lose the "pop3." at the beginning of SpamBayes' POP3 parameter, -- All the best, John Sunday, May 8, 2005, 10:32:06 PM, you wrote: > I am using SpamBayes POP3 Proxy Version 0.4 (February 2004) > (binary), with version 2.3.2+ (#49, Oct 23 2003, 15:50:06) [MSC > v.1200 32 bit (Intel)] of Python; my operating system is Windows > 5.1.2600.2 (Service Pack 2). I have trained 1569 ham and 2169 spam. > The problem I am having is: Spambayes is no longer intercepting my incoming mail. > The problem occurred when I tried to reconfigured spambayes to a new isp mail server. > My isp changed the server from pop.dc3.adelphia.net to mail.adelphia.net > I changed the remote server to what you see below and I also > tried both pop.mail.adelphia.net and > mail.adelphia.net > Appreciate your help in correctly reconfiguring > Thanks > Remote Servers: Remote Servers: The SpamBayes > POP3 proxy intercepts incoming email and classifies it before > sending it on to your email client. You need to specify which POP3 > server(s) you wish it to intercept - a POP3 server address typically > looks like "pop3.myisp.net". If you use more than one server, simply > separate their names with commas. You can get these server names > from your existing email configuration, or from your ISP or system > administrator. If you are using Web-based email, you can't use the > SpamBayes POP3 proxy (sorry!). In your email client's configuration, > where you would normally put your POP3 server address, you should > now put the address of the machine running SpamBayes. > Current Value: pop3.mail.adelphia.net > SpamBayes Ports: SpamBayes Ports: Each POP3 > server that is being monitored must be assigned to a 'port' in the > SpamBayes POP3 proxy. This port must be different for each monitored > server, and there must be a port for each monitored server. Again, > you need to configure your email client to use this port. If there > are multiple servers, you must specify the same number of ports as > servers, separated by commas. > Current Value: 110 From tameyer at ihug.co.nz Mon May 9 08:30:58 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 9 May 2005 18:30:58 +1200 Subject: [Spambayes] cvs dies at FileCorpus In-Reply-To: Message-ID: > Using today's cvs: > > sb_server.py > SpamBayes POP3 Proxy Version 1.1a1 (April 2005) [...] > AttributeError: class MessageFactory has no attribute '__init__' Sorry; my bad. This should be fixed now (once anonymous CVS catches up). =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 9 08:33:25 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 9 May 2005 18:33:25 +1200 Subject: [Spambayes] Unable to retrieve spambayes In-Reply-To: Message-ID: > In Outlook, my spambayes icons appear, but not working. > I've tried troubleshooting, but spambayes add-in not > loading. The troubleshooting guide (normally accessible from the SpamBayes toolbar, installed in the docs folder in the folder you installed SpamBayes into, or available online) describes how to troubleshoot common toolbar problems: If those don't work, then please send us a copy of your log file (the troubleshooting guide explains where to find the log file), which should contain the additional information necessary for us to figure out what is going wrong. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 9 08:37:25 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 9 May 2005 18:37:25 +1200 Subject: [Spambayes] does not work with all accounts In-Reply-To: Message-ID: > Just set up spambayes. It works fine with Earthlink, but > not with another account I have with magalinc.org. When > I change the incoming server to localhost, (or the > machine's name) it keeps asking me for a password and user > name. It does not do this with Earthlink. If you're using two POP3 servers, each will need to run on a separate port on your local machine. This is setup in SpamBayes by entering in the addresses of the servers in the "Remote Servers" option (e.g. "pop.earthlink.net,pop.magalinc.org") and the local port numbers in the "Local Ports" option (e.g. "110,110"). I suspect you've managed to do this part. Then, in the mail program (e.g. Eudora, Thunderbird, Outlook Express) that you're using, you'll need to specify the port (e.g. 110) for the second connection (the mail program will default to 110, which will work for the first one). For example, in Outlook Express this is on the Advanced tab. The mail program might ask for the username/password once more, but should then work. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 9 08:43:34 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 9 May 2005 18:43:34 +1200 Subject: [Spambayes] Windows 2003 Server SP1 breaks Outlook Plugin? In-Reply-To: Message-ID: > I Emailed the Python Win32 Extensions project asking if they > were aware of any issues with 2003 Server SP1, and sent them > the debugging output I had collected. How did you do this? Did you open a support request or something? I haven't seen anything on the pywin32 mailing list. > It would be good if the SpamBayes developers could also > contact them to see if there is anything that needs to be > done to fix the situation. Mark Hammond and Thomas Heller of pywin32 are also SpamBayes developers (although not particularly active here at present; Mark more-or-less* wrote the Outlook plug-in, though). So I'm not sure that there's anything anyone else here (on this list) can do. If the pywin32 people can identify a problem, then the solution will probably involve waiting for a new pywin32 build, which SpamBayes will use in future. =Tony.Meyer * Sean True did the original version. -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 9 08:46:25 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 9 May 2005 18:46:25 +1200 Subject: [Spambayes] Windows 2003 Server SP1 breaks Outlook Plugin? In-Reply-To: Message-ID: Apologies for the delay. >> import win32api >> import win32com >> import win32con >> import win32gui >> import pythoncom [...] > No joy. They all ran fine. If all this is doing is > registering the libraries, perhaps they need to be exorcised > to crash. Is there a validation suite for pywin32? Some > sort of test app for regression testing? Weird. The Outlook plug-in doesn't really do much more than that before creating the log file. You could try figuring out where in addin.py things are going wrong (e.g. adding print statements), I guess, although that could be quite time consuming. If you add a "win32traceutil;print 'this is a test'" statement to the very top of addin.py, does it then manage to print something out to the pywin32 trace collector when you start the addin? =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 9 08:50:23 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 9 May 2005 18:50:23 +1200 Subject: [Spambayes] Different login from same computer In-Reply-To: Message-ID: > I have a different login and profile when I login into my > computer remotely and the spambayes filter does not work > from this login. Can we apply the same training to this > other profile. There are two parts to this: 1. To get SpamBayes to work for all users of the machine, follow the steps in the troubleshooting guide: 2. To get SpamBayes to use the same database for all users of the machine, follow the steps in the configuration guide: Essentially, you'll have to tell either SpamBayes to look in a specific place for the data directory, irregardless of user. It doesn't matter where this place is - you can use your existing data directory if you like. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 9 08:53:22 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 9 May 2005 18:53:22 +1200 Subject: [Spambayes] Thank you SpamBayes!!! In-Reply-To: Message-ID: > This is just a note to say thanks to the developers of > SpamBayes! On behalf of everyone, you're welcome. [...] > The only complaints I have had are from end-users who have > enabled notification in Outlook. They will get a notification > that they have new mail but, when they look in the Inbox > there is no new mail -- because SB has sucked it out of their Inbox! Note that in the upcoming 1.1 release (an alpha, 1.1a1, is available now) this is addressed to a certain extent. Users of the Outlook plug-in can set SpamBayes to play a notification sound when ham/unsure/spam mail arrives (e.g. only for ham and unsure, and not for spam) and turn off the Outlook one. If everything goes smoothly with this feature, it'll probably be extended in future to include a tray icon, like the Outlook one. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 9 08:54:35 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 9 May 2005 18:54:35 +1200 Subject: [Spambayes] error report In-Reply-To: Message-ID: > the log shows errors that I don't understand. please help. Please see FAQ 5.2: =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 9 09:01:10 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 9 May 2005 19:01:10 +1200 Subject: [Spambayes] AssertionError: assert spamcount <= nspam ?? In-Reply-To: Message-ID: > Aargh! I just painstakingly rebuilt my database by creating > as accurate a spam and ham files as I could. What did you use to rebuild? It seems likely that the problem occurred then. > [greg at server ~]$ sb_dbexpimp.py -e -p .hammiedb -f > hammiedb.csv Traceback (most recent call last): [...] > tempbayes = pickle.load(fp) > EOFError > > Suggestions? Is .hammiedb a pickle or bsddb database? It looks like it's a bsddb database, but you're telling sb_dbexpimp.py that it's a pickle. Try this: sb_dbexpimp.py -e -d .hammiedb -f hammiedb.csv > Anyway, this corruption of tokens sounds like a bug to me. It's probably not the corruption of token counts, but of the total messages trained (at least that was the case ages back when this problem was common). It shouldn't be possible for training that successfully completes to cause this problem - if it does, then yes it's a bug (and if you can figure a way for that to happen, please open a bug tracker on sourceforge and we'll address it). =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 9 08:57:45 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 9 May 2005 18:57:45 +1200 Subject: [Spambayes] filter misclassification In-Reply-To: Message-ID: > The clues were obtained using > > /usr/local/bin/showclues.py -d .hammiedb specimen_file > out_filename > > But before doing this I retrained my database .hammiedb using > > sb_mboxtrain.py -d .hammiedb -g mail/ham > -s mail/spam > /dev/null 2>&1 > > > to get the revised contents of out_filename as: > > ************************************************************** > Combined Score: 6% (0.0565183) > ************************************************************** > Internal ham score (*H*): 0.997835 > Internal spam score (*S*): 0.110872 I'm not sure what the problem is here. Your original mail said that you needed the message to be scored as ham, and that's what's happening here (0.06 is pretty close to 0). Is this message actually spam? > # ham trained on: 771 > # spam trained on: 56 Note that this is a reasonable imbalance, and we generally recommend that the database is kept approximately balanced. See for more information. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 9 09:06:56 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 9 May 2005 19:06:56 +1200 Subject: [Spambayes] Problem with POP3 Proxy: Russian codepage Koi8-R orWin1251 In-Reply-To: Message-ID: > I am using SpamBayes POP3 Proxy Version 1.0.3 Please considering upgrading to 1.0.4 - 1.0.3 contains a bug that may cause excessively large log files. > I want to see russian letters in subject of review messages and I > trouble classify of message. Choice of font or codepage on IE browser > no help. > Where can I download localizition version or patch for Spambayes Web > Interface? I suspect that the changes in this patch: [ 824651 ] Multibyte (CJK etc.) message support may fix your problem. What happens at the moment if you try to view these messages? Do you get an error, or is the display incorrect in some way? Could you forward a copy of an example message that doesn't work to the list? =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 9 09:13:27 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 9 May 2005 19:13:27 +1200 Subject: [Spambayes] mac os x install error In-Reply-To: Message-ID: > re-installing 1.0.4 with --force, I get a new error: [...] > AttributeError: 'NoneType' object has no attribute 'nspam' Weird. I can't see how this can happen. What happens if you run sb_server as follows: python sb_server.py -p hammie.pik ? =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From jc.catteau at adhoc-com.com Mon May 9 11:17:46 2005 From: jc.catteau at adhoc-com.com (JC CATTEAU) Date: Mon, 9 May 2005 10:17:46 +0100 Subject: [Spambayes] Help : Toolbar does not appear in my Outlook Message-ID: <20050509081620.D43B91FFFFC6@mwinf0104.wanadoo.fr> I just installed Spam bayes 1.0.4 on my PC with Windows XP an Outlook 2003. The SpamBayes Toolbar does not appear and is either not available in the customize Toolbars section. What happened and what can I do ? Historical : Please note that I re-installed Spam Bayes after a bug and a message "a very serious failure occured with Spam Bayes" and I couldn't run it any more. So I remove Spam Bayes from my computer, downloaded the latest version, deleted the previous Toolbar from the customize menu of Outlook, re-installed the new SpamBayes. No new Spam bayes toolbar is displayed in my Outlook. So what ? Thanks to help me. JCC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050509/4009e2be/attachment.html From tameyer at ihug.co.nz Mon May 9 10:20:38 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 9 May 2005 20:20:38 +1200 Subject: [Spambayes] Help : Toolbar does not appear in my Outlook In-Reply-To: Message-ID: > I just installed Spam bayes 1.0.4 on my PC with > Windows XP an Outlook 2003. > > The SpamBayes Toolbar does not appear and is either > not available in the customize Toolbars section. Check to see if Outlook has disabled the plug-in: Help->About Microsoft Outlook->Disabled Items. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From gowranga at serc.iisc.ernet.in Mon May 9 12:29:22 2005 From: gowranga at serc.iisc.ernet.in (K. H. Gowranga) Date: Mon, 9 May 2005 15:59:22 +0530 (IST) Subject: [Spambayes] filter misclassification In-Reply-To: References: Message-ID: Hello, On Mon, 9 May 2005, Tony Meyer wrote: > > ************************************************************** > > Combined Score: 6% (0.0565183) > > ************************************************************** > > Internal ham score (*H*): 0.997835 > > Internal spam score (*S*): 0.110872 > > I'm not sure what the problem is here. Your original mail said that you > needed the message to be scored as ham, and that's what's happening here > (0.06 is pretty close to 0). Is this message actually spam? > > > # ham trained on: 771 > > # spam trained on: 56 > > Note that this is a reasonable imbalance, and we generally recommend that > the database is kept approximately balanced. See > for more information. Indeed I require the message to be scored as "ham". But despite my retraining with just 15 messages each for "spam" and "ham" (to keep the database balanced), I get the following message again delivered to my "spam" folder. Interestingly the message has no "X-Spambayes-Classification" header added but instead has "X-Folder:Bulk". Message Return-Path: X-Original-To: gowranga at serc.iisc.ernet.in Delivered-To: gowranga at serc.iisc.ernet.in Received: from lyris.msfc.nasa.gov (www.spaceweather2.com [72.3.135.213]) by serc.iisc.ernet.in (Postfix) with SMTP id 5320B18A5 for ; Mon, 9 May 2005 11:43:14 +0530 (IST) From: NASA Science News To: NASA Science News Subject: Mysterious Cancer Date: Sun, 08 May 2005 23:27:56 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="MIMEBoundary3b7bc6f40fd9de9271dd11b6180be282" List-Unsubscribe: Message-Id: X-Folder: Bulk Parts/Attachments: Parts/Attachments: 1 OK 17 lines Text (charset: ISO-8859-1) 2 Shown 12 lines Text (charset: ISO-8859-1) ---------------------------------------- NASA Science News for May 9, 2005

Researchers agree that space radiation can cause cancer. They're just not sure how.

FULL STORY at

http://science.nasa.gov/headlines/y2005/09may_mysteriouscancer.htm?list1114 17

The Science at NASA Podcast feed is available at http://science.nasa.gov/podcast.xml. ... Kindly suggest what could have gone wrong. I get NASA news regularly as messages, as I have subscribed to it. Thanks. -gowranga From greg at gulik.org Mon May 9 18:27:45 2005 From: greg at gulik.org (Gregory Gulik) Date: Mon, 09 May 2005 11:27:45 -0500 Subject: [Spambayes] AssertionError: assert spamcount <= nspam ?? In-Reply-To: References: Message-ID: <427F8F81.7090009@gulik.org> Tony Meyer wrote: > Is .hammiedb a pickle or bsddb database? It looks like it's a bsddb > database, but you're telling sb_dbexpimp.py that it's a pickle. Try this: > > sb_dbexpimp.py -e -d .hammiedb -f hammiedb.csv Doh!!! That was it. > It's probably not the corruption of token counts, but of the total messages > trained (at least that was the case ages back when this problem was common). > It shouldn't be possible for training that successfully completes to cause > this problem - if it does, then yes it's a bug (and if you can figure a way > for that to happen, please open a bug tracker on sourceforge and we'll > address it). I restored a .hammiedb from backups from the day before the problem occurred and have continued re-training on errors from there. So far the problem has not re-occurred. I'm wondering if it's a locking issue. The filter is run out of Procmail which uses locking but my train on error script doesn't do any locking by itself. I'm assuming that the Spam Bayes scripts do locking on the hammiedb file to prevent problems. -- Greg Gulik http://www.gulik.org/greg/ greg @ gulik.org From evans at heartventures.com Mon May 9 17:35:36 2005 From: evans at heartventures.com (Gerald L Evans) Date: Mon, 9 May 2005 11:35:36 -0400 Subject: [Spambayes] Help Message-ID: <20050509153538.2679B37148@legolas.insight-builder.com> I recently installed Spambayes and see an occasional message arrive and disappear. It does not appear in my Inbox, Suspect box or Junk box. How do I check it to be sure it was SPAM? Where is it going????? Gerald Evans -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050509/72c35285/attachment.html From hotmailprivacy at hotmail.com Mon May 9 19:27:41 2005 From: hotmailprivacy at hotmail.com (MSN Hotmail) Date: Mon, 9 May 2005 10:27:41 -0700 (PDT) Subject: [Spambayes] (no subject) Message-ID: <200505091727.j49HRfw0028153@bay0-pcs2.bay0.hotmail.com> Thank you for your inquiry. Although this e-mail address is no longer monitored, we want to assist you with your question. Please go to the appropriate link below for the product or topic you are inquiring about. >>For all privacy issues, please contact msnprivacy at msn.com. >>For instructions on reporting abuse issues (e.g., spam, chain letters, harassment, profanity, pornography, etc.), please go to: http://support.msn.com/solutionarticle.aspx?cp=true&pk=msncom&pp=both/msncom&aid=7786 If you want to report an e-mail abuse issue specifically, contact: abuse at hotmail.com. >>For all Hotmail sign-in and password issues, including help with Passport and sign-in issues on any other MSN service, go to: https://memberservices.passport.net/ Click "Help". >>For Hotmail technical support, sign in to your Hotmail account and click "Help". >>For help with other MSN products or services, go to http://www.msn.com/contactus.ashx. This is an unmonitored e-mail address so please be sure to go to one of the links above. We value your business and thank you for using MSN. Please note that you will not receive a reply if you respond directly to this message. From seanecovel at comcast.net Mon May 9 19:55:21 2005 From: seanecovel at comcast.net (Sean Covel) Date: Mon, 09 May 2005 13:55:21 -0400 Subject: [Spambayes] Windows 2003 Server SP1 breaks Outlook Plugin? In-Reply-To: References: Message-ID: <427FA409.5070103@comcast.net> Tony, Tony Meyer wrote: >>I Emailed the Python Win32 Extensions project asking if they >>were aware of any issues with 2003 Server SP1, and sent them >>the debugging output I had collected. > > > How did you do this? Did you open a support request or something? I > haven't seen anything on the pywin32 mailing list. > I wasn't sure I had enough detail to open a ticket, so I just Emailed Mark Hammond directly. > >>It would be good if the SpamBayes developers could also >>contact them to see if there is anything that needs to be >>done to fix the situation. > > > Mark Hammond and Thomas Heller of pywin32 are also SpamBayes developers > (although not particularly active here at present; Mark more-or-less* wrote > the Outlook plug-in, though). So I'm not sure that there's anything anyone > else here (on this list) can do. > Well, isn't THAT interesting... > If the pywin32 people can identify a problem, then the solution will > probably involve waiting for a new pywin32 build, which SpamBayes will use > in future. > True. Thanks. Sean > =Tony.Meyer > > * Sean True did the original version. > From seanecovel at comcast.net Mon May 9 19:59:35 2005 From: seanecovel at comcast.net (Sean Covel) Date: Mon, 09 May 2005 13:59:35 -0400 Subject: [Spambayes] Windows 2003 Server SP1 breaks Outlook Plugin? In-Reply-To: References: Message-ID: <427FA507.6070203@comcast.net> Tony, Tony Meyer wrote: > Apologies for the delay. > no prob. I get busy too! > >>> import win32api >>> import win32com >>> import win32con >>> import win32gui >>> import pythoncom > > [...] > > If you add a "win32traceutil;print 'this is a test'" statement to the very > top of addin.py, does it then manage to print something out to the pywin32 > trace collector when you start the addin? The console trace collector? (win32traceutil.py) You remember the GUI is crashing too. (PythonWin.exe) I'll give it a shot when I get a chance and I'll let you know. Sean > > =Tony.Meyer > From seanecovel at comcast.net Mon May 9 21:16:33 2005 From: seanecovel at comcast.net (Sean Covel) Date: Mon, 09 May 2005 15:16:33 -0400 Subject: [Spambayes] Windows 2003 Server SP1 breaks Outlook Plugin? In-Reply-To: References: Message-ID: <427FB711.6050605@comcast.net> Tony, Registration was successful. It was before. Its when it tried to run inside Outlook that its crashing. I added "import win32traceutil" then "win32traceutil;print 'This is a test'" and saw the output in the win32traceutil.py console. Any other steps you can suggest? Sean Tony Meyer wrote: > Apologies for the delay. > > >>> import win32api >>> import win32com >>> import win32con >>> import win32gui >>> import pythoncom > > [...] > >>No joy. They all ran fine. If all this is doing is >>registering the libraries, perhaps they need to be exorcised >>to crash. Is there a validation suite for pywin32? Some >>sort of test app for regression testing? > > > Weird. The Outlook plug-in doesn't really do much more than that before > creating the log file. You could try figuring out where in addin.py things > are going wrong (e.g. adding print statements), I guess, although that could > be quite time consuming. > > If you add a "win32traceutil;print 'this is a test'" statement to the very > top of addin.py, does it then manage to print something out to the pywin32 > trace collector when you start the addin? > > =Tony.Meyer > From dray at hilliard.com Mon May 9 23:10:42 2005 From: dray at hilliard.com (dray@hilliard.com) Date: Mon, 9 May 2005 17:10:42 -0400 Subject: [Spambayes] Stock Traders Daily OTC Alert: CMKK Message-ID: From tameyer at ihug.co.nz Tue May 10 01:09:39 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 10 May 2005 11:09:39 +1200 Subject: [Spambayes] Help In-Reply-To: Message-ID: > I recently installed Spambayes and see an occasional > message arrive and disappear. It does not appear in > my Inbox, Suspect box or Junk box. How do I check it > to be sure it was SPAM? Where is it going????? Please see FAQ 3.12: =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Tue May 10 01:16:02 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 10 May 2005 11:16:02 +1200 Subject: [Spambayes] Windows 2003 Server SP1 breaks Outlook Plugin? In-Reply-To: Message-ID: > Registration was successful. It was before. Its when it > tried to run inside Outlook that its crashing. addin.py gets called when Outlook loads the plug-in, not just at registration. It's presumably dying in there somewhere (or in something it calls). The win32 calls are the most suspicious, since PythonWin dies too. > I added "import win32traceutil" > then "win32traceutil;print 'This is a test'" and saw the > output in the win32traceutil.py console. A good start. At least it's getting as far as that. > Any other steps you can suggest? The only thing I can think of (unless Mark knows something) is to try and figure out where it's crashing. The OutlookAddin class (around line 1258) is the one that first gets called (by Outlook). You could see if adding a print statement to the __init__ function results in win32traceutil.py output, and the same for the OnConnection function. (It must die somewhere before the end of OnConnection, because that has the first log entries, which don't get printed). =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Tue May 10 01:19:11 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 10 May 2005 11:19:11 +1200 Subject: [Spambayes] [spambayes-dev] spam bayes In-Reply-To: Message-ID: Please note that the spambayes-dev list is for discussion about the development of spambayes. Bugs, support requests, and the like should be addressed to spambayes at python.org. > How do I set the SpamBayes to collect my pop3 email? Have you gone through the steps in the readme that the installer offers you? If so, please let us know at which step you're having trouble, so we can help further. It would also help to know what mail program (e.g. Eudora, Outlook Express, Thunderbird) you are using. If you haven't read that readme, then that's a good place to start. > Is there any way to set it up so that I can do this "web based"? The SpamBayes sb_server (for POP3, non-Outlook, mail) has a web interface for reviewing messages and configuration, if that is what you mean. If you mean can you use it for reading your mail in a web browser, then no. Likewise, if you mean can you use it with webmail (e.g. Hotmail, gmail), the answer is also no. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Tue May 10 02:00:50 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 10 May 2005 12:00:50 +1200 Subject: [Spambayes] Help In-Reply-To: Message-ID: > I read section 3.12 and the mail is not in ANY of my folders. > I see it coming in and it disappears and does not appear in > any folder. Did you check to see if the folder had a view filter active, as described in the FAQ? > I have a junk E-mail folder that is designated > for SPAM, but have seen zero. Did you check that you're looking at the right folder, as described in the FAQ? > 90% of the messages arriving have gone into Junk Suspects. Only 2 messages have gone > directly to my inbox. That's a training issue, not a problem with missing mail. > When I search for it (having caught the > sender's name as it flashed by), it does not come up. Using the Advanced Find function (not the regular, rather useless, one)? Searching in all folders, not just where you expect it to be? =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Tue May 10 02:03:45 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 10 May 2005 12:03:45 +1200 Subject: [Spambayes] AssertionError: assert spamcount <= nspam ?? In-Reply-To: Message-ID: > I'm wondering if it's a locking issue. The filter is run out of > Procmail which uses locking but my train on error script > doesn't do any locking by itself. I'm assuming that the Spam Bayes > scripts do locking on the hammiedb file to prevent problems. That'll be it. SpamBayes doesn't do any locking on the db file at all. Most users don't need it (those that are only using one script, like the Outlook plug-in, sb_server, or sb_imapfilter), and most users that do (procmail + sb_filter types) are able to do their own locking. So it's never been added. If you can get your scripts to do the locking, that would be easiest. Otherwise, you could patch SpamBayes to do it - there's an open feature request for this: [ 1149648 ] please provide some locking mechanism If you do patch SpamBayes, it would be great if you could give the patch to us, as well; I'm sure that we wouldn't have a problem with including it in a future release. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Tue May 10 04:29:34 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 10 May 2005 14:29:34 +1200 Subject: [Spambayes] Help In-Reply-To: Message-ID: > I do not see any place that mentions "view filter active". >From : """ Sometimes mail is in the Inbox (or another folder), but not visible. This, too, isn't SpamBayes's doing. You can set Outlook up to only show a subset of the messages in the folder, with a "View Filter". """ To manage view filters, you select the folder in question, then choose View->Current View->Customize Current View. Next to Filter, it should say "Off". If you click Filter, you can change the settings. If there aren't are view filters set, then you should check to see whether SpamBayes is actually filtering these messages. An entry is written to the SpamBayes log file each time a message is filtered. You can view the log file by doing SpamBayes->SpamBayes Manager->Advanced->Diagnostics->View Log. If a log entry isn't written for the message, then SpamBayes isn't seeing it. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From paul.rigby at kutana.co.uk Tue May 10 10:34:43 2005 From: paul.rigby at kutana.co.uk (Paul Rigby) Date: Tue, 10 May 2005 09:34:43 +0100 Subject: [Spambayes] Thanks Message-ID: <913D65374C1BD311AC150050043DD00A2858E1@porterdodson.kutana> Brilliant, I've got my inbox back! Thanks! ... so easy to install too ... Regards, Paul paul.rigby at kutana.co.uk Kutana http://www.kutana.co.uk 0870 220 2275 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/ms-tnef Size: 2691 bytes Desc: not available Url : http://mail.python.org/pipermail/spambayes/attachments/20050510/d2235ed7/attachment-0001.bin From ddickson at rmcis.com Tue May 10 16:35:06 2005 From: ddickson at rmcis.com (David Dickson) Date: Tue, 10 May 2005 09:35:06 -0500 Subject: [Spambayes] Add in problem, and solution Message-ID: <2F8633F3EBB1D511863200C09F046C365B92A4@rmcis1.rmcis.com> I am using Outlook 2000 on Windows XP Pro, recently re-installed on a new disk drive. The only major difference from how I have used SpamBayes for the past 2 years is that I have now replaced a commercial, mainstream virus scan solution with Avast. SpamBayes stops working at times, not sure exactly when or why. After going through many of the steps in your troubleshooting guide, I determined it to be some sort of addin problem. Symptoms are that many, though not all, of the buttons did not work. At times, I can manually filter, I think. But delete spam never seems to work. Removing the toolbar, restarting outlook, do not work. The log file shows lots of errors similar to this: Traceback (most recent call last): File "win32com\server\policy.pyc", line 283, in _Invoke_ File "win32com\server\policy.pyc", line 288, in _invoke_ File "win32com\server\policy.pyc", line 581, in _invokeex_ File "addin.pyc", line 601, in OnClick File "addin.pyc", line 1014, in GetSelectedMessages File "win32com\client\__init__.pyc", line 455, in __getattr__ File "win32com\client\__init__.pyc", line 446, in _ApplyTypes_ pywintypes.com_error: (-2147352567, 'Exception occurred.', (4096, 'Microsoft Outlook', 'The operation failed.', None, 0, -2147221241), None) pythoncom error: Python error invoking COM method. Let me know if you want the whole file. BTW, the file is in a Temp folder, which is not what the Troubleshooting guide states. Anyway, after stopping and starting, I noted that Outlook seemed to be shutting down very quickly, so went looking into processes. There was still an active Outlook process shown. Terminating that, and restarting Outlook solved the problem. This has now happened on two occasions that I know of (others may have also occured, but a system restart would have solved it without me being aware). Not at all sure this is a SpamBayes bug, but it is another solution to the problem of the Addin not loading/toolbar not working/messages not automatically being filtered. Great product, thanks. From kenny.pitt at gmail.com Tue May 10 18:27:10 2005 From: kenny.pitt at gmail.com (Kenny Pitt) Date: Tue, 10 May 2005 12:27:10 -0400 Subject: [Spambayes] Feature Request In-Reply-To: <16E2027582CDB74180896CDB4B8CC1F9F15436@PKCVT01.pkc.com> Message-ID: <4280e0df.372642a8.7efc.7131@mx.gmail.com> Jesse Pelton wrote: > (Thunderbird also allows you to send messages from senders not in > your address book to a folder, but I couldn't find a way to do this > with Outlook.) Try this: Use "Move messages from someone to a folder", but uncheck the "from people or distribution list" to operate on all messages. Then choose "except if sender is in specified Address Book" in the exceptions. Also for anyone using Outlook rules, remember to make sure that background filtering is enabled on the Advanced tab so that the Outlook rules will run before SpamBayes processes the message. -- Kenny Pitt From wlaforce at leadershiptriangle.com Tue May 10 18:44:43 2005 From: wlaforce at leadershiptriangle.com (Winkie La Force) Date: Tue, 10 May 2005 12:44:43 -0400 Subject: [Spambayes] help!! Message-ID: <200505101644.j4AGibEH029287@srv01.exyst.com> I cannot open the spambayes when it is on my tool bar. I have removed it , added it, removed it added it, re-booted computer etc. but cannot get it to open when I click on it when it is on the tool bar. is there a phone number I can call? It has worked great for 3 weeks or so. Winkie La Force Executive Director Leadership Triangle PO Box 30050 Durham, NC 27702 919-595-5025 919-595-5120-fax 919-810-4466-cell www.leadershiptriangle.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050510/c1f596b9/attachment.html From bob_russell at attglobal.net Tue May 10 22:25:50 2005 From: bob_russell at attglobal.net (Bob Russell) Date: Tue, 10 May 2005 15:25:50 -0500 Subject: [Spambayes] Must Start Filtering Manually Message-ID: <20050510203225.BF08D17628B@smtp.xspedius.net> Problem: Spambayes works great if I manually "start filtering" every time. Please Help. Bob Russell OS Name Microsoft Windows XP Professional Version 5.1.2600 Service Pack 2 Build 2600 OS Manufacturer Microsoft Corporation System Name BRUSSELL2 System Manufacturer Dell Inc. System Model Inspiron 9100 System Type X86-based PC Processor x86 Family 15 Model 3 Stepping 3 GenuineIntel ~2793 Mhz Processor x86 Family 15 Model 3 Stepping 3 GenuineIntel ~2793 Mhz BIOS Version/Date Dell Inc. A01, 2/12/2004 SMBIOS Version 2.3 Windows Directory C:\WINDOWS System Directory C:\WINDOWS\system32 Boot Device \Device\HarddiskVolume2 Locale United States Hardware Abstraction Layer Version = "5.1.2600.2180 (xpsp_sp2_rtm.040803-2158)" User Name HOPENET1\BRussell Time Zone Central Standard Time Total Physical Memory 512.00 MB Available Physical Memory 176.79 MB Total Virtual Memory 2.00 GB Available Virtual Memory 1.96 GB Page File Space 1.22 GB Page File C:\pagefile.sys Loaded bayes database from 'C:\Documents and Settings\BRussell.HOPENET1\Application Data\SpamBayes\default_bayes_database.db' Loaded message database from 'C:\Documents and Settings\BRussell.HOPENET1\Application Data\SpamBayes\default_message_database.db' Bayes database initialized with 9238 spam and 3135 good messages SpamBayes Outlook Addin Binary Version 1.0.4 (March 2005) starting (with engine SpamBayes Engine Version 0.3 (January 2004)) on Windows 5.1.2600 (Service Pack 2) using Python 2.3.5 (#62, Feb 8 2005, 16:23:02) [MSC v.1200 32 bit (Intel)] SpamBayes: Watching (for filtering) in 'Archive Folders/Inbox' Eeek - only expecting one row from IPC.MS.REN.USERFIELDS got (((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),), ((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),)) Folder 'Mailbox - Bob Russell/IPM_SUBTREE/Junk E-Mail' has no field named 'Spam' - creating Eeek - only expecting one row from IPC.MS.REN.USERFIELDS got (((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),), ((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),)) WARNING: We just created the user field in folder Mailbox - Bob Russell/IPM_SUBTREE/Junk E-Mail, but it appears to not exist. Something is probably wrong with DoesFolderHaveOutlookField() SpamBayes: Watching (for incremental training) in 'Mailbox - Bob Russell/IPM_SUBTREE/Junk E-Mail' Eeek - only expecting one row from IPC.MS.REN.USERFIELDS got (((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),), ((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),)) Folder 'Mailbox - Bob Russell/IPM_SUBTREE/Junk Suspects' has no field named 'Spam' - creating Eeek - only expecting one row from IPC.MS.REN.USERFIELDS got (((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),), ((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),)) WARNING: We just created the user field in folder Mailbox - Bob Russell/IPM_SUBTREE/Junk Suspects, but it appears to not exist. Something is probably wrong with DoesFolderHaveOutlookField() Processing 0 missed spam in folder 'Inbox' took 0.350204ms FAILED to add the toolbar item 'SpamBayesCommand.Manager' - (-2147352567, 'Exception occurred.', (0, None, None, None, 0, -2147467259), None) The above toolbar message is common - recreating the toolbar... Saving configuration -> C:\Documents and Settings\BRussell.HOPENET1\Application Data\SpamBayes\Outlook.ini Moving and spam training message 'Clearence sale:' - Training on message 'Clearence sale:' in 'Mailbox - Bob Russell/IPM_SUBTREE/Inbox - trained as spam Saving configuration -> C:\Documents and Settings\BRussell.HOPENET1\Application Data\SpamBayes\Outlook.ini Saving configuration -> C:\Documents and Settings\BRussell.HOPENET1\Application Data\SpamBayes\Outlook.ini Saving configuration -> C:\Documents and Settings\BRussell.HOPENET1\Application Data\SpamBayes\Outlook.ini Saving configuration -> C:\Documents and Settings\BRussell.HOPENET1\Application Data\SpamBayes\Outlook.ini Saving configuration -> C:\Documents and Settings\BRussell.HOPENET1\Application Data\SpamBayes\Outlook.ini Saving configuration -> C:\Documents and Settings\BRussell.HOPENET1\Application Data\SpamBayes\Outlook.ini Current version is 1.04, latest is 1.04. Saving configuration -> C:\Documents and Settings\BRussell.HOPENET1\Application Data\SpamBayes\Outlook.ini SpamBayes: Watching (for filtering) in 'Archive Folders/Inbox' Eeek - only expecting one row from IPC.MS.REN.USERFIELDS got (((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),), ((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),)) Folder 'Mailbox - Bob Russell/IPM_SUBTREE/Junk E-Mail' has no field named 'Spam' - creating Eeek - only expecting one row from IPC.MS.REN.USERFIELDS got (((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),), ((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),)) WARNING: We just created the user field in folder Mailbox - Bob Russell/IPM_SUBTREE/Junk E-Mail, but it appears to not exist. Something is probably wrong with DoesFolderHaveOutlookField() SpamBayes: Watching (for incremental training) in 'Mailbox - Bob Russell/IPM_SUBTREE/Junk E-Mail' Eeek - only expecting one row from IPC.MS.REN.USERFIELDS got (((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),), ((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),)) Folder 'Mailbox - Bob Russell/IPM_SUBTREE/Junk Suspects' has no field named 'Spam' - creating Eeek - only expecting one row from IPC.MS.REN.USERFIELDS got (((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),), ((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),)) WARNING: We just created the user field in folder Mailbox - Bob Russell/IPM_SUBTREE/Junk Suspects, but it appears to not exist. Something is probably wrong with DoesFolderHaveOutlookField() Saving configuration -> C:\Documents and Settings\BRussell.HOPENET1\Application Data\SpamBayes\Outlook.ini Saving configuration -> C:\Documents and Settings\BRussell.HOPENET1\Application Data\SpamBayes\Outlook.ini Saving configuration -> C:\Documents and Settings\BRussell.HOPENET1\Application Data\SpamBayes\Outlook.ini Saving configuration -> C:\Documents and Settings\BRussell.HOPENET1\Application Data\SpamBayes\Outlook.ini Saving configuration -> C:\Documents and Settings\BRussell.HOPENET1\Application Data\SpamBayes\Outlook.ini Saving configuration -> C:\Documents and Settings\BRussell.HOPENET1\Application Data\SpamBayes\Outlook.ini Moving and spam training message 'Brand new for small business. Special edition of WordPerfect Office 12' - Training on message 'Brand new for small business. Special edition of WordPerfect Office 12' in 'Mailbox - Bob Russell/IPM_SUBTREE/Inbox - trained as spam Saving configuration -> C:\Documents and Settings\BRussell.HOPENET1\Application Data\SpamBayes\Outlook.ini Saving configuration -> C:\Documents and Settings\BRussell.HOPENET1\Application Data\SpamBayes\Outlook.ini Saving configuration -> C:\Documents and Settings\BRussell.HOPENET1\Application Data\SpamBayes\Outlook.ini Current version is 1.04, latest is 1.04. Saving configuration -> C:\Documents and Settings\BRussell.HOPENET1\Application Data\SpamBayes\Outlook.ini SpamBayes: Watching (for filtering) in 'Archive Folders/Inbox' Eeek - only expecting one row from IPC.MS.REN.USERFIELDS got (((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),), ((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),)) Folder 'Mailbox - Bob Russell/IPM_SUBTREE/Junk E-Mail' has no field named 'Spam' - creating Eeek - only expecting one row from IPC.MS.REN.USERFIELDS got (((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),), ((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),)) WARNING: We just created the user field in folder Mailbox - Bob Russell/IPM_SUBTREE/Junk E-Mail, but it appears to not exist. Something is probably wrong with DoesFolderHaveOutlookField() SpamBayes: Watching (for incremental training) in 'Mailbox - Bob Russell/IPM_SUBTREE/Junk E-Mail' Eeek - only expecting one row from IPC.MS.REN.USERFIELDS got (((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),), ((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),)) Folder 'Mailbox - Bob Russell/IPM_SUBTREE/Junk Suspects' has no field named 'Spam' - creating Eeek - only expecting one row from IPC.MS.REN.USERFIELDS got (((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),), ((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),)) WARNING: We just created the user field in folder Mailbox - Bob Russell/IPM_SUBTREE/Junk Suspects, but it appears to not exist. Something is probably wrong with DoesFolderHaveOutlookField() Saving configuration -> C:\Documents and Settings\BRussell.HOPENET1\Application Data\SpamBayes\Outlook.ini SpamBayes: Watching (for filtering) in 'Archive Folders/Inbox' Eeek - only expecting one row from IPC.MS.REN.USERFIELDS got (((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),), ((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),)) Folder 'Mailbox - Bob Russell/IPM_SUBTREE/Junk E-Mail' has no field named 'Spam' - creating Eeek - only expecting one row from IPC.MS.REN.USERFIELDS got (((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),), ((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),)) WARNING: We just created the user field in folder Mailbox - Bob Russell/IPM_SUBTREE/Junk E-Mail, but it appears to not exist. Something is probably wrong with DoesFolderHaveOutlookField() SpamBayes: Watching (for incremental training) in 'Mailbox - Bob Russell/IPM_SUBTREE/Junk E-Mail' Eeek - only expecting one row from IPC.MS.REN.USERFIELDS got (((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),), ((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),)) Folder 'Mailbox - Bob Russell/IPM_SUBTREE/Junk Suspects' has no field named 'Spam' - creating Eeek - only expecting one row from IPC.MS.REN.USERFIELDS got (((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),), ((920846594, '\x02\x00\x00\x00\x0c\x00\x00\x00\x04\x00Spam)\x03\x02\x00\x00\x00\x00\x00\x c0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\ x00\x0c\x00\x00\x00\x04\x00S\x00p\x00a\x00m\x00)\x03\x02\x00\x00\x00\x00\x00 \xc0\x00\x00\x00\x00\x00\x00F\x07\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'),)) WARNING: We just created the user field in folder Mailbox - Bob Russell/IPM_SUBTREE/Junk Suspects, but it appears to not exist. Something is probably wrong with DoesFolderHaveOutlookField() Saving configuration -> C:\Documents and Settings\BRussell.HOPENET1\Application Data\SpamBayes\Outlook.ini -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050510/ca9eeb6d/attachment-0001.html From DGriesbaum at SatisFusion.com Tue May 10 23:21:38 2005 From: DGriesbaum at SatisFusion.com (Doug Griesbaum) Date: Tue, 10 May 2005 16:21:38 -0500 Subject: [Spambayes] Folder counter doesn't update. Message-ID: <6D3A6BA73FEFD4118E9E00508B8FBA6804686A25@CAPRICORN> I am using SpamBayes 1.0.4 and Windows XP SP2, with Outlook 2003. When spambayes moves a message to Junk Suspects or Junk Mail it doesn't refresh the screen. The message still appears in the inbox. When I try to click on the message to open it it says the message doesn't exist any more. I have to go to a different box and come back for the message to disappear from the inbox and the counters to be updated. I have read the the FAQ and other docs and still am having problems. Any one else having this similar problem? Doug Griesbaum Network Administrator 309.690.4509 Office 309.696.3622 Cell DGriesbaum at SatisFusion.com SatisFusion = Satisfying Customers by Fusing Sales & Service -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050510/b711bd18/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: sflogo1.jpg Type: image/jpeg Size: 3462 bytes Desc: not available Url : http://mail.python.org/pipermail/spambayes/attachments/20050510/b711bd18/sflogo1.jpg From DGriesbaum at SatisFusion.com Tue May 10 23:33:45 2005 From: DGriesbaum at SatisFusion.com (Doug Griesbaum) Date: Tue, 10 May 2005 16:33:45 -0500 Subject: [Spambayes] Folder counter doesn't update. Message-ID: <6D3A6BA73FEFD4118E9E00508B8FBA6804686A27@CAPRICORN> I am using SpamBayes 1.0.4 and Windows XP SP2, with Outlook 2003. When spambayes moves a message to Junk Suspects or Junk Mail it doesn't refresh the screen. The message still appears in the inbox. When I try to click on the message to open it it says the message doesn't exist any more. I have to go to a different box and come back for the message to disappear from the inbox and the counters to be updated. I have read the the FAQ and other docs and still am having problems. Any one else having this similar problem? Doug Griesbaum Network Administrator 309.690.4509 Office 309.696.3622 Cell DGriesbaum at SatisFusion.com SatisFusion = Satisfying Customers by Fusing Sales & Service -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050510/8947c590/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: sflogo1.jpg Type: image/jpeg Size: 3462 bytes Desc: not available Url : http://mail.python.org/pipermail/spambayes/attachments/20050510/8947c590/sflogo1.jpg -------------- next part -------------- A non-text attachment was scrubbed... Name: spambayes1.log Type: application/octet-stream Size: 20009 bytes Desc: not available Url : http://mail.python.org/pipermail/spambayes/attachments/20050510/8947c590/spambayes1.obj From jwillingham01 at earthlink.net Wed May 11 00:52:27 2005 From: jwillingham01 at earthlink.net (John M. Willingham) Date: Tue, 10 May 2005 17:52:27 -0500 Subject: [Spambayes] Uninstall Info Message-ID: <000f01c555b2$f1b9ea40$6401a8c0@JohnUS67PI6LUV> Dear Sir/Madame, How do I "uninstall" SpamBayes? My New version of Symantec has it built in and I have both tool bars in Outlook. Any help appreciated. Doc -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050510/96fcb5a8/attachment.htm From rmezzone at pjsolomon.com Wed May 11 01:09:53 2005 From: rmezzone at pjsolomon.com (Robert Mezzone) Date: Tue, 10 May 2005 19:09:53 -0400 Subject: [Spambayes] Uninstall Info Message-ID: If it's the Outlook plug-in use Add/Remove Programs. -----Original Message----- From: spambayes-bounces at python.org To: spambayes at python.org Sent: Tue May 10 18:52:27 2005 Subject: [Spambayes] Uninstall Info Dear Sir/Madame, How do I ?uninstall? SpamBayes? My New version of Symantec has it built in and I have both tool bars in Outlook. Any help appreciated. Doc -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050510/72ba0a6b/attachment.html From warrfox at sbcglobal.net Wed May 11 04:02:37 2005 From: warrfox at sbcglobal.net (Alastair Livingstone) Date: Tue, 10 May 2005 21:02:37 -0500 Subject: [Spambayes] Messages stuck in Outlook Message-ID: <20050511020248.453961E4004@bag.python.org> I just downloaded the latest version (.04) and have three messages "stuck" in my Outlook 2003 Inbox. No amount of coaxing, reboots or deleting Spam Bayes will make them come out. I can send myself a test e-mail and it pops up and opens immediately. The three that are stuck could be important. I have been expecting Publishers Clearing House to e-mail regarding my winning $5m and I was hoping for a lower mortgage rate. The only other one could be confirming my Viagra order from Nigeria. I need to open these e-mails (just in case). Great program! My first problem with it in years. Hope you can help. I'll take a chance that your reply will not be e-mail number 4. Thanks, Alastair -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050510/c1f8aa91/attachment.htm From tameyer at ihug.co.nz Wed May 11 05:05:56 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Wed, 11 May 2005 15:05:56 +1200 Subject: [Spambayes] Folder counter doesn't update. In-Reply-To: Message-ID: > I am using SpamBayes 1.0.4 and Windows XP SP2, with Outlook 2003. > > When spambayes moves a message to Junk Suspects or Junk Mail it > doesn't refresh the screen. The message still appears in the inbox. > When I try to click on the message to open it it says the message > doesn't exist any more. I have to go to a different box and come > back for the message to disappear from the inbox and the counters > to be updated. This is covered by FAQ 5.7: Basically, many people see this, with various versions of Windows/Outlook/Exchange (typically newer versions of each). We don't know why this occurs, or why it started occuring (it didn't originally), although I suspect that appearance is related to a change in a version of Outlook/Exchange. Basically, we move messages through MAPI as Microsoft documents. Outlook should then refresh the display (it knows that the message has moved, which is why you can't open it), but doesn't. No-one has been able to figure out how to force a refresh. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Wed May 11 05:08:57 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Wed, 11 May 2005 15:08:57 +1200 Subject: [Spambayes] help!! In-Reply-To: Message-ID: > I cannot open the spambayes when it is on my tool bar. > I have removed it , added it, removed it added it, re-booted > computer etc. but cannot get it to open when I click on > it when it is on the tool bar. Check to see if Outlook has disabled the plug-in: Help->About Microsoft Outlook->Disabled Items. If not, try the steps outlined in the troubleshooting guide. If those don't work, then please send us a copy of your most recent log file, as described in the troubleshooting guide. > is there a phone number I can call? Sorry, no. SpamBayes is developed by a team of volunteers in their spare time - there is no support available other than this email list and the sourceforge tracking system. If you want/need better support than that, then the best option is to purchase a filter ("you get what you pay for"), for example one of the ones here: =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Wed May 11 05:13:38 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Wed, 11 May 2005 15:13:38 +1200 Subject: [Spambayes] Add in problem, and solution In-Reply-To: Message-ID: > Let me know if you want the whole file. BTW, the file is in a > Temp folder, which is not what the Troubleshooting guide states. The troubleshooting guide states: """ To find the log manually, you'll need to find your Windows temp directory, into which the SpamBayes addin writes the log. This directory is generally \WINDOWS\TEMP for Windows 95, 98 and ME, or \Documents and Settings\{username}\Local Settings\Temp for Windows 2000/XP. """ Why do you say that it says otherwise? > Anyway, after stopping and starting, I noted that Outlook > seemed to be shutting down very quickly, so went looking into > processes. There was still an active Outlook process shown. > Terminating that, and restarting Outlook solved the problem. > This has now happened on two occasions that I know of (others > may have also occured, but a system restart would have solved > it without me being aware). All versions of Outlook are bad at shutting down completely, with or without SpamBayes, unfortunately. This can cause many problems. > Not at all sure this is a SpamBayes bug, but it is another > solution to the problem of the Addin not loading/toolbar not > working/messages not automatically being filtered. Thanks for the information. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From marc.erickson at shaw.ca Wed May 11 06:23:45 2005 From: marc.erickson at shaw.ca (Marc Erickson) Date: Tue, 10 May 2005 22:23:45 -0600 Subject: [Spambayes] Support tracker ID # 1179651 and 1192148 Message-ID: Any chance of a resolution to this one? ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- ---------------------------------------------------- [ 1192148 ] Outlook 2000 crashes 1179651 You may monitor this Tracker item after you login (register an account, if you do not already have one) Submitted By: Marc Erickson - marcerickson Date Submitted: 2005-04-28 19:50 Last Updated By: marcerickson - Attachment added Date Last Updated: 2005-04-28 19:54 Number of Comments: 0 Number of Attachments: 2 Category: (?) Install Problem (example) Group: (?) None Assigned To: (?) Nobody/Anonymous Priority: (?) 5 Status: (?) Open Summary: (?) Outlook 2000 crashes 1179651 This is an addendum to report 1179651. Using the multiple user installation procedure doesn't help. The Oulook is Outlook 2000. According to the Microsoft Error Report, the file responsible for crashing outlook.exe is OUTLLIB.DLL. Renaming it and reinstalling Office 2000 overtop of the existing Office 2000 installation so that a fresh copy of OUTLLIB.DLL is installed doesn't work. Microsoft Error Reporting appcompat.txt attached. ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- ---------------------------------------------------- [ 1179651 ] SpamBayes crashes Outlook on WinXP You may monitor this Tracker item after you login (register an account, if you do not already have one) Submitted By: Marc Erickson - marcerickson Date Submitted: 2005-04-08 23:37 Last Updated By: anadelonbrin - Comment added Date Last Updated: 2005-04-21 00:14 Number of Comments: 4 Number of Attachments: 0 Category: (?) Install Problem (example) Group: (?) v1.0 (example) Assigned To: (?) Tony Meyer Priority: (?) 5 Status: (?) Open Summary: (?) SpamBayes crashes Outlook on WinXP SpamBayes appears to be working on one user profile on this computer. Ken's configuration was done after the installation and it's classified at least one email. There was no SpamBayes button showing on the Outlook toolbar when I logged Ken off and logged Sandy on so I reinstalled SpamBayes. I was never able to configure Sandy - I got the configuration wizard a couple of times and it froze during the wizard's configuration attempt - I had to kill Outlook with Task Manager. If I uninstall SpamBayes Outlook works on both profiles - if I reinstall it Ken's Outlook works fine and Sandy's Outlook crashes in the middle of receiving mail. MS crash log follows. TIA, Marc Followups: Comments Date: 2005-04-21 00:14 Sender: anadelonbrinAccepting Donations Logged In: YES user_id=552329 Ah - I bet I didn't get the email because the comment history is too large because of the included file above. If you do need more help with this, it would probably be best to either email spambayes at python.org (which I'll read) or open a new tracker and close this one, otherwise I'll probably miss any comments. Date: 2005-04-21 00:13 Sender: anadelonbrinAccepting Donations Logged In: YES user_id=552329 For some reason I didn't get or missed an email about the 12-Apr comment, sorry. If it's not too late: Doing an uninstall ought to remove all registry entries. It might be worth uninstalling before doing the install for all users, but it should work either way. The only other things I can think of are doing a "Detect and Repair" on Outlook and running scanpst over any pst files that are opened for the users. (Although Outlook 2002 SP3, and 2003 for all I know) tends to do this itself when necessary). Date: 2005-04-11 20:39 Sender: marcerickson Logged In: YES user_id=477851 Sorry about the file - have attached it. >>try installing spambayes for all users, as outlined in the >>troubleshooting guide. Does that fix the problem? Have not been able to try it as my friend lives a bit of a drive away. Thanks for pointing out the Troubleshooting guide - I didn't know it was there. I will try that - also I will try deleting the SpamBays toolbar and then will try deleting all toolbars. I don't want to make more than one trip out there to correct this problem - are there other steps I can try - perhaps Outlook Registry settings to be deleted? Marc Date: 2005-04-11 19:19 Sender: anadelonbrinAccepting Donations Logged In: YES user_id=552329 Please don't put such large files in the comments - use the "attach a file" capability instead. Rather than installing SpamBayes twice, try installing spambayes for all users, as outlined in the troubleshooting guide. Does that fix the problem? -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 9ca2_appcompat1.txt Url: http://mail.python.org/pipermail/spambayes/attachments/20050510/2b3ef2ed/9ca2_appcompat1-0001.txt -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 9ca2_appcompat2.txt Url: http://mail.python.org/pipermail/spambayes/attachments/20050510/2b3ef2ed/9ca2_appcompat2-0001.txt From marc.erickson at shaw.ca Wed May 11 06:30:50 2005 From: marc.erickson at shaw.ca (Marc Erickson) Date: Tue, 10 May 2005 22:30:50 -0600 Subject: [Spambayes] Support tracker ID # 1179651 and 1192148 In-Reply-To: Message-ID: Any chance of a resolution to this one? ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- ---------------------------------------------------- [ 1192148 ] Outlook 2000 crashes 1179651 You may monitor this Tracker item after you login (register an account, if you do not already have one) Submitted By: Marc Erickson - marcerickson Date Submitted: 2005-04-28 19:50 Last Updated By: marcerickson - Attachment added Date Last Updated: 2005-04-28 19:54 Number of Comments: 0 Number of Attachments: 2 Category: (?) Install Problem (example) Group: (?) None Assigned To: (?) Nobody/Anonymous Priority: (?) 5 Status: (?) Open Summary: (?) Outlook 2000 crashes 1179651 This is an addendum to report 1179651. Using the multiple user installation procedure doesn't help. The Oulook is Outlook 2000. According to the Microsoft Error Report, the file responsible for crashing outlook.exe is OUTLLIB.DLL. Renaming it and reinstalling Office 2000 overtop of the existing Office 2000 installation so that a fresh copy of OUTLLIB.DLL is installed doesn't work. Microsoft Error Reporting appcompat.txt [on support website]. ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- ---------------------------------------------------- [ 1179651 ] SpamBayes crashes Outlook on WinXP You may monitor this Tracker item after you login (register an account, if you do not already have one) Submitted By: Marc Erickson - marcerickson Date Submitted: 2005-04-08 23:37 Last Updated By: anadelonbrin - Comment added Date Last Updated: 2005-04-21 00:14 Number of Comments: 4 Number of Attachments: 0 Category: (?) Install Problem (example) Group: (?) v1.0 (example) Assigned To: (?) Tony Meyer Priority: (?) 5 Status: (?) Open Summary: (?) SpamBayes crashes Outlook on WinXP SpamBayes appears to be working on one user profile on this computer. Ken's configuration was done after the installation and it's classified at least one email. There was no SpamBayes button showing on the Outlook toolbar when I logged Ken off and logged Sandy on so I reinstalled SpamBayes. I was never able to configure Sandy - I got the configuration wizard a couple of times and it froze during the wizard's configuration attempt - I had to kill Outlook with Task Manager. If I uninstall SpamBayes Outlook works on both profiles - if I reinstall it Ken's Outlook works fine and Sandy's Outlook crashes in the middle of receiving mail. MS crash log follows. TIA, Marc Followups: Comments Date: 2005-04-21 00:14 Sender: anadelonbrinAccepting Donations Logged In: YES user_id=552329 Ah - I bet I didn't get the email because the comment history is too large because of the included file above. If you do need more help with this, it would probably be best to either email spambayes at python.org (which I'll read) or open a new tracker and close this one, otherwise I'll probably miss any comments. Date: 2005-04-21 00:13 Sender: anadelonbrinAccepting Donations Logged In: YES user_id=552329 For some reason I didn't get or missed an email about the 12-Apr comment, sorry. If it's not too late: Doing an uninstall ought to remove all registry entries. It might be worth uninstalling before doing the install for all users, but it should work either way. The only other things I can think of are doing a "Detect and Repair" on Outlook and running scanpst over any pst files that are opened for the users. (Although Outlook 2002 SP3, and 2003 for all I know) tends to do this itself when necessary). Date: 2005-04-11 20:39 Sender: marcerickson Logged In: YES user_id=477851 Sorry about the file - have attached it. >>try installing spambayes for all users, as outlined in the >>troubleshooting guide. Does that fix the problem? Have not been able to try it as my friend lives a bit of a drive away. Thanks for pointing out the Troubleshooting guide - I didn't know it was there. I will try that - also I will try deleting the SpamBays toolbar and then will try deleting all toolbars. I don't want to make more than one trip out there to correct this problem - are there other steps I can try - perhaps Outlook Registry settings to be deleted? Marc Date: 2005-04-11 19:19 Sender: anadelonbrinAccepting Donations Logged In: YES user_id=552329 Please don't put such large files in the comments - use the "attach a file" capability instead. Rather than installing SpamBayes twice, try installing spambayes for all users, as outlined in the troubleshooting guide. Does that fix the problem? From tameyer at ihug.co.nz Wed May 11 06:34:47 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Wed, 11 May 2005 16:34:47 +1200 Subject: [Spambayes] Support tracker ID # 1179651 and 1192148 In-Reply-To: Message-ID: > Any chance of a resolution to this one? I missed that you'd opened a new tracker. Comments are in there. Note that the developers are all very busy (with other things) at the moment, so all responses will be slow for the moment. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From marc.erickson at shaw.ca Wed May 11 07:14:16 2005 From: marc.erickson at shaw.ca (Marc Erickson) Date: Tue, 10 May 2005 23:14:16 -0600 Subject: [Spambayes] Support tracker ID # 1179651 and 1192148 In-Reply-To: Message-ID: Sorry about the double post - please ignore. Marc -----Original Message----- From: spambayes-bounces+marc.erickson=shaw.ca at python.org [mailto:spambayes-bounces+marc.erickson=shaw.ca at python.org]On Behalf Of Marc Erickson Sent: May 10, 2005 10:31 PM To: spambayes at python.org Subject: Re: [Spambayes] Support tracker ID # 1179651 and 1192148 Any chance of a resolution to this one? ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- ---------------------------------------------------- [ 1192148 ] Outlook 2000 crashes 1179651 You may monitor this Tracker item after you login (register an account, if you do not already have one) Submitted By: Marc Erickson - marcerickson Date Submitted: 2005-04-28 19:50 Last Updated By: marcerickson - Attachment added Date Last Updated: 2005-04-28 19:54 Number of Comments: 0 Number of Attachments: 2 Category: (?) Install Problem (example) Group: (?) None Assigned To: (?) Nobody/Anonymous Priority: (?) 5 Status: (?) Open Summary: (?) Outlook 2000 crashes 1179651 This is an addendum to report 1179651. Using the multiple user installation procedure doesn't help. The Oulook is Outlook 2000. According to the Microsoft Error Report, the file responsible for crashing outlook.exe is OUTLLIB.DLL. Renaming it and reinstalling Office 2000 overtop of the existing Office 2000 installation so that a fresh copy of OUTLLIB.DLL is installed doesn't work. Microsoft Error Reporting appcompat.txt [on support website]. ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- ---------------------------------------------------- [ 1179651 ] SpamBayes crashes Outlook on WinXP You may monitor this Tracker item after you login (register an account, if you do not already have one) Submitted By: Marc Erickson - marcerickson Date Submitted: 2005-04-08 23:37 Last Updated By: anadelonbrin - Comment added Date Last Updated: 2005-04-21 00:14 Number of Comments: 4 Number of Attachments: 0 Category: (?) Install Problem (example) Group: (?) v1.0 (example) Assigned To: (?) Tony Meyer Priority: (?) 5 Status: (?) Open Summary: (?) SpamBayes crashes Outlook on WinXP SpamBayes appears to be working on one user profile on this computer. Ken's configuration was done after the installation and it's classified at least one email. There was no SpamBayes button showing on the Outlook toolbar when I logged Ken off and logged Sandy on so I reinstalled SpamBayes. I was never able to configure Sandy - I got the configuration wizard a couple of times and it froze during the wizard's configuration attempt - I had to kill Outlook with Task Manager. If I uninstall SpamBayes Outlook works on both profiles - if I reinstall it Ken's Outlook works fine and Sandy's Outlook crashes in the middle of receiving mail. MS crash log follows. TIA, Marc Followups: Comments Date: 2005-04-21 00:14 Sender: anadelonbrinAccepting Donations Logged In: YES user_id=552329 Ah - I bet I didn't get the email because the comment history is too large because of the included file above. If you do need more help with this, it would probably be best to either email spambayes at python.org (which I'll read) or open a new tracker and close this one, otherwise I'll probably miss any comments. Date: 2005-04-21 00:13 Sender: anadelonbrinAccepting Donations Logged In: YES user_id=552329 For some reason I didn't get or missed an email about the 12-Apr comment, sorry. If it's not too late: Doing an uninstall ought to remove all registry entries. It might be worth uninstalling before doing the install for all users, but it should work either way. The only other things I can think of are doing a "Detect and Repair" on Outlook and running scanpst over any pst files that are opened for the users. (Although Outlook 2002 SP3, and 2003 for all I know) tends to do this itself when necessary). Date: 2005-04-11 20:39 Sender: marcerickson Logged In: YES user_id=477851 Sorry about the file - have attached it. >>try installing spambayes for all users, as outlined in the >>troubleshooting guide. Does that fix the problem? Have not been able to try it as my friend lives a bit of a drive away. Thanks for pointing out the Troubleshooting guide - I didn't know it was there. I will try that - also I will try deleting the SpamBays toolbar and then will try deleting all toolbars. I don't want to make more than one trip out there to correct this problem - are there other steps I can try - perhaps Outlook Registry settings to be deleted? Marc Date: 2005-04-11 19:19 Sender: anadelonbrinAccepting Donations Logged In: YES user_id=552329 Please don't put such large files in the comments - use the "attach a file" capability instead. Rather than installing SpamBayes twice, try installing spambayes for all users, as outlined in the troubleshooting guide. Does that fix the problem? _______________________________________________ Spambayes at python.org http://mail.python.org/mailman/listinfo/spambayes Check the FAQ before asking: http://spambayes.sf.net/faq.html From tameyer at ihug.co.nz Wed May 11 08:47:22 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Wed, 11 May 2005 18:47:22 +1200 Subject: [Spambayes] Messages stuck in Outlook In-Reply-To: Message-ID: > I just downloaded the latest version (.04) and have three > messages "stuck" in my Outlook 2003 Inbox. What do you mean by "stuck"? Do you mean that you can't use the "Delete as spam" button on them? Do you mean that you can't move or delete them from within Outlook? Are you looking at the messages in the regular folder view, or in the results window of an Advanced Find query? Is this an Exchange, Hotmail, IMAP, or local pst (Personal Folders) store? Do you get any error messages when you try to perform an action on the messages? If so, what is this error message? Are there any messages in the SpamBayes log file? (The troubleshooting guide explains where to find the log file). =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Wed May 11 08:52:49 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Wed, 11 May 2005 18:52:49 +1200 Subject: [Spambayes] Must Start Filtering Manually In-Reply-To: Message-ID: > Problem: Spambayes works great if I manually "start filtering" > every time. [...] > Eeek - only expecting one row from IPC.MS.REN.USERFIELDS [...] This has been reported before: [ 961019 ] Outlook2K3 spews warnings as it fails to create spam field Unfortunately, we do not know what causes this, or what the solution to the problem is. It would be worth reading over the comments in that tracker (and the related #1000192), and adding a comment to it. This could just be saying that you also experience the problem, or commenting on ways in which your experience differs to that described. Versions of Outlook, SpamBayes and Windows would be good, and what sort of store (Exchange, Hotmail, IMAP, pst) is being used. [ 1000192 ] Weird Userfield errors in log every day Hopefully we'll be able to figure out some sort of commonality at some point, and be able to work from there towards a solution. However, I do not believe that this is likely to be soon (especially given that the SpamBayes developers are all busy with other work right now), so if the comments in the trackers don't help getting it working, you might want to consider not using SpamBayes (for the moment, at least), unless manual filtering is acceptable. Not what you wanted to hear, probably, but that's how things are, unfortunately. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Wed May 11 08:57:38 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Wed, 11 May 2005 18:57:38 +1200 Subject: [Spambayes] filter misclassification In-Reply-To: Message-ID: > Indeed I require the message to be scored as "ham". But > despite my retraining with just 15 messages each for "spam" > and "ham" (to keep the database balanced), I get the > following message again delivered to my "spam" folder. > Interestingly the message has no "X-Spambayes-Classification" > header added but instead has "X-Folder:Bulk". The "X-Folder" header is not added by SpamBayes (you can grep through the source to verify that). If there isn't a "X-Spambayes-Classification" header, then SpamBayes hasn't seen the message (unless there's a "X-Spambayes-Exception" header, which means it saw it and choked). Which SpamBayes script are you using? sb_filter? sb_imapfilter? sb_server? (I suspect sb_filter). It sounds like the most likely explaination is that some other filter is moving the message. Is that possible? (Either a local filter or one upstream if this is on an IMAP server). =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From rtgmelin at aol.com Wed May 11 10:06:08 2005 From: rtgmelin at aol.com (rtgmelin@aol.com) Date: Wed, 11 May 2005 04:06:08 EDT Subject: [Spambayes] Accidentally deleted SPAM folder Message-ID: <1eb.3acfddde.2fb316f0@aol.com> Cindy ... I just accidentally deleted my SPAM mail folder by clicking "delete ALL" instead of just "Delete" ... If you can please return all the deleted SPAM mail to my folder. Thanx Bob Gmelin , Sonoma, CA 95476 >>>RTGmelin at AOL.COM<<< -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050511/c4987110/attachment.html From gowranga at serc.iisc.ernet.in Wed May 11 10:30:28 2005 From: gowranga at serc.iisc.ernet.in (K. H. Gowranga) Date: Wed, 11 May 2005 14:00:28 +0530 (IST) Subject: [Spambayes] filter misclassification In-Reply-To: References: Message-ID: Hello, Thanks for your hint and help. The culprit (I have hashed it now) was found in my .procmailrc file, which reads as: -------------- #:0 #* ^From:.*News #| ${FORMAIL} -A"X-Folder: Bulk" >>${MAILDIR}/spam :0 fw:hamlock | sb_filter.py :0 * ^X-Spambayes-Classification: spam ${MAILDIR}/spam --------------- On Wed, 11 May 2005, Tony Meyer wrote: > The "X-Folder" header is not added by SpamBayes (you can grep through the > source to verify that). If there isn't a "X-Spambayes-Classification" > header, then SpamBayes hasn't seen the message (unless there's a > "X-Spambayes-Exception" header, which means it saw it and choked). > > Which SpamBayes script are you using? sb_filter? sb_imapfilter? > sb_server? (I suspect sb_filter). > > It sounds like the most likely explaination is that some other filter is > moving the message. Is that possible? (Either a local filter or one > upstream if this is on an IMAP server). > > =Tony.Meyer > From JRichards at heraeus-quartztech.com Wed May 11 14:51:13 2005 From: JRichards at heraeus-quartztech.com (JRichards@heraeus-quartztech.com) Date: Wed, 11 May 2005 08:51:13 -0400 Subject: [Spambayes] DELETION OF SPAM AFTER IT IS SORTED TO THE IDENTIFIED "JUNK EMAIL S" Message-ID: <29795D7DE897D911B24100306E00639C474C@SERV-NT2801> THIS IS NOT HAPPENING AUTOMATICALLY....I HAVE TO DELETE EACH ON MANUALLY.... SHOULD IT HAPPEN AUTOMATICALLY? Joyce Richards HR/Materials Manager Heraeus Quartztech,Inc. 3016 Boundary St., Wilmington, NC 28405 Phone: 910-799-6230 X225 Fax: 910-799-6415 E-Mail: JRichards at heraeus-quartztech.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050511/80bb1b10/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: Blank Bkgrd.gif Type: image/gif Size: 145 bytes Desc: not available Url : http://mail.python.org/pipermail/spambayes/attachments/20050511/80bb1b10/BlankBkgrd.gif From Harold.Vandeventer at dpra.com Wed May 11 15:33:35 2005 From: Harold.Vandeventer at dpra.com (Harold Vandeventer) Date: Wed, 11 May 2005 08:33:35 -0500 Subject: [Spambayes] Folder counter doesn't update. Message-ID: I experienced the same problem on ONE client, but not another. It was with an earlier version of SB, but the same Windows/Outlook you are using. When I set the Outlook property for "Use cached Exchange mode" the refresh problem went away. ____________________________________ Harold Vandeventer Network Administrator DPRA Incorporated 200 Research Dr Manhattan, KS 66503 Voice: (785) 539-3565 ext 1026 FAX: (785) 537-0272 ________________________________ From: spambayes-bounces at python.org [mailto:spambayes-bounces at python.org] On Behalf Of Doug Griesbaum Sent: Tuesday, May 10, 2005 4:22 PM To: 'spambayes at python.org' Subject: [Spambayes] Folder counter doesn't update. I am using SpamBayes 1.0.4 and Windows XP SP2, with Outlook 2003. When spambayes moves a message to Junk Suspects or Junk Mail it doesn't refresh the screen. The message still appears in the inbox. When I try to click on the message to open it it says the message doesn't exist any more. I have to go to a different box and come back for the message to disappear from the inbox and the counters to be updated. I have read the the FAQ and other docs and still am having problems. Any one else having this similar problem? Doug Griesbaum Network Administrator 309.690.4509 Office 309.696.3622 Cell DGriesbaum at SatisFusion.com SatisFusion = Satisfying Customers by Fusing Sales & Service -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050511/ab3f3c7c/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 1481 bytes Desc: image001.jpg Url : http://mail.python.org/pipermail/spambayes/attachments/20050511/ab3f3c7c/attachment.jpe -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 3462 bytes Desc: image002.jpg Url : http://mail.python.org/pipermail/spambayes/attachments/20050511/ab3f3c7c/attachment-0001.jpe From jsp at PKC.com Wed May 11 15:35:05 2005 From: jsp at PKC.com (Jesse Pelton) Date: Wed, 11 May 2005 09:35:05 -0400 Subject: [Spambayes] DELETION OF SPAM AFTER IT IS SORTED TO THE IDENTIFIED"JUNK EMAIL S" Message-ID: <16E2027582CDB74180896CDB4B8CC1F9F15499@PKCVT01.pkc.com> See the FAQ: http://spambayes.sourceforge.net/faq.html#how-can-i-configure-spambayes- to-delete-spam-rather-than-moving-it. While SpamBayes is very good at identifying spam once it has been trained, it's not perfect. If it automatically deleted messages, you might never see messages that you should have. This is especially true when it hasn't had much training, which would mean that new users might lose important messages. By the way, please consider using mixed case text. All caps is hard to read except in small doses, and it's generally regarded as the text equivalent of shouting. ________________________________ From: spambayes-bounces at python.org [mailto:spambayes-bounces at python.org] On Behalf Of JRichards at heraeus-quartztech.com Sent: Wednesday, May 11, 2005 8:51 AM To: spambayes at python.org Subject: [Spambayes] DELETION OF SPAM AFTER IT IS SORTED TO THE IDENTIFIED"JUNK EMAIL S" THIS IS NOT HAPPENING AUTOMATICALLY....I HAVE TO DELETE EACH ON MANUALLY.... SHOULD IT HAPPEN AUTOMATICALLY? Joyce Richards HR/Materials Manager Heraeus Quartztech,Inc. 3016 Boundary St., Wilmington, NC 28405 Phone: 910-799-6230 X225 Fax: 910-799-6415 E-Mail: JRichards at heraeus-quartztech.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050511/51e4e132/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 145 bytes Desc: Blank Bkgrd.gif Url : http://mail.python.org/pipermail/spambayes/attachments/20050511/51e4e132/attachment.gif From DGriesbaum at SatisFusion.com Wed May 11 15:43:11 2005 From: DGriesbaum at SatisFusion.com (Doug Griesbaum) Date: Wed, 11 May 2005 08:43:11 -0500 Subject: [Spambayes] Folder counter doesn't update. Message-ID: <6D3A6BA73FEFD4118E9E00508B8FBA6804686A2F@CAPRICORN> It appears to be the Firewall in SP2. I added Outlook as an exception, and now everything is refreshing as normal. -Doug -----Original Message----- From: Tony Meyer [mailto:tameyer at ihug.co.nz] Sent: Tuesday, May 10, 2005 10:06 PM To: 'Doug Griesbaum'; spambayes at python.org Subject: RE: [Spambayes] Folder counter doesn't update. > I am using SpamBayes 1.0.4 and Windows XP SP2, with Outlook 2003. > > When spambayes moves a message to Junk Suspects or Junk Mail it > doesn't refresh the screen. The message still appears in the inbox. > When I try to click on the message to open it it says the message > doesn't exist any more. I have to go to a different box and come back > for the message to disappear from the inbox and the counters to be > updated. This is covered by FAQ 5.7: Basically, many people see this, with various versions of Windows/Outlook/Exchange (typically newer versions of each). We don't know why this occurs, or why it started occuring (it didn't originally), although I suspect that appearance is related to a change in a version of Outlook/Exchange. Basically, we move messages through MAPI as Microsoft documents. Outlook should then refresh the display (it knows that the message has moved, which is why you can't open it), but doesn't. No-one has been able to figure out how to force a refresh. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From jfuller at loganandco.com Wed May 11 20:47:38 2005 From: jfuller at loganandco.com (Jack Fuller) Date: Wed, 11 May 2005 14:47:38 -0400 Subject: [Spambayes] (no subject) Message-ID: I just installed on Windows 2000 PC but when I start Outlook 2000 a Message saying to reconfig using the Manager. However the manager is not visible on the tool bar nor can I get it from the programs folder. Here is the log file..... Loaded bayes database from 'C:\Documents and Settings\pmccoul\Application Data\SpamBayes\default_bayes_database.db' Loaded message database from 'C:\Documents and Settings\pmccoul\Application Data\SpamBayes\default_message_database.db' Bayes database initialized with 44 spam and 977 good messages SpamBayes Outlook Addin Binary Version 1.0.4 (March 2005) starting (with engine SpamBayes Engine Version 0.3 (January 2004)) on Windows 5.0.2195 (Service Pack 4) using Python 2.3.5 (#62, Feb 8 2005, 16:23:02) [MSC v.1200 32 bit (Intel)] SpamBayes: Watching (for filtering) in 'Mailbox - Patty McCoul/Inbox' SpamBayes: Watching (for filtering) in 'Mailbox - Jennifer Taylor/Inbox' WARNING: Unexpected MAPI error opening folder C:\Program Files\SpamBayes\lib\spambayes.modules\msgstore.py:126: FutureWarning: %u/%o/%x/%X of negative int will return a signed string in Python 2.4 and up Exception 0x80004005 (Unspecified error): Unspecified error WARNING: Unexpected MAPI error opening folder Exception 0x80004005 (Unspecified error): Unspecified error Processing missed spam in folder 'Inbox' by starting a timer Processing missed spam in folder 'Inbox' by starting a timer Error finding the MAPI folders for a folder switch event ERROR: 'There appears to be a problem with the SpamBayes configuration\r\n\r\nPlease select the SpamBayes manager, and run the\r\nConfiguration Wizard to reconfigure the filter.' Traceback (most recent call last): File "addin.pyc", line 1090, in OnFolderSwitch File "msgstore.pyc", line 348, in GetFolder MsgStoreException: MsgStoreException: Exception 0x80004005 (Unspecified error): Unspecified error ERROR: 'There appears to be a problem with the SpamBayes configuration\r\n\r\nPlease select the SpamBayes manager, and run the\r\nConfiguration Wizard to reconfigure the filter.' Traceback (most recent call last): File "addin.pyc", line 1090, in OnFolderSwitch File "msgstore.pyc", line 348, in GetFolder MsgStoreException: MsgStoreException: Exception 0x80004005 (Unspecified error): Unspecified error Traceback (most recent call last): File "addin.pyc", line 1090, in OnFolderSwitch File "msgstore.pyc", line 348, in GetFolder MsgStoreException: MsgStoreException: Exception 0x80004005 (Unspecified error): Unspecified error Jack Fuller Network Services Logan & Company Inc 973-509-3190-Main 973-233-2832-Direct 908-227-7384-Cell -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050511/e00cb513/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: Jack Fuller.vcf Type: text/x-vcard Size: 204 bytes Desc: Jack Fuller.vcf Url : http://mail.python.org/pipermail/spambayes/attachments/20050511/e00cb513/JackFuller.vcf From rstohlquist at microd.com Wed May 11 21:25:53 2005 From: rstohlquist at microd.com (Dad) Date: Wed, 11 May 2005 15:25:53 -0400 Subject: [Spambayes] I do not know how to turn SpamBayes on. Message-ID: <000601c5565f$412eb8b0$b9d93a40@roger80dicoxyx> Dear SpamBayes, Your program sounds great. But, I do not seem to be able to turn it on. In setup, I elected to have it turned on when I boot up. I booted up, but I see no sign that SpamBayes is active. There is no SpamBayes shortcut on my desktop. Sincerely yours, Roger Stohlquist rstohlquist at microd.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050511/5c2ee625/attachment.htm From tameyer at ihug.co.nz Thu May 12 01:45:07 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Thu, 12 May 2005 11:45:07 +1200 Subject: [Spambayes] Accidentally deleted SPAM folder In-Reply-To: Message-ID: > I just accidentally deleted my SPAM mail folder by clicking > "delete ALL" instead of just "Delete" ... If you can please > return all the deleted SPAM mail to my folder. Please see FAQ 3.13: =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From Jeremy.Labram at Charteris.com Thu May 12 11:04:20 2005 From: Jeremy.Labram at Charteris.com (Jeremy Labram) Date: Thu, 12 May 2005 10:04:20 +0100 Subject: [Spambayes] Help requested Message-ID: <559663697966B44F8DC0A81A585C3CA86A20AB@neptune1.TheMandelbrotSet.com> Sorry - here is the latest log file ________________________________ From: Jeremy Labram Sent: 12 May 2005 09:57 To: 'spambayes at python.org' Subject: Help requested Can any one help. I've done as much self help as I can and the problem is still there. Two problems: 1. The spam filter is recognising as spam stuff that for many months was recognised correctly as ham. 2. The tool bar does not work Done all the things on problem 2 that are suggested in the help pages and on the forum. Done a windows uninstall and reinstall etc This is just a feeling but when you do fairly radical stuff like deleting files and reinstalls that the app should spend some time reconfiguring and learning again which it doesn't seem to. It did not appear to be a clean uninstall. The log file suggests to my 'lay eyes' a definite problem with the tool bar - 'error invoking com method'. Also the spam scores are very high for my company e-mail which never normally get filtered - see below. Combined Score: 22% (0.223363) Internal ham score (*H*): 0.624126 Internal spam score (*S*): 0.0708521 # ham trained on: 1356 # spam trained on: 3219 Short term I am watching spambayes carefukkyn fir misfiltered stuff but there are serious risks of losing important e-mails. Even a clean reinstall would be good enough for me eventhough I don't have a trustworthy set of spam to do the training with. Thanks in advance. OS = XP sp2 Version 1.04 March Outlook 2003 Jeremy Labram, Principal, Charteris plc, tel 07989 330721 (M), 020 7600 9199 (Off) _________________________________________________________________ This message from Charteris plc has been checked for viruses http://www.charteris.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050512/24a76704/attachment.htm -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: spambayes1 Thurs.txt Url: http://mail.python.org/pipermail/spambayes/attachments/20050512/24a76704/spambayes1Thurs.txt From Jeremy.Labram at Charteris.com Thu May 12 10:57:10 2005 From: Jeremy.Labram at Charteris.com (Jeremy Labram) Date: Thu, 12 May 2005 09:57:10 +0100 Subject: [Spambayes] Help requested Message-ID: <559663697966B44F8DC0A81A585C3CA86A20AA@neptune1.TheMandelbrotSet.com> Can any one help. I've done as much self help as I can and the problem is still there. Two problems: 1. The spam filter is recognising as spam stuff that for many months was recognised correctly as ham. 2. The tool bar does not work Done all the things on problem 2 that are suggested in the help pages and on the forum. Done a windows uninstall and reinstall etc This is just a feeling but when you do fairly radical stuff like deleting files and reinstalls that the app should spend some time reconfiguring and learning again which it doesn't seem to. It did not appear to be a clean uninstall. The log file suggests to my 'lay eyes' a definite problem with the tool bar - 'error invoking com method'. Also the spam scores are very high for my company e-mail which never normally get filtered - see below. Combined Score: 22% (0.223363) Internal ham score (*H*): 0.624126 Internal spam score (*S*): 0.0708521 # ham trained on: 1356 # spam trained on: 3219 Short term I am watching spambayes carefukkyn fir misfiltered stuff but there are serious risks of losing important e-mails. Even a clean reinstall would be good enough for me eventhough I don't have a trustworthy set of spam to do the training with. Thanks in advance. OS = XP sp2 Version 1.04 March Outlook 2003 Jeremy Labram, Principal, Charteris plc, tel 07989 330721 (M), 020 7600 9199 (Off) _________________________________________________________________ This message from Charteris plc has been checked for viruses http://www.charteris.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050512/4babd038/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: spambayes1.log Type: application/octet-stream Size: 23328 bytes Desc: spambayes1.log Url : http://mail.python.org/pipermail/spambayes/attachments/20050512/4babd038/spambayes1.obj From ssox3 at sc.rr.com Thu May 12 15:40:37 2005 From: ssox3 at sc.rr.com (Sam Sox) Date: Thu, 12 May 2005 09:40:37 -0400 Subject: [Spambayes] Doesn't work! Message-ID: <000801c556f8$2e4f3c30$6402a8c0@sox> System Windows XP Version- POP3 Proxy Binary Version 1.0.4 Email program - Outlook Express Your instructions are written for professionals. Your instructions are difficult to follow. You use phrases like " Have you changed your mail client to connect to "localhost", instead of directly to your mail server".. I have to assume that my local host is Road Runner accessed via pop-server.sc.rr.com. I am connected to Road Runner. My Incoming (POP-3) Mail Server is; pop-server.sc.rr.com The port it uses is 110. When I load this into the POP Proxy Options and this is all I know about of which I can load, nothing happens. What should I be loading to get your, I am sure, fine tool to work? Thanks! Sam Sox, Jr. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050512/466c5b3e/attachment.html From tim.p.sullivan at aspireto.com Thu May 12 18:08:03 2005 From: tim.p.sullivan at aspireto.com (tim.p.sullivan@aspireto.com) Date: Thu, 12 May 2005 11:08:03 -0500 Subject: [Spambayes] Outlook 2003 Add-in Issue Message-ID: Let me first say that I truly admire SpamBayes and congratulate you on truly beating Microsoft. I'm having a perplexing issue with my Outlook 2003 client not keeping a checkmark in front of the SpamBayes Add-in when I do the following below. I have uninstalled SpamBayes and reinstalled the 1.0.4 release and Outlook still will not keep the SpamBayes Add-in checkmark. I checked your FAQs and did not see this issue addressed. Any recommendations? Thank you very much. Add or remove an add-in Show AllShow All Hide AllHide All Do either of the following: HideAdd or remove a COM add-in 1. On the Tools menu, click Options, and then click the Other tab. 2. Click Advanced Options, and then click COM Add-Ins. 3. Do any of the following: * To enable an add-in, select the check box next to the add-in. * If the COM add-in you want is not listed, you need to add it to the Add-ins available list. Click Add, click the add-in (.exe or .dll file) you want, and then click OK. * To disable an add-in, clear the check box next to the add-in. * To remove an add-in, clear the check box next to the add-in you want to remove, and then click Remove. Tim Sullivan Customer Value Creator ASPIRE Total Customer Development (tm) Visit Us! www.aspireto.com tim.p.sullivan at aspireto.com 773-252-4140 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050512/976ea380/attachment.htm From seanecovel at comcast.net Thu May 12 18:48:30 2005 From: seanecovel at comcast.net (Sean Covel) Date: Thu, 12 May 2005 12:48:30 -0400 Subject: [Spambayes] Windows 2003 Server SP1 breaks Outlook Plugin? In-Reply-To: References: Message-ID: <428388DE.7030606@comcast.net> Tony, Mark seems to have stopped responding to my Emails. Must be busy. > > The only thing I can think of (unless Mark knows something) is to try and > figure out where it's crashing. The OutlookAddin class (around line 1258) > is the one that first gets called (by Outlook). You could see if adding a > print statement to the __init__ function results in win32traceutil.py > output, and the same for the OnConnection function. (It must die somewhere > before the end of OnConnection, because that has the first log entries, > which don't get printed). > I added the code to __init__ (didn't know white-space was significant in Python! Good thing IDLE is helping me.) and I do get output from __init__ but it never gets into OnConnection. I'm having some trouble following the code. Where does the OutlookAddin class get created/initialized? I could add some debug statements in there. Sean > =Tony.Meyer > From tameyer at ihug.co.nz Fri May 13 00:57:43 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Fri, 13 May 2005 10:57:43 +1200 Subject: [Spambayes] Doesn't work! In-Reply-To: Message-ID: > Your instructions are written for professionals. No, but the instructions are written (for the most part) by programmers. As it says in many places, patches or (specific!) suggestions are welcome. > You use phrases like " Have you changed your mail client > to connect to "localhost", instead of directly to your mail > server".. I have to assume that my local host is Road Runner > accessed via pop-server.sc.rr.com. "localhost" means the machine that you are using. You don't need to understand that, just that you need to change the address of your mail server to "localhost". If anyone manages to get the autoconfigure script finishes, then all that will be automatically done, anyway. > I am connected to Road Runner. My Incoming (POP-3) Mail Server > is; pop-server.sc.rr.com The port it uses is 110. When I load > this into the POP Proxy Options and this is all I know about of > which I can load, nothing happens. You need to do these steps (you may have done some already): 1. Right-click on the little envelope icon that appears in the tray (collection of icons by the clock) and choose "Configure...". 2. In the top box, enter the address of your mail server (e.g. "pop-server.sc.rr.com"). 3. In the second box, put "110". 4. About halfway down the page, tick the "unsure" and "spam" boxes in the "Notate To" option. 5. Click "Save" at the end of the page. 6. In Outlook Express, go to Accounts from the Tools menu. 7. Select the mail account (clicking the Mail tab might help find it). 8. Click Properties. 9. Click the Servers tab. 10. In the "incoming" box, write "localhost" (without the quotes). 11. Click Ok & close your way back out again, and you're done. Now incoming mail will have "unsure," or "spam," in the recipient list (if SpamBayes thinks it's unsure or spam). You can setup rules to move those to other folders, colour them, or whatever. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Fri May 13 01:01:37 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Fri, 13 May 2005 11:01:37 +1200 Subject: [Spambayes] Help requested In-Reply-To: Message-ID: > Sorry - here is the latest log file [...] > bsddb._db.DBRunRecoveryError: (-30982, 'DB_RUNRECOVERY: > Fatal error, run database recovery -- fatal region error > detected; run recovery') Please see FAQ 5.2: > The spam filter is recognising as spam stuff that for many > months was recognised correctly as ham. > The tool bar does not work Both of these problems are most likely caused by the dead database. > This is just a feeling but when you do fairly radical stuff > like deleting files and reinstalls that the app should spend > some time reconfiguring and learning again which it doesn't > seem to. It did not appear to be a clean uninstall. If you manually delete the database, then you would need to retrain. If you manually delete the configuration file, you'd need to reconfigure. An uninstall doesn't remove your user data (which includes both of these) - this is pretty common behaviour for an uninstall, and facilitates upgrading/reinstalling, and so on. A future version of SpamBayes will have an optional "uninstall user data" option: [ 1172348 ] Add option to uninstall all data =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Fri May 13 01:04:50 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Fri, 13 May 2005 11:04:50 +1200 Subject: [Spambayes] I do not know how to turn SpamBayes on. In-Reply-To: Message-ID: > I do not seem to be able to turn it on. > > In setup, I elected to have it turned on when I boot up. > I booted up, but I see no sign that SpamBayes is active. What mail program (Outlook, Outlook Express, Eudora, Thunderbird...) are you using? What version of Windows? > There is no SpamBayes shortcut on my desktop. If you're using sb_server (all mail clients apart from Outlook; this *includs* Outlook Express, which is very different), then you should have been given the option to include a desktop shortcut. If the box wasn't ticked, then one wouldn't have been created. If sb_server is being used, then you should have a little mail icon in the tray (the collection of icons next to the clock). Is that the case? Did you read the readme that the installer offered? Let us know more about your situtation (particularly the mail program you are using) and we can provide more instructions. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Fri May 13 01:06:33 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Fri, 13 May 2005 11:06:33 +1200 Subject: [Spambayes] Outlook 2003 Add-in Issue In-Reply-To: Message-ID: > I'm having a perplexing issue with my Outlook 2003 client > not keeping a checkmark in front of the SpamBayes Add-in > when I do the following below. Have you checked to see if Outlook has disabled the plug-in? Help->About Microsoft Outlook->Disabled Items. (And no, I have no idea why there are *two* places to disable a plug-in, or why "Help" is a logical place to put one of them). =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tim.peters at gmail.com Fri May 13 01:48:39 2005 From: tim.peters at gmail.com (Tim Peters) Date: Thu, 12 May 2005 19:48:39 -0400 Subject: [Spambayes] Doesn't work! In-Reply-To: References: Message-ID: <1f7befae050512164813d055e6@mail.gmail.com> [Sam Sox] >> You use phrases like " Have you changed your mail client >> to connect to "localhost", instead of directly to your mail >> server".. I have to assume that my local host is Road Runner >> accessed via pop-server.sc.rr.com. [Tony Meyer] > "localhost" means the machine that you are using. You don't need to > understand that, just that you need to change the address of your mail > server to "localhost". In case that still isn't clear, we mean literally the 9-letter word on the next line: localhost It doesn't matter who your ISP is, who your host is, etc. The literal word "localhost" (but without the quotation marks) is the thing to type. It's possible that, if you have a badly configured machine, the name "localhost" won't resolve. If that happens, you could try typing in exactly this string instead: 127.0.0.1 On a properly configured machine, they mean the same thing; here from a little Python session: >>> import socket >>> print socket.gethostbyname("localhost") 127.0.0.1 You should note too that Outlook Express is a low-end mail application, and using it makes everything harder for you than it _could_ be. That's fine, but you should expect some pain no matter how carefully things are explained -- using OE here is plain complicated. From tameyer at ihug.co.nz Fri May 13 05:11:12 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Fri, 13 May 2005 15:11:12 +1200 Subject: [Spambayes] [Spambayes] Help In-Reply-To: Message-ID: > Tom, [sic] I went through the steps you outlined below. SpamBay seems > to be filtering my messages, tho as I read it, it isn't putting > some of them in any boxes which is what I've been observing. Printout > of that page: [...] > SpamBayes: Watching (for incremental training) in 'Gerald/Junk E-mail' [...] > Message 'Does your girl like surprises?' in 'Gerald/Inbox' had a Spam > classification of 'Unsure' This message should be in your unsure folder. > Message 'RE: BLUE HILLS May 19th @ Blue Hills' in > 'Gerald/Inbox' had a Spam classification of 'No' This message should be in your inbox. > Message 'try our name-brand cheap soft today' in > 'Gerald/Inbox' had a Spam classification of 'Yes' This message should be in the 'Gerald/Junk E-mail' folder. [...] > Moving and spam training message 'RE: [Spambayes] Help' - Training on > message 'RE: [Spambayes] Help' in 'Gerald/Inbox - trained as spam > Training on message 'RE: [Spambayes] Help' in 'Gerald/Inbox - > trained as good This is confusing. The first bit is training my reply to you (from the subject) as spam, and moving it to the spam folder. The second bit is training it as good. It looks like you selected the message, clicked "Delete as Spam", then found it in the Junk folder and dragged it back to the Inbox. Is that right? If so, then you are definitely looking at the right Junk folder. > When I look at my [view] filter settings, they are indeed turned > off. That's what they should be. If the messages in the log aren't appearing where the log says they are, and the view filters are off, then my only thought is that maybe something else is moving them. What happens if you disable SpamBayes? (Either uninstall or untick the "Enable Filtering" box in the SpamBayes Manager dialog). Does mail still vanish? What happens if you put mail in the Junk/Unsure folders? Does it stay there? With SpamBayes enabled, what happens if you manually move a message to the unsure/junk folder? Does it stay there? What type of store was this? (Apologies if you've already said). Exchange, Hotmail or IMAP? If so, then maybe something running on the server is moving them? If it's a local PST file, then it'd have to be something on your machine. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Fri May 13 05:13:45 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Fri, 13 May 2005 15:13:45 +1200 Subject: [Spambayes] [Spambayes] (no subject) In-Reply-To: Message-ID: > I just installed on Windows 2000 PC but when I start Outlook > 2000 a Message saying to reconfig using the Manager. However > the manager is not visible on the tool bar nor can I get it > from the programs folder. Do you mean that the SpamBayes toolbar isn't visible? (If it is, then the Manager is accessible by clicking the SpamBayes button). If that's the case, then please try the steps in the troubleshooting guide for fixing the toolbar. [...] > WARNING: Unexpected MAPI error opening folder > Exception 0x80004005 (Unspecified error): Unspecified error Something (Outlook can't tell what) is going wrong when SpamBayes/Outlook tries to access the folders you've selected. Reconfiguring would be the best idea. You may wish to also run scanpst (Inbox Repair Wizard) over any local pst files, and do a Detect and Repair in Outlook. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Fri May 13 05:18:18 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Fri, 13 May 2005 15:18:18 +1200 Subject: [Spambayes] [Spambayes] Add in problem, and solution In-Reply-To: Message-ID: [...] > I just read the sections below: [...] > and did not notice that it said to go to Temp above. I > suppose it would be easier if you revised the last sentence in the > first bullet to read - "Explore will then show the temp folder, > click on that." Done; thanks for the suggestion. > In watching the behavior further, I think it is most likely related to > Microsoft Active Synch - seems like if I start that before I start up > Outlook, the Add In does not load properly and I need to shut > down Outlook, kill the process, and restart Outlook. Let me know if you > want me to let you know as I run a couple of more tests, but I think that > is the actual issue. If you do manage to confirm that this is the problem, it would be great if you could post a message to the list saying so, so that if people are having this problem in the future the solution is there in the archives. Thanks! =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Fri May 13 05:31:25 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Fri, 13 May 2005 15:31:25 +1200 Subject: [Spambayes] [Spambayes] Windows 2003 Server SP1 breaks Outlook Plugin? In-Reply-To: Message-ID: > Mark seems to have stopped responding to my Emails. Must be busy. I'm sure. Posting to the pywin32 mailing list might be more successful, but maybe not. > I added the code to __init__ (didn't know white-space was > significant in Python! Good thing IDLE is helping me.) and > I do get output from __init__ but it never gets into > OnConnection. I'm having some trouble following the code. > Where does the OutlookAddin class get created/initialized? I > could add some debug statements in there. That isn't a good sign. I believe that the OutlookAddin class is instantiated by Outlook when it loads the COM addin. If __init__ produces output that means that that's going ok, but then Outlook is meant to call the OnConnection method of the addin (this is how it goes for all addins). If that doesn't get called, then I really don't know what to do - AFAIK SpamBayes doesn't do anything at all between the end of __init__ and the start of OnConnection; it's all Outlook. You could try unregistering SpamBayes, and registering the Outlook addin demo that pywin32 includes (probably C:\Python2X\Lib\site-packages\win32com\demos\outlookAddin.py). The comments in the file explain how to use it, but it's like the SpamBayes one, really. (Run it with --debug on the command line). All it does is add a little toolbar to Outlook with example buttons. I suspect that this addin will crash Outlook just like SpamBayes does, again between __init__ (which doesn't exist - i.e. does nothing) and OnConnection. If it does, then this has really passed the stage where I will be of any use. The best thing would be to post a message to the pywin32 mailing list saying that the demo addin crashes in this way with 2003 Server SP1, that you've narrowed it down to between the end of __init__ and the start of OnConnection, and that PythonWin similarly crashes (maybe opening PythonWin does something COM related?). =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Fri May 13 05:23:26 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Fri, 13 May 2005 15:23:26 +1200 Subject: [Spambayes] [Spambayes] Folder counter doesn't update. In-Reply-To: Message-ID: > It appears to be the Firewall in SP2. I added Outlook as an > exception, and now everything is refreshing as normal. I'm glad that worked for you, and other people with this problem should try that, but it's more complicated than that, I believe. (Certainly adding Outlook as an exception doesn't work here). =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From Jeremy.Labram at Charteris.com Fri May 13 12:55:22 2005 From: Jeremy.Labram at Charteris.com (Jeremy Labram) Date: Fri, 13 May 2005 11:55:22 +0100 Subject: [Spambayes] FW: Help requested and received from Tony Meyer Message-ID: <559663697966B44F8DC0A81A585C3CA86A211E@neptune1.TheMandelbrotSet.com> Tony, Thanks your suggestion and explanations - your fix was correct and I'm back up and running again. Jeremy -----Original Message----- From: Tony Meyer [mailto:tameyer at ihug.co.nz] Sent: 13 May 2005 00:02 To: Jeremy Labram; spambayes at python.org Subject: RE: [Spambayes] Help requested > Sorry - here is the latest log file [...] > bsddb._db.DBRunRecoveryError: (-30982, 'DB_RUNRECOVERY: > Fatal error, run database recovery -- fatal region error > detected; run recovery') Please see FAQ 5.2: > The spam filter is recognising as spam stuff that for many > months was recognised correctly as ham. > The tool bar does not work Both of these problems are most likely caused by the dead database. > This is just a feeling but when you do fairly radical stuff > like deleting files and reinstalls that the app should spend > some time reconfiguring and learning again which it doesn't > seem to. It did not appear to be a clean uninstall. If you manually delete the database, then you would need to retrain. If you manually delete the configuration file, you'd need to reconfigure. An uninstall doesn't remove your user data (which includes both of these) - this is pretty common behaviour for an uninstall, and facilitates upgrading/reinstalling, and so on. A future version of SpamBayes will have an optional "uninstall user data" option: [ 1172348 ] Add option to uninstall all data =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. _________________________________________________________________ This message to Charteris plc has been checked for viruses http://www.charteris.com/ _________________________________________________________________ This message from Charteris plc has been checked for viruses http://www.charteris.com/ From stinkymario at hotmail.com Fri May 13 15:14:57 2005 From: stinkymario at hotmail.com (Mario Lavigne) Date: Fri, 13 May 2005 09:14:57 -0400 Subject: [Spambayes] Using Spambayes Outlook plugin with french translation Message-ID: Hi! I've been trying to use Spambayes (Outlook Plugin, mostly) with a french translation for days, with the source release or the binary release. Here's my setup Windows 2000 Pro FR SP2 Outlook XP FR SP2 I can see the dialog.rc for the french translation in the spambayes\languages\fr\ressources but I can't use it in Outlook, even if I change the english dialogs to french. In the readmedev.txt, it says that changing the os language should make it work (it's already in french) or "Get the '[globals] language' SpamBayes option to a list of the preferred language(s)." What am I doing wrong? Mario Lavigne From jfuller at loganandco.com Fri May 13 16:12:33 2005 From: jfuller at loganandco.com (Jack Fuller) Date: Fri, 13 May 2005 10:12:33 -0400 Subject: [Spambayes] (no subject) Message-ID: The toolbar is not visible which is why I need your assistance. -----Original Message----- From: Tony Meyer [mailto:tameyer at ihug.co.nz] Sent: Thursday, May 12, 2005 11:14 PM To: Jack Fuller; spambayes at python.org Subject: RE: [Spambayes] (no subject) > I just installed on Windows 2000 PC but when I start Outlook > 2000 a Message saying to reconfig using the Manager. However > the manager is not visible on the tool bar nor can I get it > from the programs folder. Do you mean that the SpamBayes toolbar isn't visible? (If it is, then the Manager is accessible by clicking the SpamBayes button). If that's the case, then please try the steps in the troubleshooting guide for fixing the toolbar. [...] > WARNING: Unexpected MAPI error opening folder > Exception 0x80004005 (Unspecified error): Unspecified error Something (Outlook can't tell what) is going wrong when SpamBayes/Outlook tries to access the folders you've selected. Reconfiguring would be the best idea. You may wish to also run scanpst (Inbox Repair Wizard) over any local pst files, and do a Detect and Repair in Outlook. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From seanecovel at comcast.net Fri May 13 16:25:40 2005 From: seanecovel at comcast.net (Sean Covel) Date: Fri, 13 May 2005 10:25:40 -0400 Subject: [Spambayes] Windows 2003 Server SP1 breaks Outlook Plugin? In-Reply-To: References: Message-ID: <4284B8E4.2020705@comcast.net> Tony, Tony Meyer wrote: > > That isn't a good sign. I believe that the OutlookAddin class is > instantiated by Outlook when it loads the COM addin. If __init__ produces > output that means that that's going ok, but then Outlook is meant to call > the OnConnection method of the addin (this is how it goes for all addins). > If that doesn't get called, then I really don't know what to do - AFAIK > SpamBayes doesn't do anything at all between the end of __init__ and the > start of OnConnection; it's all Outlook. > > You could try unregistering SpamBayes, and registering the Outlook addin > demo that pywin32 includes (probably > C:\Python2X\Lib\site-packages\win32com\demos\outlookAddin.py). The comments > in the file explain how to use it, but it's like the SpamBayes one, really. > (Run it with --debug on the command line). All it does is add a little > toolbar to Outlook with example buttons. > > I suspect that this addin will crash Outlook just like SpamBayes does, again > between __init__ (which doesn't exist - i.e. does nothing) and OnConnection. > > If it does, then this has really passed the stage where I will be of any > use. The best thing would be to post a message to the pywin32 mailing list > saying that the demo addin crashes in this way with 2003 Server SP1, that > you've narrowed it down to between the end of __init__ and the start of > OnConnection, and that PythonWin similarly crashes (maybe opening PythonWin > does something COM related?). This is a good test. This is what I've been looking for... That way I can determine if its SpamBayes, or pywin32. If it IS pywin32, then I can post to their list and maybe get some help. I suspect that Mark is hoping its a SpamBayes problem, and he's hoping you guys will figure it out. I'll test the demo plugin and let you know what I find. Thanks for the help. Sean From far87so at swbell.net Fri May 13 22:02:21 2005 From: far87so at swbell.net (T. R.) Date: Fri, 13 May 2005 15:02:21 -0500 Subject: [Spambayes] Setup in WinXP & Outlook Express 6 Message-ID: <000901c557f6$adb02260$6400a8c0@TROOM> From: Subject: Message: I am using SpamBayes POP3 Proxy Version 1.0.3 (January 2005) (binary), with version 2.4 (#60, Nov 30 2004, 11:49:19) [MSC v.1310 32 bit (Intel)] of Python; my operating system is Windows 5.1.2600.2 (Service Pack 2). I have trained 15 ham and 61 spam. The problem I am having is [DESCRIBE YOUR PROBLEM HERE]Setup to sort messages in Outlook Express 6. Attach Log file: -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050513/c2c291ed/attachment.htm From sdixon at carolina.rr.com Sat May 14 19:07:35 2005 From: sdixon at carolina.rr.com (swd) Date: Sat, 14 May 2005 13:07:35 -0400 Subject: [Spambayes] Configuration Message-ID: <000a01c558a7$6ccffd40$61804a18@OfficeComputer> I have tried to set up SpamBayes. You explain that when using Outlook Express the mail client should be set to "local host". You do not describe how that is done. That appears to be my problem. Your explanations about communicating between the proxy and the mail server do not give enough specifics on how to change existing settings to configure SpamBayes. Please help. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050514/e92edbca/attachment.htm From claude_jones at levitjames.com Sat May 14 22:51:24 2005 From: claude_jones at levitjames.com (Claude Jones) Date: Sat, 14 May 2005 16:51:24 -0400 Subject: [Spambayes] Suddenly can't connect Message-ID: <200505142051.j4EKpOMA018994@jefferson.patriot.net> I'm running Spambayes as a proxy under Fedora Core 3 using Kmail as my client. It's been working fine. I've had a few seemingly unrelated problems this afternoon but suddenly Kmail returns an error trying to get mail saying it can't connect to localhost. I can connect to localhost with my browser and get into the Spambayes configuration page just fine. Configuration is fine, and it allows me train on messages. I can fire up Evolution which is not configured to use Spambayes and go out and get mail just fine. I've checked the faq but none of the troubleshooting suggestions seem to apply. The problem I had earlier had to with a script that I'd configured to run itself - it got into a closed loop and ground my machine to a halt. It had nothing to do with com ports or servers or anything like that. Any one have an idea of what else I can check, or are there additional resources to look through on line? Claude Jones Levit & James, Inc./WTVS Leesburg, VA, USA From claude_jones at levitjames.com Sat May 14 23:32:54 2005 From: claude_jones at levitjames.com (Claude Jones) Date: Sat, 14 May 2005 17:32:54 -0400 Subject: [Spambayes] Suddenly can't connect In-Reply-To: <200505142051.j4EKpOMA018994@jefferson.patriot.net> Message-ID: <200505142132.j4ELWsLg006853@jefferson.patriot.net> Claude Jones wrote: | I'm running Spambayes as a proxy under Fedora Core 3 using Kmail | as my client. It's been working fine. I've had a few seemingly | unrelated problems this afternoon but suddenly Kmail returns an | error trying to get mail saying it can't connect to localhost. | | I can connect to localhost with my browser and get into the | Spambayes configuration page just fine. Configuration is fine, | and it allows me train on messages. | | I can fire up Evolution which is not configured to use Spambayes | and go out and get mail just fine. | | I've checked the faq but none of the troubleshooting suggestions | seem to apply. The problem I had earlier had to with a script | that I'd configured to run itself - it got into a closed loop | and ground my machine to a halt. It had nothing to do with com | ports or servers or anything like that. Any one have an idea of | what else I can check, or are there additional resources to look | through on line? | Here's a followup to myself. It would appear that something has become corrupted: On the configuration page where it says POP3 Proxy Options and SMTP Proxy Options there are correct values filled in; a little further down that same configuration page, the same sections are repeated, and there are no values entered in the fields - if I try to click in one of these empty fields, the whole page jumps upwards to the region where there are values already filled in. It would appear that this part of the program has been corrupted in some way. Now, my question is do I have to do a complete uninstall/reinstall, or can someone think of a less drastic measure. It would be nice not to lose all the training effort I put into it so far. Claude Jones Levit & James, Inc./WTVS Leesburg, VA, USA From jfhajp at att.net Sun May 15 01:20:14 2005 From: jfhajp at att.net (Jack) Date: Sat, 14 May 2005 18:20:14 -0500 Subject: [Spambayes] Logs, Header Options, etc. Message-ID: I use Windows XP, Spam Bayes 1.0.3 and have the following log for each of the 4 days I've been using the service: Service not available. Using thread. Loading database... Listener on port 110 is proxying postoffice.att.net:110 User interface url is http://localhost:8880/ I confess I don't understand that log file. Thinking it might want me to designate my port as 8880, I changed from 110 to 8880, which disabled my email client, so I went back to 110. Using that port, the service seems to be working properly. The messages appear when I click on "Review Messages" and I'm training it. I tried to set a filter in my email client (Calypso 3.30) as indicated in the Header Options, seeking to divert any mail with "spam," in the header to Calypso's Wastebasket. However even when it classifies email as spam, the email still appears on the Received Mail screen of Calypso instead of being diverted to the Wastebasket. I have read the FAQ and even gone to the Wiki page (obviously not aimed at my level of user). I hope all this makes sense, and that someone might be able to help me, as I'd like to be able to use Spam Bayes, and show some family members how to use it. Thanks -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ From mts at lebanon-online.com.lb Sun May 15 02:06:43 2005 From: mts at lebanon-online.com.lb (mts@lebanon-online.com.lb) Date: Sun, 15 May 2005 00:06:43 UTC Subject: [Spambayes] Massenhafter Steuerbetrug durch auslaendische Arbeitnehmer Message-ID: <5ebd7a.cb32b9a18@lebanon-online.com.lb> Lese selbst: http://www.rp-online.de/public/article/nachrichten/wirtschaft/finanzen/deutschland/85815 From helpdesk at apnic.net Sun May 15 02:30:02 2005 From: helpdesk at apnic.net (helpdesk) Date: Sun, 15 May 2005 10:30:02 +1000 Subject: [Spambayes] [APNIC #783092] The Whore Lived Like a German In-Reply-To: Message-ID: -- Greetings, This message has been automatically generated in response to your message to APNIC entitled 'The Whore Lived Like a German', the content of which appears below. APNIC has assigned the ticket number [APNIC #783092] to this matter, and we will respond to your query as soon as possible. In all future correspondence about this particular matter, please ensure that the following string is included in the subject of your message: [APNIC #783092] In future correspondence with APNIC about any other matter, please ensure that this ticket number (#783092) is NOT included, so that a new ticket can be generated for your query. By following these directions, your correspondence with APNIC will be correctly tracked by our ticketing system, resulting in faster and more reliable response to your queries. Thanks and best regards, -- APNIC helpdesk at apnic.net ------------------------------------------------------------------------- Full Article: http://service.spiegel.de/cache/international/0,1518,344374,00.html From benrahn at gmail.com Sun May 15 03:04:38 2005 From: benrahn at gmail.com (Benjamin Rahn) Date: Sat, 14 May 2005 21:04:38 -0400 Subject: [Spambayes] install error -- python or spambayes? Message-ID: <43eb187105051418041fa5baa3@mail.gmail.com> (This may be a stupid question, but...) I'm trying to install spambayes 1.0.4 in a *nix account, and there seems to be a reasonable installation of python 2.3 on the machine. Nonetheless, after unzipping and de-tarring the source code, I get the following error: % python setup.py install running install error: invalid Python installation: unable to open /usr/lib/python2.3/config/Makefile (No such file or directory) Now, there's certainly something to this error -- there certainly is no such file. Subdirectories of /usr/lib/python2.3: compiler/ curses/ distutils/ email/ encodings/ hotshot/ idlelib/ lib-dynload/ lib-old/ lib-tk/ logging/ plat-linux2/ site-packages/ xml/ So, how should I handle this problem? A. Complain to my sysadmin about something awry with the python installation. B. Change something in the source code to match the configuration of the machine (and if so, what?) C. Conclude that there is actually a problem with spambayes? Thanks! From claude_jones at levitjames.com Sun May 15 03:25:45 2005 From: claude_jones at levitjames.com (Claude Jones) Date: Sat, 14 May 2005 21:25:45 -0400 Subject: [Spambayes] Suddenly can't connect In-Reply-To: <200505142132.j4ELWsLg006853@jefferson.patriot.net> References: <200505142132.j4ELWsLg006853@jefferson.patriot.net> Message-ID: <200505142125.45608.claude_jones@levitjames.com> On Sat May 14 2005 5:32 pm, Claude Jones wrote: > Here's a followup to myself. It would appear that something has > become corrupted: > > On the configuration page where it says POP3 Proxy Options and > SMTP Proxy Options there are correct values filled in; a little > further down that same configuration page, the same sections are > repeated, and there are no values entered in the fields - if I try > to click in one of these empty fields, the whole page jumps > upwards to the region where there are values already filled in. It > would appear that this part of the program has been corrupted in > some way. Now, my question is do I have to do a complete > uninstall/reinstall, or can someone think of a less drastic > measure. It would be nice not to lose all the training effort I > put into it so far. > Followup #2: The anomaly reported above is probably a Firefox problem. When I loaded the Spambayes configuration page in Konqueror, it displayed properly without the doubling up of the options sections. Where things stand now in summary: With my normal configuration an attempt to get mail results in a long delay and then an error "unable to connect to localhost" If I remove localhost from Kmail's configuration and put back the ISP and port 110, I connect just fine. From my browser, I can connect to the Spambayes configuration page just fine. Any suggestions gladly accepted... -- Claude Jones Bluemont, VA, USA From russnancy at comcast.net Sun May 15 03:41:26 2005 From: russnancy at comcast.net (Russ & Nancy) Date: Sat, 14 May 2005 18:41:26 -0700 Subject: [Spambayes] Problem Message-ID: <001a01c558ef$3595e090$c3be0718@gatewayikwgcd5> I've configured the program with my address: mail.comcast. net (POP3). I have received several emails but the program doesn't pick them up. Any help will be appreciated before I delete the program. Russell W. Hubler 1833 Colin Court Yuba City, CA 95993-6058 530-674-1056 530-635-0855 (Cell) russnancy at comcast.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050514/99fd80a4/attachment.htm From apache at apache.org Sun May 15 04:18:30 2005 From: apache at apache.org (apache@apache.org) Date: Sun, 15 May 2005 02:18:30 GMT Subject: [Spambayes] Verbrechen der deutschen Frau Message-ID: Lese selbst: http://www.jn-bw.de/texte/zeitgeschichte/verbrechen_der_frau.htm From hotmailprivacy at hotmail.com Sun May 15 04:37:46 2005 From: hotmailprivacy at hotmail.com (MSN Hotmail) Date: Sat, 14 May 2005 19:37:46 -0700 (PDT) Subject: [Spambayes] Blutige Selbstjustiz Message-ID: <200505150237.j4F2bkBY007247@bay0-pcs2.bay0.hotmail.com> Thank you for your inquiry. Although this e-mail address is no longer monitored, we want to assist you with your question. Please go to the appropriate link below for the product or topic you are inquiring about. >>For all privacy issues, please contact msnprivacy at msn.com. >>For instructions on reporting abuse issues (e.g., spam, chain letters, harassment, profanity, pornography, etc.), please go to: http://support.msn.com/solutionarticle.aspx?cp=true&pk=msncom&pp=both/msncom&aid=7786 If you want to report an e-mail abuse issue specifically, contact: abuse at hotmail.com. >>For all Hotmail sign-in and password issues, including help with Passport and sign-in issues on any other MSN service, go to: https://memberservices.passport.net/ Click "Help". >>For Hotmail technical support, sign in to your Hotmail account and click "Help". >>For help with other MSN products or services, go to http://www.msn.com/contactus.ashx. This is an unmonitored e-mail address so please be sure to go to one of the links above. We value your business and thank you for using MSN. Please note that you will not receive a reply if you respond directly to this message. From debir at milestonemortgage.com Sun May 15 04:33:23 2005 From: debir at milestonemortgage.com (debir@milestonemortgage.com) Date: Sun, 15 May 2005 02:33:23 GMT Subject: [Spambayes] Auslaenderpolitik Message-ID: Lese selbst: http://www.mjoelnirsseite.de/2100.htm From mario.rabl at uta.at Sun May 15 04:49:28 2005 From: mario.rabl at uta.at (Rabl Mario) Date: Sun, 15 May 2005 04:49:28 +0200 Subject: [Spambayes] Out of Office AutoReply: 60 Jahre Befreiung: Wer feiert mit? Message-ID: Ich bin ab 21.2. nicht mehr im B?ro erreichbar, da ich das Unternehmen per Ende Februar verlasse. Bitte wenden Sie sich an das Team IT.IS.BSS From technicalsupport at grisoft.cz Sun May 15 05:12:12 2005 From: technicalsupport at grisoft.cz (technicalsupport@grisoft.cz) Date: Sun, 15 May 2005 05:12:12 +0200 (CEST) Subject: [Spambayes] Vorbildliche Aktion In-Reply-To: <96fa6a453810.6b48bd@python.org> Message-ID: UPOZORNENI: Vazeny uzivateli, dekujeme za zaslani emailove zpravy na oddeleni technicke podpory spolecnosti Grisoft. Bohuzel, u Vaseho pozadavku nelze overit registraci; na Vas dotaz tedy neni mozne odpovedet. Overeni registrace selhalo v dusledku jedne z techto skutecnosti: " Neprovedli jste registraci Vaseho licencniho cisla " Vase registrovane licencni cislo neni uvedeno v tele zaslane emailove zpravy Pokud si prejete, aby Vas pozadavek mohl byt postoupen ke zpracovani, postupujte prosim podle uvedenych kroku: 1) Najdete sve licencni cislo Licencni cislo lze najit primo v programu AVG Anti-Virus. Na internetove adrese http://www.grisoft.cz/doc/116/lng/cz/tpl/tpl01 najdete podrobne instrukce, jak postupovat. 2) Overte registraci sveho licencniho cisla o Prejdete na registracni stranku http://www.grisoft.cz/doc/Registration. o Vlozte sve licencni cislo a potvrdte stiskem tlacitka ODESLAT. o Pokud se zobrazi informace, ze licencni cislo je jiz registrovano, pokracujte bodem 3) a kontaktujte oddeleni technicke podpory spolecnosti Grisoft. o Pokud licencni cislo dosud nebylo zaregistrovano, podle uvedenych instrukci vyplnte vsechny pozadovane udaje registracniho formulare a potvrdte registraci. o Po dokonceni registrace muzete znovu kontaktovat oddeleni technicke podpory spolecnosti Grisoft. 3) Kontaktujte oddeleni technicke podpory Oddeleni technicke podpory spolecnosti Grisoft muzete znovu kontaktovat odeslanim odpovedi na tuto emailovou zpravu - ve Vasem postovnim programu zvolte moznost ODPOVEDET. Do tela emailove zpravy (nikoli do pole PREDMET / SUBJECT) vlozte Vase licencni cislo A ODESLETE EMAIL. Nejjednodussim zpusobem je kontaktovat technickou podporu primo z programu AVG. Presny postup naleznete na http://www.grisoft.cz/doc/51 Podrobne informace, jak kontaktovat technickou podporu, najdete na Internetove adrese http://www.grisoft.cz/doc/51 Dalsi informace Od 4.10. 2004 jsme presli pro poskytovani technicke podpory na novy system. Po tomto datu uz nadale nelze zpracovavat dotazy, ktere neobsahuji vyse uvedene parametry identifikace uzivatele. Prechod na novy system zpracovani pozadavku prispeje k rychlejsimu a kvalitnejsimu pristupu opravnenych uzivatelu AVG Anti-Virus k technicke podpore. Pokud nejste s technickou podporou spokojeni nebo mate pripominky, informujte nas prosim o konkretnich nedostatcich prostrednictvim formulare dostupneho na internetove adrese http://www.grisoft.cz/doc/satform. S pratelskym pozdravem, Oddeleni technicke podpory GRISOFT, s. r. o. >Lese selbst: >http://www.npd.de/npd_info/deutschland/2004/d1204-24.html > From technicalsupport at grisoft.cz Sun May 15 05:12:12 2005 From: technicalsupport at grisoft.cz (technicalsupport@grisoft.cz) Date: Sun, 15 May 2005 05:12:12 +0200 (CEST) Subject: [Spambayes] Vorbildliche Aktion In-Reply-To: <96fa6a453810.6b48bd@python.org> Message-ID: UPOZORNENI: Vazeny uzivateli, dekujeme za zaslani emailove zpravy na oddeleni technicke podpory spolecnosti Grisoft. Bohuzel, u Vaseho pozadavku nelze overit registraci; na Vas dotaz tedy neni mozne odpovedet. Overeni registrace selhalo v dusledku jedne z techto skutecnosti: " Neprovedli jste registraci Vaseho licencniho cisla " Vase registrovane licencni cislo neni uvedeno v tele zaslane emailove zpravy Pokud si prejete, aby Vas pozadavek mohl byt postoupen ke zpracovani, postupujte prosim podle uvedenych kroku: 1) Najdete sve licencni cislo Licencni cislo lze najit primo v programu AVG Anti-Virus. Na internetove adrese http://www.grisoft.cz/doc/116/lng/cz/tpl/tpl01 najdete podrobne instrukce, jak postupovat. 2) Overte registraci sveho licencniho cisla o Prejdete na registracni stranku http://www.grisoft.cz/doc/Registration. o Vlozte sve licencni cislo a potvrdte stiskem tlacitka ODESLAT. o Pokud se zobrazi informace, ze licencni cislo je jiz registrovano, pokracujte bodem 3) a kontaktujte oddeleni technicke podpory spolecnosti Grisoft. o Pokud licencni cislo dosud nebylo zaregistrovano, podle uvedenych instrukci vyplnte vsechny pozadovane udaje registracniho formulare a potvrdte registraci. o Po dokonceni registrace muzete znovu kontaktovat oddeleni technicke podpory spolecnosti Grisoft. 3) Kontaktujte oddeleni technicke podpory Oddeleni technicke podpory spolecnosti Grisoft muzete znovu kontaktovat odeslanim odpovedi na tuto emailovou zpravu - ve Vasem postovnim programu zvolte moznost ODPOVEDET. Do tela emailove zpravy (nikoli do pole PREDMET / SUBJECT) vlozte Vase licencni cislo A ODESLETE EMAIL. Nejjednodussim zpusobem je kontaktovat technickou podporu primo z programu AVG. Presny postup naleznete na http://www.grisoft.cz/doc/51 Podrobne informace, jak kontaktovat technickou podporu, najdete na Internetove adrese http://www.grisoft.cz/doc/51 Dalsi informace Od 4.10. 2004 jsme presli pro poskytovani technicke podpory na novy system. Po tomto datu uz nadale nelze zpracovavat dotazy, ktere neobsahuji vyse uvedene parametry identifikace uzivatele. Prechod na novy system zpracovani pozadavku prispeje k rychlejsimu a kvalitnejsimu pristupu opravnenych uzivatelu AVG Anti-Virus k technicke podpore. Pokud nejste s technickou podporou spokojeni nebo mate pripominky, informujte nas prosim o konkretnich nedostatcich prostrednictvim formulare dostupneho na internetove adrese http://www.grisoft.cz/doc/satform. S pratelskym pozdravem, Oddeleni technicke podpory GRISOFT, s. r. o. >Lese selbst: >http://www.npd.de/npd_info/deutschland/2004/d1204-24.html > From swesta at charter.net Sun May 15 05:51:03 2005 From: swesta at charter.net (swesta@charter.net) Date: Sun, 15 May 2005 03:51:03 GMT Subject: [Spambayes] Paranoider Deutschenmoerder kommt in Psychiatrie Message-ID: <23fcb.06f550de9c@charter.net> Lese selbst: http://brandenburg.rz.fhtw-berlin.de/poetschke.html From support at magma.ca Sun May 15 06:49:02 2005 From: support at magma.ca (Residential Support) Date: 15 May 2005 00:49:02 -0400 Subject: [Spambayes] [MAG200505150099] Dresden 1945 Message-ID: Your assigned ticket number is/Le numéro de billet qui vous a été assigné est le: MAG200505150099 Thank you for your email to the Magma Residential Technical Support Team. By sending your email message this has automatically opened a Magma support case. Please be sure to include the tracking number in the subject line of all future communication about this case. You may do this by simply replying to this email message. We will review your request as soon as possible. If this is an urgent issue, please contact Magma at 613-228-3565 or 1-800-576-7704 to speak with our 24/7 technical support staff. Sincerely, Magma Residential Technical Support Team -------------------------------------------------------------------------- Nous vous remercions du courriel que vous avez fait parvenir � l��quipe de soutien technique aux particuliers de Magma. Ce courriel que vous avez envoy� a automatiquement entra�n� l�ouverture d�un dossier chez Magma. Assurez-vous de mentionner le num�ro de billet dans la ligne ��Sujet�� de toute communication ult�rieure concernant ce cas. Pour le faire, il vous suffit de r�pondre � ce courriel. Nous �tudierons votre demande d�s que possible. S�il s�agit d�une question urgente, veuillez appeler Magma au (613) 228-3565 ou au 1 (800) 576-7704 afin de vous adresser � notre personnel de soutien technique qui est � votre disposition 24 heures par jour et 7 jours sur 7. Je vous remercie. �quipe de soutien technique aux particuliers de Magma ------------------------------------------------------------------------ A copy of your original message has been included below for your reference. ------------------------------------------------------------------------ Lese selbst: http://www.kommunisten-online.de/blackchanel/dresden3.htm From barrett.tester at quiksilver.com Sun May 15 07:17:11 2005 From: barrett.tester at quiksilver.com (barrett.tester@quiksilver.com) Date: Sun, 15 May 2005 05:17:11 UTC Subject: [Spambayes] Multi-Kulturell = Multi-Kriminell Message-ID: Lese selbst: http://www.npd.de/npd_info/meldungen/2005/m0105-19.html From SSouth at firstworthing.com Sun May 15 07:55:59 2005 From: SSouth at firstworthing.com (SSouth@firstworthing.com) Date: Sun, 15 May 2005 05:55:59 GMT Subject: [Spambayes] The Whore Lived Like a German Message-ID: Full Article: http://service.spiegel.de/cache/international/0,1518,344374,00.html From stamhankar at hotmail.com Sun May 15 08:21:27 2005 From: stamhankar at hotmail.com (stamhankar@hotmail.com) Date: Sun, 15 May 2005 06:21:27 GMT Subject: [Spambayes] Hier sind wir Lehrer die einzigen Auslaender Message-ID: Lese selbst: http://www.deutschlandchronik.de/multikulti_perfekt.htm http://www.leverkusener-aufbruch.com/content/pt5.html From tme at corp.com Sun May 15 09:17:39 2005 From: tme at corp.com (tme@corp.com) Date: Sun, 15 May 2005 07:17:39 GMT Subject: [Spambayes] Blutige Selbstjustiz Message-ID: <896be35c826.2911@corp.com> Polizeiexperten warnen: Ethnisch abgeschottete Mafia-Clans sind kaum noch zu durchdringen. Die Gerichte tragen Mitschuld. Weiter auf: http://www.libasoli.de/2004/ethnoclans%20spiegel50_04.html From personal-basic at thawte.com Sun May 15 09:29:43 2005 From: personal-basic at thawte.com (personal-basic@thawte.com) Date: Sun, 15 May 2005 07:29:43 UTC Subject: [Spambayes] Blutige Selbstjustiz Message-ID: <78f225397e6b5d2bf0ed@waeyos.com> Polizeiexperten warnen: Ethnisch abgeschottete Mafia-Clans sind kaum noch zu durchdringen. Die Gerichte tragen Mitschuld. Weiter auf: http://www.libasoli.de/2004/ethnoclans%20spiegel50_04.html From rvsupport at rvtrader.com Sun May 15 09:09:54 2005 From: rvsupport at rvtrader.com (rvsupport@rvtrader.com) Date: 15 May 2005 07:09:54 -0000 Subject: [Spambayes] RVTrader AutoResponder Message-ID: <20050515070954.26653.qmail@navigatorwebhost.com> This email address is no longer available, please contact us at http://www.rvtrader.com/contactus.php . Best regards, RVTrader.com Support http://www.RVTrader.com From Louis_Moore at gmaccm.com Sun May 15 09:36:39 2005 From: Louis_Moore at gmaccm.com (Louis_Moore@gmaccm.com) Date: Sun, 15 May 2005 07:36:39 GMT Subject: [Spambayes] Auslaenderpolitik Message-ID: Lese selbst: http://www.mjoelnirsseite.de/2100.htm From respondersupport at eacceleration.com Sun May 15 00:03:58 2005 From: respondersupport at eacceleration.com (respondersupport@eacceleration.com) Date: Sun May 15 00:03:58 2005 Subject: [Spambayes] Graeberschaendung auf bundesdeutsche Anordnung Message-ID: <20050515040358.23613.qmail@mail.eacceleration.com> You wrote: >Lese selbst: >http://www.die-kommenden.net/dk/zeitgeschichte/graeberschaendung.htm > From hhuydts at sicentrum.de Sun May 15 10:58:07 2005 From: hhuydts at sicentrum.de (hhuydts@sicentrum.de) Date: Sun, 15 May 2005 08:58:07 GMT Subject: [Spambayes] Transparenz ist das Mindeste Message-ID: <88838.58ad0bc7b8@sicentrum.de> Lese selbst: http://www.npd.de/npd_info/deutschland/2005/d0405-39.html From evalhelp at ipswitch.com Sun May 15 10:57:51 2005 From: evalhelp at ipswitch.com (evalhelp) Date: Sun, 15 May 2005 04:57:51 -0400 Subject: [Spambayes] Greetings from the Ipswitch Pre-Sales Technical Support Team. Message-ID: <10505150457.AA13789@ipswitch.com> Greetings from the Ipswitch Pre-Sales Technical Support Team. This is an automated reply. To better service you during your Evaluation of our Software, please click on the link below which will take you to a direct contact form. http://askatech.ipswitch.com/ Then select your product from the list, and remember to check off "I am an Evaluation User" so that it gets to the correct Department. If you prefer to speak with a Support Representative by phone, and live within the United States and Canada: Call 781-676-5700 to speak with a Technician about any issues during your Evaluation period. Thank you, Ipswitch Inc. #rsp# From sales at ipswitch.com Sun May 15 10:57:52 2005 From: sales at ipswitch.com (sales) Date: Sun, 15 May 2005 04:57:52 -0400 Subject: [Spambayes] Greetings from the Ipswitch sales team. Message-ID: <10505150457.AA13789@ipswitch.com> Greetings from the Ipswitch sales team. Thank you for sending an e-mail to sales at ipswitch.com. This e-mail address is not actively monitored due to the amount of spam it receives. To contact a representative at Ipswitch please use the information listed below: To place an order: + (800) 793-4825 To speak to a representative: + (781) 676-5700 To e-mail Sales: http://www.ipswitch.com/company/contact/index.html For pre-sales online support: http://support.ipswitch.com/kb/ All other contact information can be found at: http://www.ipswitch.com/company/contact/index.html Thank you, Ipswitch Inc. #rsp# From sales at ipswitch.com Sun May 15 10:57:52 2005 From: sales at ipswitch.com (sales) Date: Sun, 15 May 2005 04:57:52 -0400 Subject: [Spambayes] Greetings from the Ipswitch sales team. Message-ID: <10505150457.AA13789@ipswitch.com> Greetings from the Ipswitch sales team. Thank you for sending an e-mail to sales at ipswitch.com. This e-mail address is not actively monitored due to the amount of spam it receives. To contact a representative at Ipswitch please use the information listed below: To place an order: + (800) 793-4825 To speak to a representative: + (781) 676-5700 To e-mail Sales: http://www.ipswitch.com/company/contact/index.html For pre-sales online support: http://support.ipswitch.com/kb/ All other contact information can be found at: http://www.ipswitch.com/company/contact/index.html Thank you, Ipswitch Inc. #rsp# From support at hotmail.com Sun May 15 11:37:57 2005 From: support at hotmail.com (MSN Hotmail) Date: Sun, 15 May 2005 02:37:57 -0700 (PDT) Subject: [Spambayes] Blutige Selbstjustiz Message-ID: <200505150937.j4F9bvbg015557@bay0-pcs2.bay0.hotmail.com> Thank you for sending an e-mail message to support at hotmail.com. However, this is not a monitored e-mail address. Sign in to your Hotmail account and click "Help" for the most up-to-date information on this issue as well as recent customer questions. If you need more assistance, you can contact us through Help, and we'll respond within one business day. Having problems signing in? If you need to retrieve or reset your password, add or update your alternate e-mail address, or change your secret question, go to: https://memberservices.passport.net/ Click "Help" for the most up-to-date information on each of these tasks. ?NOTE: You will need to provide the same answers to the account profile questions as you entered when you signed up for your Hotmail account. You will also need to provide the same answer to your secret question that you created during the sign-up process. Note: We recommend you change your Secret Question and Answer when you update your password. This improves the security on your account. Your secret question allows only you to retrieve your password online if you ever forget it. If you are using a non-English version of Hotmail, your password, like your sign-in name, must be typed in Standard English-based text. Warning: To help protect your personal information, a Hotmail employee will never ask you for your current password, either by phone or e-mail. Hotmail requires your password only when you sign in to your account and even then, your password is not displayed on screen. If you receive a message that asks for your current password, please forward it to abuse at hotmail.com immediately and do not respond to the message. Never share your password or secret question and answer with anyone else. And change your password and secret question regularly to increase the security of your account. >>For help with other MSN products or services, go to http://support.msn.com/contactus.aspx. Please note that you will not receive a reply if you respond directly to this message. From bvestal at lion.lmu.edu Sun May 15 11:36:57 2005 From: bvestal at lion.lmu.edu (bvestal@lion.lmu.edu) Date: Sun, 15 May 2005 09:36:57 GMT Subject: [Spambayes] Transparenz ist das Mindeste Message-ID: <84cf7.ecf5ba91ffb7@lion.lmu.edu> Lese selbst: http://www.npd.de/npd_info/deutschland/2005/d0405-39.html From cs_admin at cs.ipswitch.com Sun May 15 10:55:57 2005 From: cs_admin at cs.ipswitch.com (cs_admin@cs.ipswitch.com) Date: Sun, 15 May 2005 08:55:57 GMT Subject: [Spambayes] Du wirst zum Sklaven gemacht!!! [T200505150E1F] Message-ID: <200505150456450.SM05500@cs.ipswitch.com> Dear spambayes at python.org, This is an automated response from General Service . Your tracking number for this inquiry is T200505150E1F. We received your reply on 5/15/05 at 4:55:58 AM. Our staff are available to respond to messages during regular business hours, excluding holidays. Messages are normally answered within one business day. You should be receiving a personal response by e-mail from one of our staff shortly. In the event you need to contact us regarding your original message, please refer to the tracking number at the top of this message. This will help our staff locate and review your correspondence with us. Thanks once again for writing. You should hear from one of our staff shortly. Ipswitch Customer Service Department From steve at annsilvasbernina.com Sun May 15 12:14:38 2005 From: steve at annsilvasbernina.com (steve@annsilvasbernina.com) Date: Sun, 15 May 2005 10:14:38 GMT Subject: [Spambayes] Paranoider Deutschenmoerder kommt in Psychiatrie Message-ID: Lese selbst: http://brandenburg.rz.fhtw-berlin.de/poetschke.html From jim_niemeyer at msn.com Sun May 15 13:10:30 2005 From: jim_niemeyer at msn.com (jim_niemeyer@msn.com) Date: Sun, 15 May 2005 11:10:30 UTC Subject: [Spambayes] Transparenz ist das Mindeste Message-ID: <54f0.28eb563b1827479@msn.com> Lese selbst: http://www.npd.de/npd_info/deutschland/2005/d0405-39.html From postmaster at cisco.com Sun May 15 13:40:21 2005 From: postmaster at cisco.com (postmaster@cisco.com) Date: Sun, 15 May 2005 04:40:21 -0700 (PDT) Subject: [Spambayes] Your mail to engineering@cisco.com Message-ID: <200505151140.EAA22651@lemonhead.cisco.com> You have tried to send mail to engineering at cisco.com. Access to this mailing list is restricted to Cisco hosts only. For pre-sales support, please send mail to sales at cisco.com For post-sales support, please send mail to tac at cisco.com (In Europe, use euro-tac at europe.cisco.com) You can also subscribe to the cisco at spot list - send mail to cisco-request at spot.colorado.edu More information is available in the USENET newsgroup comp.dcom.sys.cisco Thank you postmaster at cisco.com ----- Headers of original message follow ----- >From spambayes at python.org Sun May 15 04:40:21 2005 Received: from ams-iport-1.cisco.com (ams-iport-1.cisco.com [144.254.224.140]) by lemonhead.cisco.com (8.8.8/2.6/Cisco List Logging/8.8.8) with ESMTP id EAA22640 for ; Sun, 15 May 2005 04:40:20 -0700 (PDT) From: spambayes at python.org Received: from ams-core-1.cisco.com (144.254.224.150) by ams-iport-1.cisco.com with ESMTP; 15 May 2005 13:17:50 +0200 Received: from syd-inbound-a.cisco.com (syd-inbound-a.cisco.com [64.104.252.248]) by ams-core-1.cisco.com (8.12.10/8.12.6) with ESMTP id j4FBHMVf027112; Sun, 15 May 2005 13:17:27 +0200 (MEST) Received: from cpe-141-168-62-233.nsw.bigpond.net.au (HELO emufyepmc.org) (141.168.62.233) by syd-inbound-a.cisco.com with SMTP; 15 May 2005 21:23:21 +1000 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="3.93,109,1114956000"; d="scan'208"; a="18733982:sNHT13194784" To: FreeMail at cisco.com Date: Sun, 15 May 2005 11:10:33 UTC Subject: Auslaenderpolitik Importance: Normal X-Priority: 3 (Normal) MIME-Version: 1.0 Message-ID: <9f19.8edfccb3b25b at python.org> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii" X-PMX-Version: 4.7.0.111621 X-from-outside-Cisco: 64.104.252.248 From seanecovel at comcast.net Sun May 15 13:42:55 2005 From: seanecovel at comcast.net (Sean Covel) Date: Sun, 15 May 2005 07:42:55 -0400 Subject: [Spambayes] PyWin32 Outlook Adding crashes Outlook on Window 2003 SP1 Message-ID: <428735BF.7060007@comcast.net> To all, I've been using SpamBayes for some time on Window 2003 Server. After upgrading to Windows 2003, the plugin no longer works. After some debugging, It was determined it was probably a PyWin32 problem. Python 2.4.1 pywin32-204.win32-py2.4.exe I have tested the example Outlook plugin (win32com/demos/Outlookadin.py). That plugin also crashes Outlook. I added a bunch of win32traceutil;print statements to attempt to figure out where the crash it. The output I get is this: Collecting Python Trace Output... Starting up 1 Starting up 2 Starting up 3 Starting up 6 Starting up 7 Here's the code: ------------------------------------------------- from win32com import universal from win32com.server.exception import COMException from win32com.client import gencache, DispatchWithEvents import winerror import pythoncom from win32com.client import constants import sys import win32traceutil win32traceutil;print 'Starting up 1' # Support for COM objects we use. gencache.EnsureModule('{00062FFF-0000-0000-C000-000000000046}', 0, 9, 0, bForDemand=True) # Outlook 9 gencache.EnsureModule('{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}', 0, 2, 1, bForDemand=True) # Office 9 win32traceutil;print 'Starting up 2' # The TLB defiining the interfaces we implement universal.RegisterInterfaces('{AC0714F2-3D04-11D1-AE7D-00A0C90F26F4}', 0, 1, 0, ["_IDTExtensibility2"]) win32traceutil;print 'Starting up 3' class ButtonEvent: def OnClick(self, button, cancel): win32traceutil;print 'Starting up 4' import win32ui # Possible, but not necessary, to use a Pythonwin GUI win32ui.MessageBox("Hello from Python") return cancel class FolderEvent: def OnItemAdd(self, item): win32traceutil;print 'Starting up 5' try: print "An item was added to the inbox with subject:", item.Subject except AttributeError: print "An item was added to the inbox, but it has no subject! - ", repr(item) class OutlookAddin: win32traceutil;print 'Starting up 6' _com_interfaces_ = ['_IDTExtensibility2'] _public_methods_ = [] _reg_clsctx_ = pythoncom.CLSCTX_INPROC_SERVER _reg_clsid_ = "{0F47D9F3-598B-4d24-B7E3-92AC15ED27E2}" _reg_progid_ = "Python.Test.OutlookAddin" _reg_policy_spec_ = "win32com.server.policy.EventHandlerPolicy" win32traceutil;print 'Starting up 7' def OnConnection(self, application, connectMode, addin, custom): win32traceutil;print 'OnConnection' print "OnConnection", application, connectMode, addin, custom # ActiveExplorer may be none when started without a UI (eg, WinCE synchronisation) activeExplorer = application.ActiveExplorer() if activeExplorer is not None: bars = activeExplorer.CommandBars toolbar = bars.Item("Standard") item = toolbar.Controls.Add(Type=constants.msoControlButton, Temporary=True) # Hook events for the item item = self.toolbarButton = DispatchWithEvents(item, ButtonEvent) item.Caption="Python" item.TooltipText = "Click for Python" item.Enabled = True win32traceutil;print 'Setup Hooks' # And now, for the sake of demonstration, setup a hook for all new messages inbox = application.Session.GetDefaultFolder(constants.olFolderInbox) self.inboxItems = DispatchWithEvents(inbox.Items, FolderEvent) def OnDisconnection(self, mode, custom): win32traceutil;print 'Starting up 8' print "OnDisconnection" def OnAddInsUpdate(self, custom): win32traceutil;print 'Starting up 9' print "OnAddInsUpdate", custom def OnStartupComplete(self, custom): win32traceutil;print 'Starting up 10' print "OnStartupComplete", custom def OnBeginShutdown(self, custom): win32traceutil;print 'Starting up 11' print "OnBeginShutdown", custom def RegisterAddin(klass): win32traceutil;print 'RegisterAddin' import _winreg key = _winreg.CreateKey(_winreg.HKEY_CURRENT_USER, "Software\\Microsoft\\Office\\Outlook\\Addins") subkey = _winreg.CreateKey(key, klass._reg_progid_) _winreg.SetValueEx(subkey, "CommandLineSafe", 0, _winreg.REG_DWORD, 0) _winreg.SetValueEx(subkey, "LoadBehavior", 0, _winreg.REG_DWORD, 3) _winreg.SetValueEx(subkey, "Description", 0, _winreg.REG_SZ, klass._reg_progid_) _winreg.SetValueEx(subkey, "FriendlyName", 0, _winreg.REG_SZ, klass._reg_progid_) def UnregisterAddin(klass): win32traceutil;print 'UnregesterAddin' import _winreg try: _winreg.DeleteKey(_winreg.HKEY_CURRENT_USER, "Software\\Microsoft\\Office\\Outlook\\Addins\\" + klass._reg_progid_) except WindowsError: pass if __name__ == '__main__': import win32com.server.register win32com.server.register.UseCommandLine(OutlookAddin) if "--unregister" in sys.argv: UnregisterAddin(OutlookAddin) else: RegisterAddin(OutlookAddin) --------------------------------------------------------------- Anything I can do to help, just let me know. Sean From Caroline.Winiger at ch.kuoni.com Sun May 15 14:03:33 2005 From: Caroline.Winiger at ch.kuoni.com (Winiger Caroline) Date: Sun, 15 May 2005 14:03:33 +0200 Subject: [Spambayes] Out of Office AutoReply: 4, 8 Mill. Osteuropaeer durch Fischer-Volmer Erlass Message-ID: <5EB3A0C5E9971D4C971039803368255D06BF0D@ZRHICX11.incoming.kuoni.int> Dear business partner, Thank you for your e-mail. I'm out of the office and will be back on June 1st, 2005. I will not read your e-mail during this time. Please take note that your e-mail has not been forwarded. For all matters please contact Mrs Astrid Kemmerich (Phone +41 1 325 23 54). Best regards, Caroline Winiger Reservation Department Kuoni Travel Ltd. Incoming Services Ueberlandstrasse 360 CH-8051 Z?rich / Switzerland Phone: +41 1 325 22 65 Fax: +41 1 325 23 40 mailto: caroline.winiger at ch.kuoni.com http://www.kuoni-incoming.com I am out of office on 05.11.2004. For all matters, please contact Astrid Kemmerich 0041 1 325 23 54. Your mail has not been forwarded. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050515/83add779/attachment.htm From miriam.obrist at btiswitzerland.com Sun May 15 14:03:35 2005 From: miriam.obrist at btiswitzerland.com (Obrist Miriam) Date: Sun, 15 May 2005 14:03:35 +0200 Subject: [Spambayes] Out of Office AutoReply: 4, 8 Mill. Osteuropaeer durch Fischer-Volmer Erlass Message-ID: Thank you for your message. I am back in the office on Tuesday, May 17th, 2005 with no access to my Emails until then. Please contact Sonja Sekinger (phone: +41 (0)44 736 65 33 or mailto: sonja.sekinger at btiswitzerland.com) for any urgent cases. Best regards Miriam Obrist -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050515/cf33d471/attachment.html From system.admin at gpe-hkg.com Sun May 15 14:36:30 2005 From: system.admin at gpe-hkg.com (system.admin@gpe-hkg.com) Date: Sun, 15 May 2005 20:36:30 +0800 (CCT) Subject: [Spambayes] Augen auf Message-ID: <20050515123552.08FAE1E4087@bag.python.org> Email address format incorrect / unknown user. Please confirms the email address format as like as below: [FirstName].[LastName]@ -------------- next part -------------- An embedded message was scrubbed... From: spambayes at python.org Subject: Augen auf Date: Sun, 15 May 2005 11:05:38 UTC Size: 1039 Url: http://mail.python.org/pipermail/spambayes/attachments/20050515/20460d73/attachment.mht From showreservations at wynnlasvegas.com Sun May 15 15:40:06 2005 From: showreservations at wynnlasvegas.com (showreservations@wynnlasvegas.com) Date: Sun, 15 May 2005 13:40:06 GMT Subject: [Spambayes] Transparenz ist das Mindeste Message-ID: Lese selbst: http://www.npd.de/npd_info/deutschland/2005/d0405-39.html From faith at execulink.com Sun May 15 16:01:54 2005 From: faith at execulink.com (faith@execulink.com) Date: Sun, 15 May 2005 14:01:54 UTC Subject: [Spambayes] Graeberschaendung auf bundesdeutsche Anordnung Message-ID: Lese selbst: http://www.die-kommenden.net/dk/zeitgeschichte/graeberschaendung.htm From support at intervideo.com Sun May 15 16:21:36 2005 From: support at intervideo.com (support@intervideo.com) Date: Sun, 15 May 2005 14:21:36 UTC Subject: [Spambayes] Auslaenderpolitik Message-ID: <5b84b1c0c5bd2e51@intervideo.com> Lese selbst: http://www.mjoelnirsseite.de/2100.htm From fandskniffin at aol.com Sun May 15 17:04:06 2005 From: fandskniffin at aol.com (fandskniffin@aol.com) Date: Sun, 15 May 2005 15:04:06 GMT Subject: [Spambayes] Du wirst ausspioniert ....! Message-ID: <51b3.efcd6400e2b@aol.com> und weisst es nicht einmal: http://www.heise.de/newsticker/meldung/58003 http://www.heise.de/newsticker/meldung/59304 http://www.heise.de/newsticker/meldung/58311 http://www.heise.de/newsticker/meldung/58351 From DDulock at bmandg.com Sun May 15 17:14:26 2005 From: DDulock at bmandg.com (DDulock@bmandg.com) Date: Sun, 15 May 2005 15:14:26 UTC Subject: [Spambayes] Verbrechen der deutschen Frau Message-ID: <52c23f.c708a4448@bmandg.com> Lese selbst: http://www.jn-bw.de/texte/zeitgeschichte/verbrechen_der_frau.htm From greatcustomer at msn.com Sun May 15 17:35:20 2005 From: greatcustomer at msn.com (greatcustomer@msn.com) Date: Sun, 15 May 2005 15:35:20 GMT Subject: [Spambayes] Transparenz ist das Mindeste Message-ID: <96c0bf2c6.33ee4005@msn.com> Lese selbst: http://www.npd.de/npd_info/deutschland/2005/d0405-39.html From contact at pfflyers.com Sun May 15 18:17:44 2005 From: contact at pfflyers.com (contact@pfflyers.com) Date: Sun, 15 May 2005 16:17:44 UTC Subject: [Spambayes] Dresden 1945 Message-ID: <43b62f384.acc0fc11@krogxyjw.com> Lese selbst: http://www.kommunisten-online.de/blackchanel/dresden3.htm From support at earthlink.net Sun May 15 20:41:58 2005 From: support at earthlink.net (support@earthlink.net) Date: Sun, 15 May 2005 11:41:58 -0700 Subject: [Spambayes] EarthLink Has Received Your Email (KMM101886920V82506L0KM) Message-ID: Thank you for contacting EarthLink, We received your email on 5/15/05, however in order to better serve you EarthLink only accepts replies to outbound email messages or new messages created by completing our online email form. To ensure that your inquiry is handled by an EarthLink representative we ask that you resubmit your request using our online email form which you can access using the "support by email" link on your personal start page, or, by inserting the following URL in your web browser: http://support.earthlink.net/email Using this form will help us direct your email to the right department so that we can provide you with an accurate and timely response. We also offer a wide variety of online self help options. For technical issues such as setting up your service, troubleshooting problems, or just using the Internet and email, you can access clear, step-by-step instructions at your Personal Support Center: http://support.earthlink.net To add a credit card to your account, view or update your billing information, change your email address or password, or create a new email address, simply visit your My Account Web page: http://myaccount.earthlink.net We look forward to assisting you and apologize for any inconvenience this may have caused. Because this is an automated acknowledgement, we ask that you do not reply to this message. Thank you, Electronic Support EarthLink, Inc. --------------------------- Subject:Paranoider Deutschenmoerder kommt in Psychiatrie Body: Lese selbst: http://brandenburg.rz.fhtw-berlin.de/poetschke.html From tameyer at ihug.co.nz Mon May 16 02:14:59 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 16 May 2005 12:14:59 +1200 Subject: [Spambayes] Problem In-Reply-To: Message-ID: > I've configured the program with my address: mail.comcast.net (POP3). > I have received several emails but the program doesn't pick them up. Have you set your email program to connect to "localhost" (without the quotes)? What mail program are you using? If you tell us, we can give you detailed instructions about how to do this. Otherwise, the README that comes with SpamBayes would be a good start. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 16 02:17:32 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 16 May 2005 12:17:32 +1200 Subject: [Spambayes] install error -- python or spambayes? In-Reply-To: Message-ID: > I'm trying to install spambayes 1.0.4 in a *nix account, and there > seems to be a reasonable installation of python 2.3 on the machine. > Nonetheless, after unzipping and de-tarring the source code, I get the > following error: > > % python setup.py install > running install > error: invalid Python installation: unable to open > /usr/lib/python2.3/config/Makefile (No such file or directory) I believe (Googling seems to back this up) that this means that you need to install the python-devel (or however your system spells it) package to use distutils. (You can use SpamBayes without running setup.py, of course - just manually put the spambayes package directory on the PYTHONPATH, and run the scripts from wherever you like). =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 16 02:19:16 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 16 May 2005 12:19:16 +1200 Subject: [Spambayes] Configuration In-Reply-To: Message-ID: > You explain that when using Outlook Express the > mail client should be set to "local host". You do not > describe how that is done. In Outlook Express, choose "Accounts" from the "Tools" menu. Select the mail account you wish to change. Click "Properties". On the "Incoming" tab, change the mail server name ("pop.example.com") to "localhost" (without the quotes). =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From rojo-invite-bounces at mail.rojo.com Mon May 16 01:58:51 2005 From: rojo-invite-bounces at mail.rojo.com (rojo-invite-bounces@mail.rojo.com) Date: Sun, 15 May 2005 16:58:51 -0700 Subject: [Spambayes] Your message to Rojo-invite awaits moderator approval Message-ID: Your mail to 'Rojo-invite' with the subject Auslaender bevorzugt Is being held until the list moderator can review it for approval. The reason it is being held: Message has implicit destination Either the message will get posted to the list, or you will receive notification of the moderator's decision. If you would like to cancel this posting, please visit the following URL: https://mail.sofari.com/mailman/confirm/rojo-invite/db5f67123e84d8518fcd6137fea5d18c068fdf24 From info at bootbay.com Mon May 16 02:27:14 2005 From: info at bootbay.com (info) Date: Sun, 15 May 2005 20:27:14 -0400 Subject: [Spambayes] automated response Message-ID: <10505152027.AA00520@bootbay.com> Your request has been received. One of our associates will respond to you within 24 - 48 business hours. Thank you for shopping Bootbay.com Bootbay Support From CPS-requests at verisign.com Mon May 16 02:57:26 2005 From: CPS-requests at verisign.com (CPS-requests@verisign.com) Date: Mon, 16 May 2005 00:57:26 UTC Subject: [Spambayes] S.O.S. Kiez! Polizei schlaegt Alarm Message-ID: Lese selbst: http://bz.berlin1.de/archiv/041115_pdf/BZ041115_004_GB2IG556.1.htm From Administrator at berninausa.com Mon May 16 03:41:48 2005 From: Administrator at berninausa.com (Administrator@berninausa.com) Date: Sun, 15 May 2005 20:41:48 -0500 Subject: [Spambayes] SMS detected prohibited content or Spam (SYM:21844667600393932165) Message-ID: <011301c559b8$6caeb290$2701010a@berninausa.com> Symantec Mail Security detected that you sent a message containing prohibited content or Spam Recipient of the message: "esmtp at berninausa.com" Please remove "esmtp at berninausa.com" from your mailing list. From tameyer at ihug.co.nz Mon May 16 04:15:45 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 16 May 2005 14:15:45 +1200 Subject: [Spambayes] Logs, Header Options, etc. In-Reply-To: Message-ID: > I use Windows XP, Spam Bayes 1.0.3 and have the following log > for each of the 4 days I've been using the service: > Service not available. Using thread. By "service", do you mean SpamBayes, or are you referring to the Windows service version of SpamBayes? If the latter, then the service isn't running (the standard threaded version is, instead). The Windows event log, or the SpambayesServiceX.log files, will have details about why. (Or you can run pop3proxy_service.exe in debug mode). > Loading database... Listener on port 110 is proxying > postoffice.att.net:110 > User interface url is http://localhost:8880/ > I confess I don't understand that log file. It's just saying that everything is working. You're proxying postoffice.att.net:110 on localhost:110, which is presumably correct. The user interface is accessible via http://localhost:8880. > Thinking it might want me to designate my port as 8880, No! 8880 is the port on which the web interface runs. 110 is the port that a POP3 service typically runs, so is a good choice for the proxy. > I tried to set a filter in my email client (Calypso 3.30) as > indicated in the Header Options, seeking to divert any > mail with "spam," in the header to Calypso's Wastebasket. I'm not familiar with Calypso, but if it lets you filter on arbitrary headers, then you should look for a "X-Spambayes-Classification" header with values of "spam", "unsure", or "ham" (no quotes). There will be no comma, just the word. If you can't filter on arbitrary headers (AFAIK Outlook Express is the only mail client to be this limited) then you'll have to ensure that the "notate to" or "notate subject" SpamBayes options are enabled, and filter on either the "To:" or "Subject:" headers. With the subject, the classification will be separated from the actual subject by a comma. With the "To:" header, it depends how Calypso treats the header (SpamBayes 1.1 will be better in this regard). > I have read the FAQ and even gone to the Wiki page > (obviously not aimed at my level of user). The FAQ ought to be aimed at beginning users. If you've got any suggestions for wording etc that would make it clearer, please let us know. The wiki is whatever people put there, really. It does tend to be more advanced stuff, yes (but there's nothing stopping anyone creating some wiki pages aimed at beginning users). =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 16 04:24:28 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 16 May 2005 14:24:28 +1200 Subject: [Spambayes] (no subject) In-Reply-To: Message-ID: >> Do you mean that the SpamBayes toolbar isn't visible? (If it >> is, then the Manager is accessible by clicking the SpamBayes >> button). If that's the case, then please try the steps in >> the troubleshooting guide for fixing the toolbar. > > The toolbar is not visible which is why I need your assistance. So have you tried the steps in the troubleshooting guide? The local copy is in the "docs" folder in the folder you installed SpamBayes into (e.g. "C:\Program Files\SpamBayes"), or you can look at the online one: =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From apestke at intervideo.com Mon May 16 07:56:24 2005 From: apestke at intervideo.com (apestke@intervideo.com) Date: Mon, 16 May 2005 05:56:24 GMT Subject: [Spambayes] Schily ueber Deutschland Message-ID: <0ca0.c6d8ecce0debe14@intervideo.com> Lese selbst: http://www.heise.de/newsticker/meldung/59427 From techhelp at cybexintl.com Mon May 16 08:26:05 2005 From: techhelp at cybexintl.com (techhelp) Date: Mon, 16 May 2005 02:26:05 -0400 Subject: [Spambayes] Thank You for Contacting Cybex Technical Support Message-ID: <6CE303B1D1C1B54CB3FBA951290663F004BBDA72@c1mxip01.na.cybexintl.com> Thank you for your inquiry. You have emailed techhelp at cybexintl.com. This is a technical assistance email address only. You should receive a reply within two business days. All parts inquiries should be directed to www.ecybex.com at our online shopping web site. Or you may email a parts order to parts at cybexintl.com. Again, thank you for your inquiry and have a great day. phone: 888-462-9239 fax: 508-533-5183 (service) email: techhelp at cybexintl.com (technical help) email: parts at cybexintl.com (parts ordering) Cybex International 10 Trotter Drive Medway, MA 02053 Office hours are Monday through Friday 8:30 a.m. to 6:00 p.m. Eastern ************************************************************ This message and the information contained herein are proprietary, confidential and may be privileged. If you are not the intended recipient please do not read, copy, disclose or distribute its contents to any party and notify the sender immediately. This message confirms that this email message has been swept by anti-virus software for the presence of computer viruses. From Administrator at berninausa.com Mon May 16 09:37:20 2005 From: Administrator at berninausa.com (Administrator@berninausa.com) Date: Mon, 16 May 2005 02:37:20 -0500 Subject: [Spambayes] SMS detected prohibited content or Spam (SYM:04676266750076666258) Message-ID: <014a01c559ea$17fb4650$2701010a@berninausa.com> Symantec Mail Security detected that you sent a message containing prohibited content or Spam Recipient of the message: "personal-basic at berninausa.com" Please remove "personal-basic at berninausa.com" from your mailing list. From jedig14 at msn.com Mon May 16 11:02:22 2005 From: jedig14 at msn.com (jedig14@msn.com) Date: Mon, 16 May 2005 09:02:22 GMT Subject: [Spambayes] Auslaenderpolitik Message-ID: <1e4f96b7c1f.a7752@msn.com> Lese selbst: http://www.mjoelnirsseite.de/2100.htm From cosupport at surfcontrol.com Mon May 16 12:21:10 2005 From: cosupport at surfcontrol.com (SurfControl Product Support UK/EMEA) Date: Mon, 16 May 2005 11:21:10 +0100 Subject: [Spambayes] Surfcontrol Technical Support Auto-Response Message-ID: <43E9A4182CE6DA49A2D7610242C545FC13C589@wedgwood.surfcontrol.com> Thank you for emailing SurfControl Technical Support. Your call has been has assigned to an engineer who will respond to your request within 1-2 business days. If you have an urgent problem, please contact us by phone on +44 (0)1260 296 259. In the meantime, please visit our new Knowledge Base at http://kb.surfcontrol.com which should find an answer to many common questions. If your technical question is in regard to CyberPatrol then please refer to http://www.cyberpatrol.com/support/contact_support.aspx. For information regarding pricing or licensing information you will need to contact your local account manager. SurfControl sales can be contacted by phone on +44 (0)1260 296 150 or by email at sales.uk at surfcontrol.com. Thank you for your interest in SurfControl. The Technical Support Staff * * * * * * * * * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SurfControl Technical Support Email: support at surfcontrol.com Tel: +44 (0)1260 296 259 WWW: http://www.surfcontrol.com Fax: +44 (0)1260 296 201 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SurfControl - the World's #1 Web & Email Filtering Company ============================================================ NOTE: If you need to reply to this message, please include all previous text and messages. This email is confidential and intended solely for the use of the individual to whom it is addressed. If you are not the intended recipient, be advised that you have received this email in error and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. If you have received this email in error please contact the sender. Get the latest news on SurfControl and our products, subscribe to our monthly e-newsletter, SurfAdvisory at: http://www.surfcontrol.com/resources/surfadvisory/surfadvisory_signup.aspx ********************************************************************* The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. If you believe that you have received this email in error, please contact the sender. ********************************************************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050516/cba7f0e1/attachment.html From SurfSupportUS at SurfControl.com Mon May 16 12:21:27 2005 From: SurfSupportUS at SurfControl.com (SurfControl Product Support US) Date: Mon, 16 May 2005 03:21:27 -0700 Subject: [Spambayes] Armenian Genocide Plagues Ankara 90 Years On Message-ID: <43F03BDF8BA2BB4FB3903A3AC86104CA0183ADF0@reagan> Automated E-Mail Response Thank you for writing to SurfControl Technical Support. Answering your question is important to us, so we have created this response to let you know that we have received your request and how we will handle your problem. We will respond to your request within 1-2 business days. If you have an urgent problem, it would be best to contact us by phone to speak to a Technical Support Representative personally. Telephone contact information is at the bottom of this message. You may also want to visit the Technical Support section of our homepage to find an answer to many common questions. You can go to http://www.surfcontrol.com and follow the Support links, or go directly to the following url: http://www.surfcontrol.com/support/ From this site you will have access to a list of Top Issues, Searchable Knowledgebase, Submit-A-Site as well as contact information and hours of support. We are constantly adding new information to our Knowledgebase, if you haven't searched for your current issues we recommend doing so. If your technical question is in regard to CyberPatrol then you will need to submit your request to CyberPatrol technical support at cptechsupport at surfcontrol.com or by phone at (508) 870-7200. For information regarding pricing or licensing information you will need to contact SurfControl sales at sales.us at surfcontrol.com or by phone at (800) 828-2608. Thank you for your interest in SurfControl. The Technical Support Staff * * * * * * * * * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SurfControl Technical Support Email: surfsupportus at surfcontrol.com Tel: (831) 440-2700 WWW: http://www.surfcontrol.com Fax: (831) 440-2565 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SurfControl - the World's #1 Web & Email Filtering Company ============================================================ Get the latest news on SurfControl and our products, subscribe to our monthly e-newsletter, SurfAdvisory at: http://www.surfcontrol.com/resources/surfadvisory/surfadvisory_signup.aspx ********************************************************************* The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. If you believe that you have received this email in error, please contact the sender. ********************************************************************* SurfControl Inc. 5550 Scotts Valley Drive Scotts Valley, California 95066 831-440-2500 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050516/a11dae4c/attachment.htm From charlie.hoult at loewygroup.com Mon May 16 14:01:51 2005 From: charlie.hoult at loewygroup.com (Charlie Hoult) Date: Mon, 16 May 2005 13:01:51 +0100 Subject: [Spambayes] Help question Message-ID: I deleted a friend's email with 'Delete as Spam' by mistake. Will this mean she'll never get an email thru to me again? If so, how do I reverse the learning of the spam filter? Much obliged if you could help me... Thanks Charlie Hoult Loewy Group ------------------------------------------------------------------ charlie.hoult at loewygroup.com Crown Reach 147a Grosvenor Road London SW1V 3JY Dir: 020 7798 2008 The information contained in this e-mail is intended for the person or entity to which it is addressed and may contain confidential and/or privileged material. If you are not the intended recipient of this e-mail, the use of this information or any disclosure, copying or distribution is prohibited and may be unlawful, please notify Loewy IT support by telephoning +44 (0)20 7798 2000 before deleting this message from you computer. The views and opinions expressed in this email message are the author's own and may not reflect the views and opinions of Loewy. Loewy Group does not accept liability for any loss or damage caused by software viruses, interception or interruption of this e-mail or any delay or failure for it to be delivered. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050516/96bbfcca/attachment.html From DStreet at pacificholidays.com.au Mon May 16 14:04:25 2005 From: DStreet at pacificholidays.com.au (Donald Street) Date: Mon, 16 May 2005 22:04:25 +1000 Subject: [Spambayes] Out of Office AutoReply: The Whore Lived Like a German Message-ID: <07F83E9327666247ADA1A4154028BCEC2203BA@es01.sportswell.local> I will be out of the office on Friday 13th May until 0900am Tuesday 17th May. For any extremely urgent enquiries please contact Georgina Pate on 02 9080 1644...Thanks and Best Regards - Donald From Administrator at berninausa.com Mon May 16 14:10:32 2005 From: Administrator at berninausa.com (Administrator@berninausa.com) Date: Mon, 16 May 2005 07:10:32 -0500 Subject: [Spambayes] SMS detected prohibited content or Spam (SYM:06211259461548444096) Message-ID: <016c01c55a10$41e68490$2701010a@berninausa.com> Symantec Mail Security detected that you sent a message containing prohibited content or Spam Recipient of the message: "mail at berninausa.com" Please remove "mail at berninausa.com" from your mailing list. From ssani at freemail.hu Mon May 16 15:28:54 2005 From: ssani at freemail.hu (ssani@freemail.hu) Date: Mon, 16 May 2005 13:28:54 UTC Subject: [Spambayes] Auslaenderpolitik Message-ID: Lese selbst: http://www.mjoelnirsseite.de/2100.htm From arothstein at aota.org Mon May 16 15:29:37 2005 From: arothstein at aota.org (Audrey Rothstein) Date: Mon, 16 May 2005 09:29:37 -0400 Subject: [Spambayes] The Whore Lived Like a German (Out of Office) Message-ID: From jjdetroit at ameritech.net Mon May 16 17:58:06 2005 From: jjdetroit at ameritech.net (John Jones) Date: Mon, 16 May 2005 11:58:06 -0400 Subject: [Spambayes] No Junk Mail Folder Message-ID: I installed the current version of SpamBayes on a WinME PC using Outlook 2000. There is no Junk Mail folder created, just a Junk Suspects one. I've gone through the setup instructions, and can't find anything wrong. Help! John, Detroit -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050516/1cac94c8/attachment.html From Robert.Pendleton at hsc.utah.edu Mon May 16 18:04:23 2005 From: Robert.Pendleton at hsc.utah.edu (Robert Pendleton) Date: Mon, 16 May 2005 10:04:23 -0600 Subject: [Spambayes] [SPAM] Hier sind wir Lehrer die einzigen Auslaender Message-ID: I will be out of the office until May 30th. If this is an urgent matter, please call 581-7818 and ask for one of the Hospitalists to assist you, otherwise I will be returning mail the first of June. From scott at whigham.org Mon May 16 18:21:01 2005 From: scott at whigham.org (Scott Whigham) Date: Mon, 16 May 2005 11:21:01 -0500 Subject: [Spambayes] Any updates on Spambayes working on Windows Server 2003 SP1? Message-ID: <20050516162113.5837A1E400E@bag.python.org> I've been away for a week and I'm just checking to see if there are any new developments/fixes for Spambayes on Windows Server 2003... Thanks! From Starting_Point at foresthill.org Mon May 16 19:37:14 2005 From: Starting_Point at foresthill.org (Transform: Starting Point) Date: Mon, 16 May 2005 13:37:14 -0400 Subject: [Spambayes] Auto-reply Message from Starting Point Message-ID: Thank you for your interest in Starting Point! Starting Point is designed to take the guessing out of your next step at Forest Hill. It takes just an hour to catch a glimpse of the exciting journey of life together at Forest Hill. You will be introduced to a simple pathway for getting connected to life and community. There will be some laughs and helpful information to help you find your way. Please take a couple minutes to give us some information about yourself so we can prepare for your attendance. By filling out the information, you will be pre-registered for the next Starting Point. The next one will be the first Saturday evening of each month at 6 PM in the Charis Room near the bookstore and caf?. To register, simply click here or paste this URL into your browser. http://www.zoomerang.com/survey.zgi?p=WEB2247G375K34 We will be expecting you! Thanks! From seanecovel at comcast.net Mon May 16 20:08:24 2005 From: seanecovel at comcast.net (Sean Covel) Date: Mon, 16 May 2005 14:08:24 -0400 Subject: [Spambayes] Any updates on Spambayes working on Windows Server 2003 SP1? In-Reply-To: <20050516162113.5837A1E400E@bag.python.org> References: <20050516162113.5837A1E400E@bag.python.org> Message-ID: <4288E198.8090401@comcast.net> Scott, The discussion has moved to PyWin32-bugs list. (pywin32-bugs at lists.sourceforge.net) Mark Hammond (the PyWin32 project leader) currently cannot reproduce the problem on his 2003 Server box. I'm suspecting its a problem with runtime DLL versions. Are you still having problems? BTW, what version is your MFC71.dll? 7.10.3077.0? Sean Scott Whigham wrote: > I've been away for a week and I'm just checking to see if there are any new > developments/fixes for Spambayes on Windows Server 2003... > > Thanks! > > > _______________________________________________ > Spambayes at python.org > http://mail.python.org/mailman/listinfo/spambayes > Check the FAQ before asking: http://spambayes.sf.net/faq.html > From claude_jones at levitjames.com Mon May 16 21:16:18 2005 From: claude_jones at levitjames.com (Claude Jones) Date: Mon, 16 May 2005 15:16:18 -0400 Subject: [Spambayes] Suddenly can't connect - Solved! In-Reply-To: <200505142125.45608.claude_jones@levitjames.com> References: <200505142132.j4ELWsLg006853@jefferson.patriot.net> <200505142125.45608.claude_jones@levitjames.com> Message-ID: <200505161516.19076.claude_jones@levitjames.com> On Saturday 14 May 2005 9:25 pm, Claude Jones wrote: > > Where things stand now in summary: > > With my normal configuration an attempt to get mail results in a long delay > and then an error "unable to connect to localhost" > If I remove localhost from Kmail's configuration and put back the ISP and > port 110, I connect just fine. > > >From my browser, I can connect to the Spambayes configuration page just > > fine. > > Any suggestions gladly accepted... I chanced upon this solution by accident. I once again tried to put localhost and port 8110 in my Kmail client pop settings - I again got 'cannot connect to localhost' I checked the access to the configuration page through Firefox and it came up, so I obviously was connecting - I still had the anomaly of the doubled up display of settings in Firefox... I opened the configuration page in Konqueror - as it was loading I noticed in the URL address field that instead of localhost:8880 it was coming up as viewridgeproductions.com: 8880 which is my machine name - I put the viewridgeproductions.com address in my Kmail pop setting and everything started working. It's a mystery - I don't know why this changed - If I go to my hosts file, viewridgeproductions.com is aliased to localhost, just as it should be - so why is localhost not working in my email settings, and why did it suddenly stop working after working fine for a long time? - go figure... -- Claude Jones Bluemont, VA, USA From austria at msdirectservices.com Mon May 16 21:40:57 2005 From: austria at msdirectservices.com (austria@msdirectservices.com) Date: Mon, 16 May 2005 19:40:57 GMT Subject: [Spambayes] Deutsche Buerger trauen sich nicht ... Message-ID: Auslaenderbanden terrorisieren Wahlkampf - deutsche Buerger trauen sich nicht ihre Meinung zu sagen! Weiter auf: http://www.npd-nrw.net/aktuelles/03_2005/ak_presse_nrw_1603.htm Auslaender ueberfallen nationale Aktivisten: http://www.npd.de/npd_info/meldungen/2005/m0505-13.html http://www.npd.de/npd_info/meldungen/2005/m0505-14.html From ssabo at ncal.org Mon May 16 23:32:57 2005 From: ssabo at ncal.org (Shelley Sabo) Date: Mon, 16 May 2005 17:32:57 -0400 Subject: [Spambayes] Out of Office AutoReply: Transparenz ist das Mindeste Message-ID: <2006DD928D7A3F43814ACDDA2FA94FEB334683@exchange01.ahca.org> Thank you for your email. I am out of the office May 14-17 and will return May 18. I will not have access to email during this time. If you need immediate assistance, please email Martece Yates at myates at ncal.org or call her at 202-898-2855. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050516/48fb53cc/attachment.htm From RDolan4444 at aol.com Tue May 17 02:30:00 2005 From: RDolan4444 at aol.com (RDolan4444@aol.com) Date: Mon, 16 May 2005 20:30:00 EDT Subject: [Spambayes] retrieving a deleted spam e-mail Message-ID: <20c.117b878.2fba9508@aol.com> I accidentally deleted all of the mail in my spam folder. Is there any way to get it back? Ruth Dolan RDolan4444 at Aol.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050516/07b1b36d/attachment.html From tameyer at ihug.co.nz Tue May 17 03:39:17 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 17 May 2005 13:39:17 +1200 Subject: [Spambayes] retrieving a deleted spam e-mail In-Reply-To: Message-ID: > I accidentally deleted all of the mail in my spam folder. The spam folder is a folder like any other in Outlook, so this is the same as if you had deleted mail from your Inbox. If by "deleted" you mean "moved to the Deleted Items folder", then you can retrieve it from there. If by "deleted" you mean "moved to the Deleted Items folder and then emptied it" or "permanently (e.g. with shift-) deleted", then there are various utilities (c.f. google) that try and get the mail back for you - I believe that if you haven't compacted the PST file it should work. (If the mail is on an IMAP, Hotmail, or Exchange server, you probably can't get it back). =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Tue May 17 03:40:31 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 17 May 2005 13:40:31 +1200 Subject: [Spambayes] Help question In-Reply-To: Message-ID: > I deleted a friend's email with 'Delete as Spam' by mistake. > > Will this mean she'll never get an email thru to me again? Not necessarily. It will increase the chances of mail like that message ending up in the unsure or spam folders. > If so, how do I reverse the learning of the spam filter? Go into the spam folder, select the message, and click the "Recover from spam" button. This will move the message back to where it was, and correct the training. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From EMailAdmin at KSDE.ORG Tue May 17 04:24:29 2005 From: EMailAdmin at KSDE.ORG (EMailAdmin@KSDE.ORG) Date: Mon, 16 May 2005 21:24:29 -0500 Subject: [Spambayes] Returned mail Message-ID: <20050517022334.D0C3F1E4006@bag.python.org> --- The message cannot be delivered to the following address. --- glevy at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- Horsepete at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- rent at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- editor at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- awills at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- olewis at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- pmcmullen at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- smerrick at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- gkalin at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- newsletter at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- wmcs at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- sales at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- ralutz at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- mnremar at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- cwiesner at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- rafael.barreto at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- daffyb55 at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- allesshiezehier at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- roy at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- damcg at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- marc at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- jbartucz at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- henry.stott at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- mejera at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- arguello at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- deemarxkelly at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- hodges4 at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- harukal8001 at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- renegrasser at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- leon68mx at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- efuentes at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- dpkread at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- joann.howes at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- tripleag1 at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- jlafores at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- regbrn at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- mcergun at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- matthewpwillis at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- reggie.haynes at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- big_pappa_smurrf at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- glenn at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- qweous at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- chadolsen at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- bhume at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- bludevil90 at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- kimbae at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- meltdd at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- rldaugherty at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- ucantholme240 at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- Kathryn.E.Fromson at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- --- The message cannot be delivered to the following address. --- jincera at ksde.org Mailbox unknown or not accepting mail. 550 No such recipient -------------- next part -------------- An embedded message was scrubbed... From: spambayes at python.org Subject: Armenian Genocide Plagues Ankara 90 Years On Date: Mon, 16 May 2005 13:10:16 UTC Size: 589 Url: http://mail.python.org/pipermail/spambayes/attachments/20050516/504dc797/attachment.mht From John_Gifford-fac at nobles.edu Tue May 17 05:08:20 2005 From: John_Gifford-fac at nobles.edu (John Gifford-fac) Date: Mon, 16 May 2005 23:08:20 -0400 Subject: [Spambayes] Auslaender bevorzugt Message-ID: I will be away from the office until Wednesday, May 18th. I will respond as soon as I can upon my return. Thank you. From Joyce_Eldridge-fac at nobles.edu Tue May 17 05:08:20 2005 From: Joyce_Eldridge-fac at nobles.edu (Joyce Eldridge-fac) Date: Mon, 16 May 2005 23:08:20 -0400 Subject: [Spambayes] Auslaender bevorzugt Message-ID: I'll be out of the office until May 16. Pls. contact Asst. Communications Dir. Fabiana Scanlan @ 781-320-7015. From tameyer at ihug.co.nz Tue May 17 07:00:05 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 17 May 2005 17:00:05 +1200 Subject: [Spambayes] No Junk Mail Folder In-Reply-To: Message-ID: > I installed the current version of SpamBayes on a WinME > PC using Outlook 2000. There is no Junk Mail folder created, > just a Junk Suspects one. If you choose "SpamBayes Manager" from the SpamBayes menu on the toolbar, then go to the "Filtering" tab, what does it have for the spam folder? If you click the "Browse" button next to it, that'll show you where the folder is. Perhaps there is one but it's not where you are looking? In any case, you can change it (including creating a new folder) there. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Tue May 17 07:03:21 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 17 May 2005 17:03:21 +1200 Subject: [Spambayes] Setup in WinXP & Outlook Express 6 In-Reply-To: Message-ID: > The problem I am having is [...] Setup to sort messages in > Outlook Express 6. Assuming that you have already setup SpamBayes correctly (including selecting the "notate to" option), to setup filtering in Outlook Express, do the following. (If you haven't setup SpamBayes, you'll need to do that, too). 1. Create two new folders in Outlook Express, one called "Possible Junk" and one called "Junk Mail". 2. Do Tools->Message Rules->Mail. 3. Click "New" to create a new rule (I think that if there are no existing rules it will do this for you). 4. Click "Where the To line contains people" in the top box, and "Move it to the specified folder" in the second box. 5. Click the blue "contains people" in the third box and type "unsure" (no quotes), then click "Add", then click "Ok". 6. Click the blue "specified folder" in the third box and find and select the "Possible Junk" folder that you made in step 1, then click "Ok". 7. In the fourth box, name the rule "SpamBayes unsure" 8. Repeat steps 3 through 8, but type "spam" rather than "unsure", choose the "Junk Mail" folder, and name the rule "SpamBayes spam" 9. Click Ok. Mail will now be split between your Inbox, the Possible Junk folder, and the Junk Mail folder, depending on how it was classified. You do training by double-clicking the envelope icon and filling out the review page that opens. Note that there is a flaw in this method: if you get mail from someone who has "unsure" or "spam" in their email address, those messages will also be moved. (The problem comes about because Outlook Express is so limited in the filtering it can do). There is a way to workaround this, so let us know if it's a problem. When the final 1.1 release is made, it will avoid this problem (instead of just "unsure", it adds "unsure at spambayes.invalid"). =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Tue May 17 07:09:38 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 17 May 2005 17:09:38 +1200 Subject: [Spambayes] [spambayes-dev] 1.1a1: Lost IMAP INBOX during testing In-Reply-To: Message-ID: > After running through the training folders and my INBOX to classify > messages, it stopped with the error "cannot EXPUNGE in AUTH mode" (or > something similar). This by itself shouldn't have deleted anything (it was trying to, but couldn't, because it wasn't logged in). If you're able to duplicate this error with "-i4" and capture the output that would be great. Make sure that you delete your username and password from the start of this output, and then send it in to us. (If it's really long, then just the last few lines before the error should be sufficient). > At this point, my INBOX may have got partially deleted. But > it may have happened after I re-ran Spambayes and got the message "The > command 'Cannot find saved message' failed to give an OK response." This seems more likely, although it still shouldn't be deleting any mail unless a new copy has successfully been made. I'd really like to track this down if it is happening (although I'm very busy with other stuff right at the moment). Again, running with -i4 would help, although I don't want to encourage you to try and get mail deleted, backed up or not! (There's an open bug report about the "cannot find saved message" problem, IIRC, which I haven't managed to get to yet). > This is the 1st time I have had such a failure and it is > worrying that someone less experienced than myself could get caught out > naively running alpha software. That's why sb_imapfilter.py -h prints out a warning at the end. There isn't really any way around it, other than not expunging by default (which is the case), and trying to test it out as much as possible before alpha (which we did). =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Tue May 17 07:20:58 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 17 May 2005 17:20:58 +1200 Subject: [Spambayes] Help In-Reply-To: Message-ID: >>> Moving and spam training message 'RE: [Spambayes] Help' - >>> Training on message 'RE: [Spambayes] Help' in 'Gerald/Inbox - >>> trained as spam >>> Training on message 'RE: [Spambayes] Help' in 'Gerald/Inbox - >>> trained as good >> >> This is confusing. The first bit is training my reply to you >> (from the subject) as spam, and moving it to the spam folder. The >> second bit is training it as good. It looks like you selected the >> message, clicked "Delete as Spam", then found it in the Junk folder >> and dragged it back to the Inbox. Is that right? > > I have not deleted any messeges as Spam. If they are span, I've been > dragging them to the "junk email" folder and then later deleting them > (but not "delete as spam") I certainly would not have dragged > one back to the inbox, unless I made an error. The *only* way that the "Moving and spam training" message can get written to the log is as a result of clicking the "Delete As Spam" button. Moving messages by dragging them between folders (or any other way) will generate the "Training on message" messages, but *not* that one. So either you did use the "Delete As Spam" button somehow, or someone else did, or this log doesn't match the session (e.g. maybe it's really old, and new ones aren't being created because SpamBayes is disabled). > this system is still not working properly. This morning downloaded 8 > messages, but only actually can see 2 of them. Both went into "Junk > Suspects" even tho I had received emails from those 2 parties > in recent days and dragged them to Inbox. The other 6 are nowhere to be > seen. What does the log say for them? If SpamBayes is processing those messages, then there should be a log entry for each one of those eight messages. Two should end with "had a Spam classification of 'Unsure'", and the others should end with either "had a Spam classification of 'Spam'", or "had a Spam classification of 'Ham'". There are three possibilities: 1. Classification of "Spam". SpamBayes will have moved this to the spam folder. Check that you're looking in the right spam folder (e.g. by using the "Delete As Spam" button, which will move a message to the spam folder). 2. Classification of "Ham". SpamBayes doesn't move these. If it's moved, then something else is doing it. 3. Not in the log. SpamBayes doesn't know about the messages. Something else is getting to it before SpamBayes. >> What happens if you disable SpamBayes? (Either uninstall >> or untick the "Enable Filtering" box in the SpamBayes Manager >> dialog). Does mail still vanish? What happens if you put mail >> in the Junk/Unsure folders? Does it stay there? >> With SpamBayes enabled, what happens if you manually move a >> message to the unsure/junk folder? Does it stay there? Have you tried any of these? Again, what type of store is this? Exchange, Hotmail or IMAP? If so, then maybe something running on the server is moving them? If it's a local PST file, then it'd have to be something on your machine. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Tue May 17 07:32:26 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 17 May 2005 17:32:26 +1200 Subject: [Spambayes] Help In-Reply-To: Message-ID: Opps. Replying out of order, sorry. > The message you indicate would > have gone to junk may have and I may have already deleted it. So you definitely do see mail appearing in your spam folder? ("Junk Mail", or whatever it is called). > What is clear is that I do not have an UNSURE folder. I > have a Junk Suspect folder, and clearly they are not going > there. SpamBayes knows about three folders - your inbox (actually any folder(s) that it's watching for new mail), an "unsure" folder, where it puts mail it isn't sure about, and a "spam" folder, where it puts mail it thinks is spam. You can name these folders whatever you like; the configuration wizard uses "Junk Suspects" for the unsure folder and "Junk E-Mail" for the spam folder (to match Outlook 2003's junk folder name). If I refer to the unsure folder, I mean the one that SpamBayes is set to put unsure mail in. This could very possibly be called "Junk Suspects". Apologies for the confusion. > On my blackberry, I am getting JUNK that is not > appearing on my Outlook now, when it clearly did before > installing SpamBayes. And the mail that appears on the blackberry doesn't appear in the SpamBayes spam folder ("Junk E-Mail"), correct? The question is whether it appears in the log, which means SpamBayes processed it, or not. > I do generate a .pst file in outlook. So you get mail from a POP3 server? In other words, you're not using Hotmail, or an Exchange server (the latter would be likely in a work environment). =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From mhammond at skippinet.com.au Tue May 17 07:36:45 2005 From: mhammond at skippinet.com.au (Mark Hammond) Date: Tue, 17 May 2005 15:36:45 +1000 Subject: [Spambayes] [pywin32-bugs] Re: Any updates on Spambayes working on Windows Server 2003 SP1? In-Reply-To: <4288E198.8090401@comcast.net> Message-ID: <49b501c55aa2$6a42c650$120a0a0a@enfoldsystems.local> I was testing Python 2.3 previously. I just tried 2.4 (using MFC71.dll 7.10.3077.0), and still can't see any problem. Note that MFC71.dll was not on my machine, even after installing SP1 and Office 2003. I just grabbed 7.10.3077.0 from my starship site. I'm afraid my next suggestion is that if you have MSVC7, you build a debug Python and pywin32. I can assist you with that. Mark > The discussion has moved to PyWin32-bugs list. > (pywin32-bugs at lists.sourceforge.net) Mark Hammond (the > PyWin32 project > leader) currently cannot reproduce the problem on his 2003 Server box. > I'm suspecting its a problem with runtime DLL versions. > > Are you still having problems? > > BTW, what version is your MFC71.dll? 7.10.3077.0? > > Sean > > > Scott Whigham wrote: > > I've been away for a week and I'm just checking to see if > there are any new > > developments/fixes for Spambayes on Windows Server 2003... From tameyer at ihug.co.nz Tue May 17 07:39:21 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 17 May 2005 17:39:21 +1200 Subject: [Spambayes] Using Spambayes Outlook plugin with french translation In-Reply-To: Message-ID: > I've been trying to use Spambayes (Outlook Plugin, mostly) > with a french translation for days, with the source release > or the binary release. Loading the translated dialogs is broken in the 1.1a1 source, sorry. I checked in a fix for this a while back, so it should work with 1.1a2 (and works from CVS now). > I can see the dialog.rc for the french translation in the > spambayes\languages\fr\ressources but I can't use it in > Outlook, even if I change the english dialogs to french. > > In the readmedev.txt, it says that changing the os language > should make it work (it's already in french) or "Get the '[globals] > language' SpamBayes option to a list of the preferred language(s)." The 'fallback' mechanism was also broken in 1.1a1 (sorry). This means that if the language was set to fr_FR (French French, rather than e.g. Canadian French) and it didn't exist, then it wouldn't manage to fall back on fr (generic French). Again, I checked in a fix for 1.1a2/CVS. I don't know for sure about the problem with the OS language not working (I suspect it's saying that the language is fr_FR), but I'm guessing that that's the problem. Try opening up the default_bayes_customize.ini file in the SpamBayes data directory and adding: [globals] language:fr To it (rather than fr_FR). That ought to work. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From Janis.Dedekind at evapolda.de Tue May 17 10:31:02 2005 From: Janis.Dedekind at evapolda.de (Dedekind, Janis) Date: Tue, 17 May 2005 10:31:02 +0200 Subject: [Spambayes] Out of Office AutoReply: 4, 8 Mill. Osteuropaeer durch Fischer-Volmer Erlass Message-ID: <6A691BC91F401045AE61D30C067ACA5C04D0C1@eva-mail2.eva.evapolda.de> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050517/97a64780/attachment.html From Administrator at berninausa.com Tue May 17 10:48:47 2005 From: Administrator at berninausa.com (Administrator@berninausa.com) Date: Tue, 17 May 2005 03:48:47 -0500 Subject: [Spambayes] SMS detected prohibited content or Spam (SYM:22047474470036118551) Message-ID: <00f501c55abd$3d36fda0$2701010a@berninausa.com> Symantec Mail Security detected that you sent a message containing prohibited content or Spam Recipient of the message: "enews at berninausa.com" Please remove "enews at berninausa.com" from your mailing list. From events at trystlounge.com Tue May 17 14:41:26 2005 From: events at trystlounge.com (events@trystlounge.com) Date: 17 May 2005 05:41:26 -0700 Subject: [Spambayes] [SPAM] Du wirst zum Sklaven gemacht!!! Message-ID: <20050517124126.7077.qmail@mail14.intermedia.net> Thank you for your recent e-mail. A member of the Tryst Lounge team will contact you as soon as possible. From sandra at japakids.com Tue May 17 14:25:14 2005 From: sandra at japakids.com (sandra@japakids.com) Date: 17 May 2005 12:25:14 -0000 Subject: [Spambayes] 4,8 Mill. Osteuropaeer durch Fischer-Volmer Erlass In-Reply-To: Message-ID: <20050517122514.82947.qmail@host145.ipowerweb.com> This is an autoresponse from Jordan Alexander's Preschool Academy. Thank you for visiting our website. Your email has been forwarded to the appropriate person, and we will get back with you shortly. Sandra Close Jordan Alexander's We Change the World One Child at a Time! From info at trystlounge.com Tue May 17 14:41:26 2005 From: info at trystlounge.com (info@trystlounge.com) Date: 17 May 2005 05:41:26 -0700 Subject: [Spambayes] [SPAM] Du wirst zum Sklaven gemacht!!! Message-ID: <20050517124126.7078.qmail@mail14.intermedia.net> Thank you for your recent e-mail. A member of the Tryst Lounge team will contact you as soon as possible. From claude_jones at levitjames.com Tue May 17 16:52:43 2005 From: claude_jones at levitjames.com (Claude Jones) Date: Tue, 17 May 2005 10:52:43 -0400 Subject: [Spambayes] Suddenly can't connect - Solved! In-Reply-To: <200505161516.19076.claude_jones@levitjames.com> References: <200505142132.j4ELWsLg006853@jefferson.patriot.net> <200505142125.45608.claude_jones@levitjames.com> <200505161516.19076.claude_jones@levitjames.com> Message-ID: <200505171052.43960.claude_jones@levitjames.com> On Monday 16 May 2005 3:16 pm, Claude Jones wrote: > I chanced upon this solution by accident. I once again tried to put > localhost and port 8110 in my Kmail client pop settings - I again got > 'cannot connect to localhost' > I checked the access to the configuration page through Firefox and it came > up, so I obviously was connecting - I still had the anomaly of the doubled > up display of settings in Firefox... > I opened the configuration page in Konqueror - as it was loading I noticed > in the URL address field that instead of localhost:8880 it was coming up as > viewridgeproductions.com: 8880 which is my machine name - > I put the viewridgeproductions.com address in my Kmail pop setting and > everything started working. > It's a mystery - I don't know why this changed - If I go to my hosts file, > viewridgeproductions.com is aliased to localhost, just as it should be - so > why is localhost not working in my email settings, and why did it suddenly > stop working after working fine for a long time? - go figure... Tony: I just had the same thing happen to my other Linux box. Kmail just suddenly stopped working and came up with a can't connect to localhost message. I tried my above fix, putting my machine name in in place of localhost, and it started working again. The only thing I can think of is that something about the new patches for Fedora Core 3 machines has introduced a change - in both cases, the machine name is still aliased to localhost in the network settings, so I don't have an explanation, but, if it's happenning to me, it's probably going to happen to others - so this just a heads up. -- Claude Jones Bluemont, VA, USA From Bill.Christie at filex.com Tue May 17 17:17:17 2005 From: Bill.Christie at filex.com (Bill Christie) Date: Tue, 17 May 2005 08:17:17 -0700 Subject: [Spambayes] Junk and Suspected Junk folders Message-ID: <3ABEF55D2051334EAD60A5B396AB57DA02160C86@fxcs0007.filex.com> I am user Outlook addin binary version 1.0.4 (March 2005) with Outlook 2002 SP3. I have not had any issue until recently - I had to install the addin on my new machine. For some reason I have lost visibility to the "Junk" and "Junk Suspects" folders. I tried uninstalling SpamBayes and re-installing and still have the problem. Can you help? Thanks, Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050517/04168e5a/attachment.htm From abc at gmx.ch Tue May 17 17:51:13 2005 From: abc at gmx.ch (Pippo Peppo) Date: Tue, 17 May 2005 17:51:13 +0200 Subject: [Spambayes] Bug in version 1.1a1 ? Message-ID: <1066081675.20050517175113@gmx.ch> Hello after upgrading to version 1.1a1, some messages are not classified by spambayes. They don't get a "X-Spambayes-Classification:" header, but this error header: X-Spambayes-Exception: Traceback (most recent call last): . File "sb_server.pyc", line 564, in onRetr . File "spambayes\message.pyc", line 452, in addSBHeaders . File "spambayes\message.pyc", line 401, in RememberClassification . File "spambayes\message.pyc", line 377, in modified . File "spambayes\message.pyc", line 181, in store_msg . File "shelve.pyc", line 130, in __setitem__ . File "bsddb\__init__.pyc", line 218, in __setitem__ .DBRunRecoveryError: (-30978, 'DB_RUNRECOVERY: Fatal error, run database recovery -- PANIC: Invalid argument') Version 1.1a1 is also much slower than version 1.0.4 and the harddisk is working very hard when spambayes is working or when I click a link on the browser interface. Can you help please? Thank you Pippo From decoburn at comcast.net Tue May 17 18:12:13 2005 From: decoburn at comcast.net (Dennis Coburn) Date: Tue, 17 May 2005 12:12:13 -0400 Subject: [Spambayes] Spambayes crashed Outlook Message-ID: I've been using Spambayes for several months with no problems. About two weeks ago I started having difficulties when I clicked on "Delete as Spam" or "Recover from Spam". The problem is that there is a pause of several seconds and then a message appears saying "MS Outlook has encountered a problem and needs to close". It asks to send the info to MS and then shuts down Outlook. This is not 100% consistant. Sometimes it works fine for several clicks and then crashes until I get tired of trying it. Sometimes it doesn't work at all...just crashes. I'm using Win XP home with SP2, Outlook 2000 SP3 and Spambayes 1.0.4. I've run several virus detectors and several spyware detectors and have tried the Spambayes troubleshooting on the WEB site. I'd sure appreciate some advice on this. I'm lost. Thanks, Dennis Coburn Dennis E. Coburn Coburn Engineering Co. 18 Sandy Pond Parkway Bedford, NH 03110 voice: 603-668-4272 fax: 603-668-7208 email: decoburn at comcast.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050517/5acb7a27/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: spambayes1.zip Type: application/x-zip-compressed Size: 1002 bytes Desc: not available Url : http://mail.python.org/pipermail/spambayes/attachments/20050517/5acb7a27/spambayes1.bin From kenny.pitt at gmail.com Tue May 17 18:17:45 2005 From: kenny.pitt at gmail.com (Kenny Pitt) Date: Tue, 17 May 2005 12:17:45 -0400 Subject: [Spambayes] Bug in version 1.1a1 ? In-Reply-To: <1066081675.20050517175113@gmx.ch> Message-ID: <428a192b.5a9b4db5.06ff.ffffe1f7@mx.gmail.com> Pippo Peppo wrote: > .DBRunRecoveryError: (-30978, 'DB_RUNRECOVERY: Fatal error, > run database recovery -- PANIC: Invalid argument') Please see FAQ 5.2: http://spambayes.sourceforge.net/faq.html#i-get-a-dbrunrecoveryerror-message -- Kenny Pitt From Cesare.Capoferri at poste.it Tue May 17 20:28:19 2005 From: Cesare.Capoferri at poste.it (Cesare) Date: Tue, 17 May 2005 20:28:19 +0200 Subject: [Spambayes] Translation Message-ID: <4210BF2B0019B709@relay4.poste.it> (added by postmaster@relay4.poste.it) Dear friends, I am using SpamBayes from some week with very successful results. I would like to help your project, but I'm not a programmer. In any way, if you like I can make Italian translations: if you think, I can send you a translation of your help-files. Bye -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050517/091d5692/attachment.html From kenny.pitt at gmail.com Tue May 17 20:29:33 2005 From: kenny.pitt at gmail.com (Kenny Pitt) Date: Tue, 17 May 2005 14:29:33 -0400 Subject: [Spambayes] [spambayes-dev] address book In-Reply-To: <004b01c55b0b$692ad5f0$6400a8c0@BIGORDI> Message-ID: <428a380e.3a160501.054a.3f10@mx.gmail.com> Questions about the use of SpamBayes are better asked on the "spambayes at python.org" mailing list. The "spambayes-dev at python.org" mailing list is primarily for issues regarding the development of SpamBayes. Big Max wrote: > Spambayes does not pay attention to my address book email addresses and > mark as spam mail that should not as they come from friends. Correct. SpamBayes does not implement any form of whitelisting, either from your address book or from a custom list. Please see FAQ 6.6: http://spambayes.sourceforge.net/faq.html#why-don-t-you-add-whitelisting-bla cklisting-to-spambayes > How can I train Spambayes to accept as Ham all emails coming from anybody > in my address book ? You cannot tell SpamBayes in one shot that any mail from anyone in your address book is ham. However, if you continue to train individual messages that SpamBayes doesn't get right, then it will quickly learn to recognize all of the good mail. In addition, it will learn to recognize spam messages even if they claim to come from one of the people in your address book. -- Kenny Pitt From jeff at sea.samsung.com Tue May 17 21:31:50 2005 From: jeff at sea.samsung.com (Jeffery Baker) Date: Tue, 17 May 2005 15:31:50 -0400 Subject: [Spambayes] Out of Office AutoReply: Deutsche werden kuenftig beim Arzt abgezockt Message-ID: <1A84F5B965F5EE4CA8B4438F0E01A6AFB8F3EB@seahq_exchange3.sea.samsung.com> Thank you for your email. I will be in training from Monday, May 16 to Thursday, May 19 with very little access to email. If you need to speak to me immediately, please call my cell phone at 949-929-4819. Make it a great day! Jeff -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050517/79ebc8f1/attachment.html From jsp at PKC.com Tue May 17 21:33:11 2005 From: jsp at PKC.com (Jesse Pelton) Date: Tue, 17 May 2005 15:33:11 -0400 Subject: [Spambayes] [spambayes-dev] address book Message-ID: <16E2027582CDB74180896CDB4B8CC1F9F154BA@PKCVT01.pkc.com> This subject was discussed quite a bit in April. If you're interested, look for messages with "Feature Request" in the subject in the archives (http://mail.python.org/pipermail/spambayes/2005-April/thread.html#16790 ). Assuming you're running Outlook (and most other modern mail clients), you can set up rules that have the effect of whitelisting people in your address book. If you configure background filtering on the SpamBayes Manager Advanced tab, SpamBayes strives to let Outlook do any rule processing on messages before classifying them. You could set up a rule that moves whitelist messages to a folder called "Whitelist", for instance. As long as you don't tell SpamBayes to process messages in that folder, it'll leave them alone. This is a simple if inelegant approach. More elegant approaches are possible, at the cost of complexity. A few possibilities are mentioned in the archive messages referred to above. > -----Original Message----- > From: spambayes-bounces at python.org > [mailto:spambayes-bounces at python.org] On Behalf Of Kenny Pitt > Sent: Tuesday, May 17, 2005 2:30 PM > To: 'Big Max' > Cc: spambayes at python.org > Subject: Re: [Spambayes] [spambayes-dev] address book > > Questions about the use of SpamBayes are better asked on the > "spambayes at python.org" mailing list. The > "spambayes-dev at python.org" mailing > list is primarily for issues regarding the development of SpamBayes. > > Big Max wrote: > > Spambayes does not pay attention to my address book email > addresses and > > mark as spam mail that should not as they come from friends. > > Correct. SpamBayes does not implement any form of > whitelisting, either from > your address book or from a custom list. Please see FAQ 6.6: > http://spambayes.sourceforge.net/faq.html#why-don-t-you-add-wh > itelisting-bla > cklisting-to-spambayes > > > How can I train Spambayes to accept as Ham all emails > coming from anybody > > in my address book ? > > You cannot tell SpamBayes in one shot that any mail from > anyone in your > address book is ham. However, if you continue to train > individual messages > that SpamBayes doesn't get right, then it will quickly learn > to recognize > all of the good mail. In addition, it will learn to > recognize spam messages > even if they claim to come from one of the people in your > address book. > > -- > > Kenny Pitt From dholiday at avaya.com Tue May 17 23:08:58 2005 From: dholiday at avaya.com (Holiday, Donald W (Donald)) Date: Tue, 17 May 2005 15:08:58 -0600 Subject: [Spambayes] Out of Office AutoReply: Paranoider Deutschenmoerder kommt in Psychiatrie Message-ID: Out of Office 5/16/2005 and 5/17/2005. If you require an immediate response please call the NIC at (866)282-9266. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050517/cfb10a49/attachment.htm From gary454 at ncable.net.au Tue May 17 23:58:43 2005 From: gary454 at ncable.net.au (Gary Robson) Date: Wed, 18 May 2005 07:58:43 +1000 Subject: [Spambayes] spambayes Message-ID: <000001c55b2b$97f563d0$0347d0cb@dads> What a shocker !! What is the friggen number 1 thing you absolutely must be able to do ??? Access your emails !! Your program took some very important emails and I could not retrieve no matter what !!! Absolutely shocking program . -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050518/24b92ae5/attachment.htm From bobelga at houston.rr.com Wed May 18 00:05:55 2005 From: bobelga at houston.rr.com (Bob & Elga Wall) Date: Tue, 17 May 2005 17:05:55 -0500 Subject: [Spambayes] Spambaye installation Message-ID: <000601c55b2c$9cc40d70$682baf18@XP03312004> I have installed Spambayes POP3 proxy Binary Version1.0.3(January 2005) on Windows XP home SP2. I start the SpamBayes tray icon, right click on it and then click on configure. Nothing happens. I have read the SpamBayes trouble shooting guide. What do I do next? Any help would be greatly appreciated. Bob Wall - bobelga at houston.rr.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050517/23c2e7f6/attachment.html From mahlonhersh at direcway.com Wed May 18 00:20:37 2005 From: mahlonhersh at direcway.com (Mahlon Hershberger) Date: Tue, 17 May 2005 15:20:37 -0700 Subject: [Spambayes] spambayes and outlook express Message-ID: <000601c55b30$05d3eda0$0698010a@dadscomputer> Dear Person, I am trying to set up spambayes and I'm not getting very far. I am using Windows XP SP2. I am using spambayes 1.0.4 I have followed the instructions on FAQ 4.21 When I select configuration from the tray icon it executes http://localhost:8800/config. All that happens is the browser (internet explorer) says done but the page is empty. None of the localhost commands work. So I am not able to get anything done. Can you please help? Thank you, Mahlon Hershberger -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050517/7ff241d0/attachment.htm From tameyer at ihug.co.nz Wed May 18 00:44:10 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Wed, 18 May 2005 10:44:10 +1200 Subject: [Spambayes] Bug in version 1.1a1 ? In-Reply-To: Message-ID: > Version 1.1a1 is also much slower than version 1.0.4 and the > harddisk is working very hard when spambayes is working or > when I click a link on the browser interface. This is a known bug with (sb_server in) 1.1a1. It's fixed in CVS so will be fixed for 1.1a1. For the moment sticking with 1.0.4 (or switching to running from CVS) would probably be best, unless you really want the new features in 1.1. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Wed May 18 00:46:17 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Wed, 18 May 2005 10:46:17 +1200 Subject: [Spambayes] spambayes In-Reply-To: Message-ID: > Your program took some very important emails and > I could not retrieve no matter what !!! Please see FAQ 3.12: =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Wed May 18 00:47:50 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Wed, 18 May 2005 10:47:50 +1200 Subject: [Spambayes] Junk and Suspected Junk folders In-Reply-To: Message-ID: > For some reason I have lost visibility to the "Junk" and > "Junk Suspects" folders. Please see FAQ 3.13: =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Wed May 18 01:03:38 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Wed, 18 May 2005 11:03:38 +1200 Subject: [Spambayes] [spambayes-dev] OE localhost question In-Reply-To: Message-ID: Please note that the spambayes-dev list is for discussion about the development of spambayes. Questions about use, bug reports, support requests, and so on should be directed to spambayes at python.org. > Please give simple instructions on how to set up Outlook Express > to receive mail from localhost. 1. Right-click on the little envelope icon that appears in the tray (collection of icons by the clock) and choose "Configure...". 2. In the top box, enter the address of your mail server (e.g. "pop.example.com"). 3. In the second box, put "110". 4. About halfway down the page, tick the "unsure" and "spam" boxes in the "Notate To" option. 5. Click "Save" at the end of the page. 6. In Outlook Express, go to Accounts from the Tools menu. 7. Select the mail account (clicking the Mail tab might help find it). 8. Click Properties. 9. Click the Servers tab. 10. In the "incoming" box, write "localhost" (without the quotes). 11. Click Ok & close your way back out again, and you're done. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tim.peters at gmail.com Wed May 18 01:13:42 2005 From: tim.peters at gmail.com (Tim Peters) Date: Tue, 17 May 2005 19:13:42 -0400 Subject: [Spambayes] spambayes In-Reply-To: <000001c55b2b$97f563d0$0347d0cb@dads> References: <000001c55b2b$97f563d0$0347d0cb@dads> Message-ID: <1f7befae05051716131e05a7ff@mail.gmail.com> [Gary Robson] > What a shocker !! > > What is the friggen number 1 thing you absolutely must be > able to do ??? Access your emails !! > > Your program took some very important emails and I could > not retrieve no matter what !!! > > Absolutely shocking program . Actually, the program never deletes email. You didn't give enough information here to guess what you're seeing (or even which version of SB you're using). Perhaps the "Some of my mail is going missing!" question in the FAQ would help you: http://spambayes.sourceforge.net/faq.html From gfradkin at comcast.net Wed May 18 01:55:08 2005 From: gfradkin at comcast.net (Gregg Fradkin) Date: Tue, 17 May 2005 19:55:08 -0400 Subject: [Spambayes] Add For All Users of Computer Message-ID: I read the troubleshooting guide for adding SpamBayes to all user accounts. However, I am not sure how to add the new registry key and where. I have some experience editing registry keys, but I just didn?t follow the instructions in the troubleshooting guide. Can someone give me some assistance (i.e., assistance for a dummy). Thanks. I?m running XP Professional and SpamBayes version 1.0.4. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050517/5d7eb5b3/attachment.html From b.esender at 11.moosq.com Tue May 17 18:55:15 2005 From: b.esender at 11.moosq.com (Subscription Services) Date: Tue, 17 May 2005 09:55:15 -0700 (PDT) Subject: [Spambayes] Address Incorrect Message-ID: <200505171655.j4HGtFqD099110@11.moosq.com> We have received the message sent to email address: mail-list at 37.moosq.com however, this address is not a valid subscription or removal address on this system. Please check the address and try sending your message again. Thank you. The original message sent was: > From spambayes at python.org Tue May 17 09:55:14 2005 > Received: (from daemon at localhost) > by 11.moosq.com (8.12.5/8.12.5) id j4HGtDPg099098; > Tue, 17 May 2005 09:55:14 -0700 (PDT) > From: spambayes at python.org > To: mail-list at 37.moosq.com > Date: Tue, 17 May 2005 21:55:17 UTC > Subject: Auslaenderpolitik > Importance: Normal > X-Priority: 3 (Normal) > X-MSMail-Priority: Normal > MIME-Version: 1.0 > Message-ID: <426171.40e324f4be0d1 at ikjoqxi.com> > Content-Transfer-Encoding: 7bit > Content-Type: text/plain; charset="us-ascii" > > Lese selbst: > http://www.mjoelnirsseite.de/2100.htm From tameyer at ihug.co.nz Wed May 18 02:05:24 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Wed, 18 May 2005 12:05:24 +1200 Subject: [Spambayes] Add For All Users of Computer In-Reply-To: Message-ID: > I read the troubleshooting guide for adding SpamBayes to > all user accounts. However, I am not sure how to add the > new registry key and where. I have some experience editing > registry keys, but I just didn't follow the instructions in > the troubleshooting guide. You don't need to manually edit the registry - the register_outlook_addin.exe application will do this for you. (It's no use for you right now, but when 1.1 is finished, registering for all users will be an option in the regular installer). > Can someone give me some assistance To register SpamBayes in this way, you must log on as a user with permissions to modify the system registry (e.g. as Administrator), then execute the command: "c:\Program Files\SpamBayes\bin\outlook_addin_register.exe" hkey_local_machine Note that you'll need to change the path if you installed SpamBayes somewhere else. Note also that the double-quotes in the above command are significant (and should be typed). Because "Program Files" has a space in it, you must surround the entire command name with quotes. To execute the command, either open up a Command Prompt window, or type the command in the Windows "Run" dialog (Windows-R). If you check the SpamBayes log file (in the Windows temp directory) after performing such an install, you should see the following messages: Registered: SpamBayes.OutlookAddin Registration complete. Registration (in HKEY_LOCAL_MACHINE) complete. Note the last line, which does not exist when registration is performed only for the current user. Once you have performed this registration, the Addin will be available for all users (note that it will no longer appear in Outlook's COM-Addin list). If anything here is unclear, or if you run into difficulties, please let the list know, and we'll try and help further. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From jcashman at columbus.rr.com Wed May 18 02:48:00 2005 From: jcashman at columbus.rr.com (Jack Cashman) Date: Tue, 17 May 2005 20:48:00 -0400 Subject: [Spambayes] SpamBayes Message-ID: <000601c55b43$3e1f6af0$6401a8c0@Office> I just downloaded your SPAM addin a while ago, and I cannot get anything to work. The reference to your Spam filter came from the current edition of PCWorld, and in that article, it says that this covers both Outlook and Outlook Express. I am using Outlook Express and I have a feeling that your filter does NOT work with Express. If it is supposed to, how do I get it to even open under Outlook Express, because so far, I haven't been able to do so? Jack Cashman -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050517/0e72fbb1/attachment.htm From tameyer at ihug.co.nz Wed May 18 02:55:47 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Wed, 18 May 2005 12:55:47 +1200 Subject: [Spambayes] SpamBayes In-Reply-To: Message-ID: > I am using Outlook Express and I have a feeling that > your filter does NOT work with Express. Please see FAQ 2.1: > If it is supposed to, how do I get it to even open under > Outlook Express, because so far, I haven't been able to do so? To configure SpamBayes and Outlook Express: 1. Right-click on the little envelope icon that appears in the tray (collection of icons by the clock) and choose "Configure...". 2. In the top box, enter the address of your mail server (e.g. "pop.example.com"). 3. In the second box, put "110". 4. About halfway down the page, tick the "unsure" and "spam" boxes in the "Notate To" option. 5. Click "Save" at the end of the page. 6. In Outlook Express, go to Accounts from the Tools menu. 7. Select the mail account (clicking the Mail tab might help find it). 8. Click Properties. 9. Click the Servers tab. 10. In the "incoming" box, write "localhost" (without the quotes). 11. Click Ok & close your way back out again, and you're done. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From admin at pdsys.org Wed May 18 03:04:18 2005 From: admin at pdsys.org (Admin) Date: Tue, 17 May 2005 18:04:18 -0700 Subject: [Spambayes] SpamBayes In-Reply-To: <000601c55b43$3e1f6af0$6401a8c0@Office> Message-ID: >From http://spambayes.sourceforge.net/windows.html : You may be able to get the plug-in to work with Windows 95 if you install the most recent version of Internet Explorer possible, but we are not certain about this. It does not work with Outlook Express - see below for other options. Non Outlook Solutions Windows users using other mail clients and retrieving mail via POP3 can download the same installation program and use it to install a binary version of sb_server, including a tray application. See also the information about sb_server. If you retrieve mail via IMAP, you currently need to install a recent version of Python and the SpamBayes source, then setup the IMAP filter) for your mail server. The 1.1 release (see the download page) includes a binary version of sb_imapfilter. Although this is still currently in alpha, you might like to try it out. _____ From: spambayes-bounces at python.org [mailto:spambayes-bounces at python.org] On Behalf Of Jack Cashman Sent: Tuesday, May 17, 2005 5:48 PM To: spambayes at python.org Subject: [Spambayes] SpamBayes I just downloaded your SPAM addin a while ago, and I cannot get anything to work. The reference to your Spam filter came from the current edition of PCWorld, and in that article, it says that this covers both Outlook and Outlook Express. I am using Outlook Express and I have a feeling that your filter does NOT work with Express. If it is supposed to, how do I get it to even open under Outlook Express, because so far, I haven't been able to do so? Jack Cashman -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050517/9a89a3ef/attachment.html From tameyer at ihug.co.nz Wed May 18 08:50:44 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Wed, 18 May 2005 18:50:44 +1200 Subject: [Spambayes] Spambayes crashed Outlook In-Reply-To: Message-ID: > I've been using Spambayes for several months with no problems. > About two weeks ago I started having difficulties when I clicked > on "Delete as Spam" or "Recover from Spam". The problem is that > there is a pause of several seconds and then a message appears > saying "MS Outlook has encountered a problem and needs to close". [...] > I'm using Win XP home with SP2, Outlook 2000 SP3 and Spambayes > 1.0.4. I've run several virus detectors and several spyware > detectors and have tried the Spambayes troubleshooting on the WEB site. Have you tried doing a "Detect and Repair" on Outlook? Running scanpst (the "Inbox Repair Tool") over any pst files ("Personal Folder Files") that are using would also be a good idea. Are you experiencing any other problems with Outlook? =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Wed May 18 08:55:58 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Wed, 18 May 2005 18:55:58 +1200 Subject: [Spambayes] Spambaye installation In-Reply-To: Message-ID: > I have installed Spambayes POP3 proxy Binary Version > 1.0.3(January 2005) on Windows XP home SP2. I highly recommend that you use 1.0.4 rather than 1.0.3. 1.0.3 contains a bug that could cause many problems under certain circumstances (although I do not believe it is related to the problem you describe). > I start the SpamBayes tray icon, right click on it and then > click on configure. Nothing happens. What happens if you open a web browser (e.g. Internet Explorer or Firefox) and go to ? Does that open up the main page of the web interface? If not, could you send us a copy of your most recent log file? The troubleshooting guide explains how to find them. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Wed May 18 08:57:22 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Wed, 18 May 2005 18:57:22 +1200 Subject: [Spambayes] spambayes and outlook express In-Reply-To: Message-ID: > I am trying to set up spambayes and I'm not getting very far. > I am using Windows XP SP2. > I am using spambayes 1.0.4 > > I have followed the instructions on FAQ 4.21 When I select > configuration from the tray icon it executes > http://localhost:8800/config. All that happens is the browser > (internet explorer) says done but the page is empty. None of > the localhost commands work. So I am not able to get anything done. What happens if you try instead? Could you send us a copy of your most recent log file? The troubleshooting guide explains where that can be found. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From jacob.busby at hants.gov.uk Wed May 18 09:22:21 2005 From: jacob.busby at hants.gov.uk (Busby, Jacob) Date: Wed, 18 May 2005 08:22:21 +0100 Subject: [Spambayes] Unable to download zipped copy of Spambayes from any of your sites Message-ID: Hi, I'm trying to download SpamBayes as I'm sick and tired of the lack of decent legislation against spammers. Unfortuneately, when I attempt to download the .zip file I get the following message: I tried several different mirror sites, before trying the source one at puzzle, but had no success. This is probably a setting this end, but I thought you ought to know. Thanks, Jacob -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050518/75318177/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 11096 bytes Desc: Outlook.jpg Url : http://mail.python.org/pipermail/spambayes/attachments/20050518/75318177/attachment-0001.jpe From Administrator at berninausa.com Wed May 18 17:01:47 2005 From: Administrator at berninausa.com (Administrator@berninausa.com) Date: Wed, 18 May 2005 10:01:47 -0500 Subject: [Spambayes] SMS detected prohibited content or Spam (SYM:38249773631823708654) Message-ID: <001b01c55bba$835dbb90$2701010a@berninausa.com> Symantec Mail Security detected that you sent a message containing prohibited content or Spam Recipient of the message: "jdouglas at berninausa.com" Please remove "jdouglas at berninausa.com" from your mailing list. From cosupport at surfcontrol.com Wed May 18 18:03:39 2005 From: cosupport at surfcontrol.com (SurfControl Product Support UK/EMEA) Date: Wed, 18 May 2005 17:03:39 +0100 Subject: [Spambayes] Surfcontrol Technical Support Auto-Response Message-ID: <43E9A4182CE6DA49A2D7610242C545FC13C712@wedgwood.surfcontrol.com> Thank you for emailing SurfControl Technical Support. Your call has been has assigned to an engineer who will respond to your request within 1-2 business days. If you have an urgent problem, please contact us by phone on +44 (0)1260 296 259. In the meantime, please visit our new Knowledge Base at http://kb.surfcontrol.com which should find an answer to many common questions. If your technical question is in regard to CyberPatrol then please refer to http://www.cyberpatrol.com/support/contact_support.aspx. For information regarding pricing or licensing information you will need to contact your local account manager. SurfControl sales can be contacted by phone on +44 (0)1260 296 150 or by email at sales.uk at surfcontrol.com. Thank you for your interest in SurfControl. The Technical Support Staff * * * * * * * * * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SurfControl Technical Support Email: support at surfcontrol.com Tel: +44 (0)1260 296 259 WWW: http://www.surfcontrol.com Fax: +44 (0)1260 296 201 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SurfControl - the World's #1 Web & Email Filtering Company ============================================================ NOTE: If you need to reply to this message, please include all previous text and messages. This email is confidential and intended solely for the use of the individual to whom it is addressed. If you are not the intended recipient, be advised that you have received this email in error and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. If you have received this email in error please contact the sender. Get the latest news on SurfControl and our products, subscribe to our monthly e-newsletter, SurfAdvisory at: http://www.surfcontrol.com/resources/surfadvisory/surfadvisory_signup.aspx ********************************************************************* The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. If you believe that you have received this email in error, please contact the sender. ********************************************************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050518/ae8ff876/attachment.htm From SurfSupportUS at SurfControl.com Wed May 18 18:03:37 2005 From: SurfSupportUS at SurfControl.com (SurfControl Product Support US) Date: Wed, 18 May 2005 09:03:37 -0700 Subject: [Spambayes] Du wirst ausspioniert ....! Message-ID: <43F03BDF8BA2BB4FB3903A3AC86104CA0183AF8C@reagan> Automated E-Mail Response Thank you for writing to SurfControl Technical Support. Answering your question is important to us, so we have created this response to let you know that we have received your request and how we will handle your problem. We will respond to your request within 1-2 business days. If you have an urgent problem, it would be best to contact us by phone to speak to a Technical Support Representative personally. Telephone contact information is at the bottom of this message. You may also want to visit the Technical Support section of our homepage to find an answer to many common questions. You can go to http://www.surfcontrol.com and follow the Support links, or go directly to the following url: http://www.surfcontrol.com/support/ From this site you will have access to a list of Top Issues, Searchable Knowledgebase, Submit-A-Site as well as contact information and hours of support. We are constantly adding new information to our Knowledgebase, if you haven't searched for your current issues we recommend doing so. If your technical question is in regard to CyberPatrol then you will need to submit your request to CyberPatrol technical support at cptechsupport at surfcontrol.com or by phone at (508) 870-7200. For information regarding pricing or licensing information you will need to contact SurfControl sales at sales.us at surfcontrol.com or by phone at (800) 828-2608. Thank you for your interest in SurfControl. The Technical Support Staff * * * * * * * * * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SurfControl Technical Support Email: surfsupportus at surfcontrol.com Tel: (831) 440-2700 WWW: http://www.surfcontrol.com Fax: (831) 440-2565 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SurfControl - the World's #1 Web & Email Filtering Company ============================================================ Get the latest news on SurfControl and our products, subscribe to our monthly e-newsletter, SurfAdvisory at: http://www.surfcontrol.com/resources/surfadvisory/surfadvisory_signup.aspx ********************************************************************* The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. If you believe that you have received this email in error, please contact the sender. ********************************************************************* SurfControl Inc. 5550 Scotts Valley Drive Scotts Valley, California 95066 831-440-2500 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050518/db3be56c/attachment.html From claude_jones at levitjames.com Wed May 18 19:23:09 2005 From: claude_jones at levitjames.com (Claude Jones) Date: Wed, 18 May 2005 13:23:09 -0400 Subject: [Spambayes] can ssl accounts be proxied? Message-ID: <200505181323.09221.claude_jones@levitjames.com> I'm running the sb_proxy in Linux for kmail. I just set up a gmail account that I'd like to get via pop3. It uses ssl over port 995 to get and port 465 to send - is there a way to configure the proxy server to do ssl over these ports for that account? -- Claude Jones Bluemont, VA, USA From WivocHeren5 at volleybalt.com Wed May 18 20:14:55 2005 From: WivocHeren5 at volleybalt.com (WivocHeren5@volleybalt.com) Date: Wed, 18 May 2005 20:14:55 +0200 Subject: [Spambayes] Problem with POP3 Proxy: Change spam in ***SPAM*** Message-ID: <428BA23F.31279.3A4C41@localhost> An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050518/e3ae0dfc/attachment.htm From WivocHeren5 at volleybalt.com Wed May 18 20:15:58 2005 From: WivocHeren5 at volleybalt.com (WivocHeren5@volleybalt.com) Date: Wed, 18 May 2005 20:15:58 +0200 Subject: [Spambayes] (Fwd) Problem with POP3 Proxy: Change text added Message-ID: <428BA27E.28320.3B3EA0@localhost> I am using SpamBayes POP3 Proxy Version 1.0.4 (March 2005) (binary), with version 2.3.5 (#62, Feb 8 2005, 16:23:02) [MSC v.1200 32 bit (Intel)] of Python; my operating system is Windows 5.1.2600.2 (Service Pack 2). I have trained 0 ham and 10 spam. The problem I am having is: Spam Spam is recognised as spam the word spam is added to the subject. Is it possible to change this in ***SPAM***. My mailprogram Pegasus Mail filters on the word "spam" Lately I recieved some information about German Spam and spam was used in the subject. Because of that the spam was filtered. So, is it possible to add ***SPAM*** instead of yust "spam" Met vriendelijke groet, Wivoc Heren5 http://wivocheren5.volleybalt.com of http://www.WivocHeren5.tk From jcashman at columbus.rr.com Wed May 18 22:27:34 2005 From: jcashman at columbus.rr.com (Jack Cashman) Date: Wed, 18 May 2005 16:27:34 -0400 Subject: [Spambayes] I need your help! Message-ID: <000601c55be8$06c792d0$6401a8c0@Office> I downloaded SpamBayes yesterday for my computer which is using Windows XP Home Edition, using Outlook Express as my email service. Everything on my computer EXCEPT Outlook Express, access to the internet, and the My Documents files are frozen up on my computer. I can't even get into my Control Panel to do a Add or Remove software, so I have no idea what to do next. Last night, I received a message from a Tony Meyer, telling me to look for the icon in the lower right corner of the screen, near the clock, but it is NOT there. I need to get your software deleted from my machine, but don't know how to proceed. Can someone there please give me a hand? Jack Cashman 614-890-2491 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050518/c5c0c84c/attachment.html From tameyer at ihug.co.nz Thu May 19 00:24:54 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Thu, 19 May 2005 10:24:54 +1200 Subject: [Spambayes] can ssl accounts be proxied? In-Reply-To: Message-ID: > I'm running the sb_proxy in Linux for kmail. I just set up a > gmail account that I'd like to get via pop3. It uses ssl over > port 995 to get and port 465 to send - is there a way to configure > the proxy server to do ssl over these ports for that account? 1.1 has some SSL support (basically you can have an SSL connection between sb_server and the POP3 server, but not between sb_server and the mail client). I'd like to get both working, but the remaining bit requires acting as a SSL server, which is a lot of work, unfortunately - and at least the sb_server-mail client connection is likely to be limited to one machine. However, 1.1a1 has a bug with sb_server that makes it very memory inefficient, so I can't really recommend that. If running from CVS is feasible, then that would be an option. Alternatively, you can use a tool like stunnel to do essentially the same thing. Another SpamBayes user wrote up a handy guide explaining how to do this (I'm sure you can translate the Eudora stuff for kmail): =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Thu May 19 00:26:54 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Thu, 19 May 2005 10:26:54 +1200 Subject: [Spambayes] Unable to download zipped copy of Spambayes from any ofyour sites In-Reply-To: Message-ID: > Unfortuneately, when I attempt to download the .zip file > I get the following message: > [compressed folder is invalid or corrupted] > > I tried several different mirror sites, before trying the > source one at puzzle, but had no success. It ought to be working (unless there was some sourceforge glitch). Does your web browser report that the download completely successfully? If you look at the size of the downloaded file, does it match the size on the download page? =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Thu May 19 00:31:35 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Thu, 19 May 2005 10:31:35 +1200 Subject: [Spambayes] Problem with POP3 Proxy: Change spam in ***SPAM*** In-Reply-To: Message-ID: > The problem I am having is: Spam Spam is recognised as > spam the word spam is added to the subject. Is it possible > to change this in ***SPAM***. My mailprogram Pegasus Mail > filters on the word "spam" I'm pretty sure that Pegasus Mail lets you filter on arbitrary headers. That means you can set it to look for a "X-Spambayes-Classification" header, which will have "spam", "ham", or "unsure" as the value. That way SpamBayes doesn't need to modify the subject at all (which is preferable for many reasons). AFAIK only Outlook Express is so limited that the subject notation is needed (although it is some time since I've used Pegasus Mail). > Lately I recieved some information > about German Spam and spam was used in the subject. Because > of that the spam was filtered. So, is it possible to add > ***SPAM*** instead of yust "spam" Anyway, you can do this. Open up your configuration file (the path to it is at the top of the configuration pages; just use any text editor, e.g notepad) and add the lines: """ [Headers] header_spam_string:***SPAM*** """ (without the quotes). You can change the ham/unsure strings as well, if you want to. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Thu May 19 00:34:27 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Thu, 19 May 2005 10:34:27 +1200 Subject: [Spambayes] SpamBayes In-Reply-To: Message-ID: > Not only do I not have any envelope in my tool bar, Not the toolbar, but the "tray" - the collection of icons next to the clock. If it's not there, then SpamBayes isn't running. (You can check in the Task Manager to be sure). Either you haven't installed SpamBayes, something went wrong in the installation (it should have told you), or something is going wrong with starting up. If the latter is the case, then the log files should have more information; please send us a copy of those. > but now my computer is completely frozen up, except for > opening Outlook Express and access to the internet. It is extremely unlikely that SpamBayes could do this. The simple way to check is to quit SpamBayes (sb_tray.exe) if it is running (use the Windows Task Manager) and see if the problem stops. Please ensure that you're using the most recent (1.0.4) version of SpamBayes. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Thu May 19 00:37:06 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Thu, 19 May 2005 10:37:06 +1200 Subject: [Spambayes] I need your help! In-Reply-To: Message-ID: > I need to get your software deleted from my machine, > but don't know how to proceed. Open the Windows Task Manager (Control-Alt-Delete, then click "Task Manager"). Click the "Processes" tab. Look for "sb_tray.exe" (or possibly other processes starting with "sb_", if you've done something unusual). If you find it, then end the process. If that doesn't fix the problem, or you can't find any "sb_" processes, then SpamBayes isn't running, and isn't your problem. Try restarting in Safe Mode, doing a Windows Update, and checking for spyware/viruses. If it does fix the problem, then using the Add/Remove Programs Control Panel is the correct method of uninstalling SpamBayes. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From seanecovel at comcast.net Thu May 19 02:20:48 2005 From: seanecovel at comcast.net (Sean Covel) Date: Wed, 18 May 2005 20:20:48 -0400 Subject: [Spambayes] Unable to download zipped copy of Spambayes from any ofyour sites In-Reply-To: References: Message-ID: <428BDBE0.1000707@comcast.net> If you are using Firefox there is a problem with Firefox and SourceForge. I run into this all the time. You actually downloaded the HTML page for SourceForge's odd download scheme. To work around it, right-click the download link and select "open link in a new tab." The typical SourceForge download (select your default mirror blah blah) will appear in the new tab, and the download will begin. Sean Tony Meyer wrote: >>Unfortuneately, when I attempt to download the .zip file >>I get the following message: >> > > [compressed folder is invalid or corrupted] > >>I tried several different mirror sites, before trying the >>source one at puzzle, but had no success. > > > It ought to be working (unless there was some sourceforge glitch). Does > your web browser report that the download completely successfully? If you > look at the size of the downloaded file, does it match the size on the > download page? > > =Tony.Meyer > From sshaff at escapees.com Thu May 19 03:43:38 2005 From: sshaff at escapees.com (Steve Shaff) Date: Wed, 18 May 2005 20:43:38 -0500 Subject: [Spambayes] AVG & Gmail Message-ID: <428BEF4A.6000705@escapees.com> I use AVG and Gmail and can't seem to get SpamBayes to work (also using Firefox). Can you lead me to a solution? Thanks Steve From nobody at stanford.edu Thu May 19 06:31:15 2005 From: nobody at stanford.edu (Stanford University info autoreply) Date: 19 May 2005 04:31:15 -0000 Subject: [Spambayes] Your mail to info@stanford.edu Message-ID: <20050519043115.21983.qmail@responder.stanford.edu> Thank you for your message to info at stanford.edu. For general information about Stanford University, please see our web pages at: For undergraduate admissions and application information, please see the Office of Undergraduate Admission at: or you can contact them at: Office of Undergraduate Admission 520 Lasuen Mall, Old Union 232 Stanford CA 94305-3005 phone: 650-723-2091 fax: 650-723-6050 email: admission at stanford.edu Graduate admissions are handled on a per-department basis, but there is some general information available at: For general contact information for Stanford University and Stanford web services, please see: This page also contains pointers to lists of department and programs and their contact information for inquiries about graduate admission. Please see this web page if you have some other question not addressed by the above information. This note was generated automatically by a computer program. Please do not reply to it. Responses will be discarded. If you wish to communicate with someone about this message, please see the page of contact information given above. From tameyer at ihug.co.nz Thu May 19 08:13:05 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Thu, 19 May 2005 18:13:05 +1200 Subject: [Spambayes] AVG & Gmail In-Reply-To: Message-ID: > I use AVG and Gmail and can't seem to get SpamBayes to work > (also using Firefox). > > Can you lead me to a solution? You're using gmail's POP3 access, not gmail through the web interface in Firefox, correct? (If not, then SpamBayes can't help you). If so, then because you have to connect to gmail through SSL, you'll need to either use the source from CVS (which supports this; it'll be in 1.1a2), or use a tool like stunnel, as described here: If AVG is running a POP3 proxy (to check for viruses), then you'll have to chain the proxies together, as described here: =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From Administrator at berninausa.com Thu May 19 16:02:01 2005 From: Administrator at berninausa.com (Administrator@berninausa.com) Date: Thu, 19 May 2005 09:02:01 -0500 Subject: [Spambayes] SMS detected prohibited content or Spam (SYM:20773098203013479830) Message-ID: <017d01c55c7b$543c2dd0$2701010a@berninausa.com> Symantec Mail Security detected that you sent a message containing prohibited content or Spam Recipient of the message: "addressOf at berninausa.com" Please remove "addressOf at berninausa.com" from your mailing list. From david at digitallyhip.com Thu May 19 16:18:47 2005 From: david at digitallyhip.com (David McCullum) Date: Thu, 19 May 2005 07:18:47 -0700 Subject: [Spambayes] v1.0.4 problem w/Outlook 2003 Message-ID: I have been using Spambayes for many versions now, and have only recently come across this problem: on one PC, filtering doesn't happen automatically. When this happens, "Delete as SPAM" works, and automatic filtering works again after Outlook is closed and restarted. I have deleted the configuration for SB on this PC. No change. Any clues for me? David McCullum Digitally Hip Corp. cel: 604.537.4191 office: 604.947.9141 fax: 604.947.9142 david at digitallyhip.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050519/bf5fc2da/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 12147 bytes Desc: not available Url : http://mail.python.org/pipermail/spambayes/attachments/20050519/bf5fc2da/attachment.gif From Sphan at sea.samsung.com Thu May 19 16:26:01 2005 From: Sphan at sea.samsung.com (Sandy Phan) Date: Thu, 19 May 2005 10:26:01 -0400 Subject: [Spambayes] Out of Office AutoReply: Graeberschaendung auf bundesdeutsche Anordnung Message-ID: <5499AD9BCF33304BAC8BF5E972B5207B15D24D@seahq_exchange2.sea.samsung.com> I will be out of the office on 5/18/05. Please contactMayra Romero (mromero at sea.samsung.com - 858-642-5167) Tonia (ToniaW at sea.samsung.com - 858-642-5172) on all issues. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050519/0352a82a/attachment.html From hopkins at ihi-env.com Thu May 19 18:13:06 2005 From: hopkins at ihi-env.com (Tom Hopkins) Date: Thu, 19 May 2005 10:13:06 -0600 Subject: [Spambayes] Automatically deleting messages sent to Junk E-Mail folder Message-ID: Is there a way to automatically delete the messages that are sent to the Junk Email folder? currently I have my Outlook set to automatically empty the deleted items folder on shutdown and I would like to do the same with Junk email folder. Thanks for the information Tom Hopkins, CEM Manager, Natural Resource Services IHI Environmental 640 East Wilmington Avenue Salt Lake City, Utah 84106 (801) 466-2223 General Number (801) 746-5454 Direct Number (801) 466-9616 FAX hopkins at ihi-env.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050519/1f03f251/attachment.html From Tom at id-company.net Thu May 19 18:15:12 2005 From: Tom at id-company.net (Tom Johnson) Date: Thu, 19 May 2005 11:15:12 -0500 Subject: [Spambayes] Suggestion for Feature: If user is in Outlook Contact list, do not categorize as spam Message-ID: <20050519161516.3C54A1E4002@bag.python.org> Just a suggestion--this would rock. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.322 / Virus Database: 266.11.12 - Release Date: 5/17/2005 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050519/3555b38a/attachment.htm From jsp at PKC.com Thu May 19 18:34:38 2005 From: jsp at PKC.com (Jesse Pelton) Date: Thu, 19 May 2005 12:34:38 -0400 Subject: [Spambayes] Suggestion for Feature: If user is in Outlook Contactlist, do not categorize as spam Message-ID: <16E2027582CDB74180896CDB4B8CC1F9F154C6@PKCVT01.pkc.com> That's a matter of some (frequent) debate. See http://spambayes.sourceforge.net/faq.html#why-don-t-you-add-whitelisting -blacklisting-to-spambayes and the mailing list archives. Note that you can use Outlook rules to accomplish whitelisting and/or blacklisting. If you decide to do so, you could perform a public service by writing up a how-to. ________________________________ From: spambayes-bounces at python.org [mailto:spambayes-bounces at python.org] On Behalf Of Tom Johnson Sent: Thursday, May 19, 2005 12:15 PM To: spambayes at python.org Subject: [Spambayes] Suggestion for Feature: If user is in Outlook Contactlist, do not categorize as spam Just a suggestion--this would rock. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.322 / Virus Database: 266.11.12 - Release Date: 5/17/2005 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050519/12f32bb3/attachment.htm From jsp at PKC.com Thu May 19 18:36:17 2005 From: jsp at PKC.com (Jesse Pelton) Date: Thu, 19 May 2005 12:36:17 -0400 Subject: [Spambayes] Automatically deleting messages sent to Junk E-Mailfolder Message-ID: <16E2027582CDB74180896CDB4B8CC1F9F154C7@PKCVT01.pkc.com> See the FAQ: http://spambayes.sourceforge.net/faq.html#how-can-i-configure-spambayes- to-delete-spam-rather-than-moving-it. ________________________________ From: spambayes-bounces at python.org [mailto:spambayes-bounces at python.org] On Behalf Of Tom Hopkins Sent: Thursday, May 19, 2005 12:13 PM To: spambayes at python.org Subject: [Spambayes] Automatically deleting messages sent to Junk E-Mailfolder Is there a way to automatically delete the messages that are sent to the Junk Email folder? currently I have my Outlook set to automatically empty the deleted items folder on shutdown and I would like to do the same with Junk email folder. Thanks for the information Tom Hopkins, CEM Manager, Natural Resource Services IHI Environmental 640 East Wilmington Avenue Salt Lake City, Utah 84106 (801) 466-2223 General Number (801) 746-5454 Direct Number (801) 466-9616 FAX hopkins at ihi-env.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050519/9cc62ea1/attachment.html From tameyer at ihug.co.nz Fri May 20 00:52:11 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Fri, 20 May 2005 10:52:11 +1200 Subject: [Spambayes] v1.0.4 problem w/Outlook 2003 In-Reply-To: Message-ID: > on one PC, filtering doesn't happen automatically. When this > happens, "Delete as SPAM" works, and automatic filtering works > again after Outlook is closed and restarted. > > I have deleted the configuration for SB on this PC. No change. > > Any clues for me? What does the SpamBayes log file contain? The troubleshooting guide explains where the log files are. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Fri May 20 00:58:03 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Fri, 20 May 2005 10:58:03 +1200 Subject: [Spambayes] v1.0.4 problem w/Outlook 2003 In-Reply-To: Message-ID: > Thanks for checking, Tony. I have removed and reinstalled, > and so far it's working properly. The log looks pretty clean, > but here it is just in case! Indeed - there's nothing there to indicate a problem, but then if it's working properly at the moment, one would hope that that was the case! If the problem does reoccur, then grab a copy of the current log, as there will hopefully be a clue there. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From Peter-Jan.Deweirdt at punchnetservices.net Fri May 20 13:01:38 2005 From: Peter-Jan.Deweirdt at punchnetservices.net (Peter-Jan Deweirdt) Date: Fri, 20 May 2005 13:01:38 +0200 Subject: [Spambayes] IMAP Problem Message-ID: Hi, I've been working with Spambays for already quite a while and I was very happy with it. My old configuration was that I was connected to a exchange server and then spambayes was very happy. Right now I had to make a new setup and it seems to be that spambayes does not want to filter at all my SPAM mails. Let me explain what I did. I installed a IMAP configuration were my messages are arriving. Then I created a Personal Folder were I keep all my messages in. Because all my messages are arriving in my IMAP folder I had to create a rule that it was sending it to my INBOX from my Personal Folder. I configured then spambays that it should look for incoming message to my INBOX of IMAP and Personal Folder Do you have a idea what the problem could be? I've attached the INI file from spambayes Kind Regards Peter-Jan Deweirdt Software Team Leader Tel +32 56 239 444 Fax +32 56 239 400 Please visit us @ www.advantra.com Free Voice Over IP with Skype. My UID is: pjdeweirdt **************************************************************************** ************************************************** CONFIDENTIAL NOTE: The information contained in this e-mail message may contain privileged or confidential information and is intended solely for the use of the individual or entity named above. If you are not the intended recipient or the person responsible to deliver the foregoing to the intended recipient, you are hereby notified that any use, dissemination or duplication of the foregoing is strictly prohibited. If you have received this message in error, kindly immediately notify the sender and delete this e-mail from your system. **************************************************************************** *************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050520/5ed81b94/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: Outlook.ini Type: application/octet-stream Size: 2418 bytes Desc: not available Url : http://mail.python.org/pipermail/spambayes/attachments/20050520/5ed81b94/Outlook.obj From EM01 at cincom.com Fri May 20 13:02:16 2005 From: EM01 at cincom.com (EM01@cincom.com) Date: Fri, 20 May 2005 07:02:16 -0400 Subject: [Spambayes] McAfee GroupShield Alert Message-ID: <000601c55d2b$6278d4b0$1701010a@cincom.com> McAfee GroupShield? Alert McAfee GroupShield discovered a problem with the following email. See your system administrator for further information. Date/Time sent: 20 May 2005 07:02:16 Subject line: [Spambayes] IMAP Problem From: spambayes-bounces+dbillman=cincom.com at python.org To: spambayes at python.org Action taken: Replaced Reason: File Filter Rule Group: File Extensions to block Virus Found Quarantined Item Result Replaced Filename Outlook.ini CC Ticket Number 0f34-428d-c3b8-0008 Scanned by OnAccess (VSAPI) Copyright ? 1993-2003, Networks Associates Technology, Inc. All Rights Reserved. http://www.mcafeesecurity.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050520/c3a226bf/attachment.htm From nobody at stanford.edu Fri May 20 13:47:55 2005 From: nobody at stanford.edu (webmaster autoreply) Date: 20 May 2005 11:47:55 -0000 Subject: [Spambayes] Your mail to webmaster@stanford.edu Message-ID: <20050520114755.2737.qmail@responder.stanford.edu> Thank you for your message to webmaster at stanford.edu. Because of the huge amounts of spam sent to it, this address only accepts mail from Stanford addresses. Our filter is under the impression that your message did not come from a Stanford address, and therefore your message is being returned. For general contact information for Stanford University and Stanford web services, please see: If you are trying to report a problem with Stanford's web infrastructure, please submit a HelpSU request at: If you are a Stanford affiliate who needs urgent help with Stanford web services, please resend your message from a Stanford address. Thank you for your cooperation. This note was generated automatically by a computer program. Please do not reply to it. Responses will be discarded. If you wish to communicate with someone about this message, please submit a HelpSU request as described above. --- Below this line is a copy of your message. Received: (qmail 2732 invoked from network); 20 May 2005 11:47:55 -0000 Received: from devnull.stanford.edu (171.67.16.39) by responder.stanford.edu with SMTP; 20 May 2005 11:47:55 -0000 Received: (qmail 23946 invoked by uid 83); 20 May 2005 11:47:54 -0000 Delivered-To: filter-webmaster at devnull.Stanford.EDU Received: (qmail 23941 invoked from network); 20 May 2005 11:47:54 -0000 Received: from leland2.stanford.edu (171.67.16.93) by devnull.stanford.edu with SMTP; 20 May 2005 11:47:54 -0000 Received: from dtxxwalo.org (adsl-221-75-118.rmo.bellsouth.net [68.221.75.118]) by leland2.Stanford.EDU (8.12.11/8.12.11) with SMTP id j4KBljlg029704; Fri, 20 May 2005 04:47:48 -0700 From: spambayes at python.org To: mailboxes at stanford.edu Date: Fri, 20 May 2005 11:34:24 GMT Subject: [SPAM:####] Tuerkei in die EU Importance: Normal X-Mailer: Outlook 5.63 X-Priority: 3 (Normal) MIME-Version: 1.0 Message-ID: <8cdb8e7f9b4.c9ff9775 at python.org> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii" X-Spam: Probability=81%, Report='URI_CLASS_OTHER_URL 8, NO_REAL_NAME 0, __CT 0, __CTE 0, __CTYPE_CHARSET_QUOTED 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __HAS_X_PRIORITY 0, __MIME_VERSION 0, __SANE_MSGID 0' GEWALTEXZESS: http://www.spiegel.de/politik/ausland/0,1518,345203,00.html Politiker zerreißt Menschenrechtsbericht: http://www.spiegel.de/politik/ausland/0,1518,325983,00.html Schily = Hitler http://www.spiegel.de/politik/deutschland/0,1518,345929,00.html Schily wehrt sich gegen Hitler-Vergleiche: http://www.spiegel.de/politik/deutschland/0,1518,345749,00.html Sie hat ja wie eine Deutsche gelebt: http://www.spiegel.de/panorama/0,1518,342484,00.html http://www.npd.de/npd_info/deutschland/2005/d0205-31.html Parallelgesellschaften - Feind hoerte mit: http://www.npd.de/npd_info/meldungen/2005/m0305-15.html Sie war unerlaubt spazieren: http://www.taz.de/pt/2004/11/25/a0143.nf/text Tiere an Autobahn geschlachtet: http://forum.gofeminin.de/forum/actu1/__f384_actu1-TuRKEI-NEIN-DANKE.html From download at deandreis.it Fri May 20 02:55:01 2005 From: download at deandreis.it (Punto Informatico Download) Date: 20 May 2005 2:55:01 AM +0100 Subject: [Spambayes] SpamBayes su/on Punto Informatico Download Message-ID: <20050520140241.284EF1E4005@bag.python.org> Salve! Il programma SpamBayes e' stato segnalato nella Rubrica Download di Punto Informatico. http://punto-informatico.it/download La recensione si trova a questo link: http://punto-informatico.it/download/scheda.asp?i=729 Per segnalare la recensione ed il nostro gradimento abbiamo preparato dei bottoni prelevabili a questa pagina (completi di codice html) http://punto-informatico.it/red.asp?v=729 Tienici informati su eventuali aggiornamenti di questo o altri programmi. A presto! Un saluto da Punto Informatico ENGLISH VERSION =============== Hi! Your software SpamBayes has been included in the Download area of Punto Informatico (*) http://punto-informatico.it/download Our review and comments are available here: http://punto-informatico.it/download/scheda.asp?i=729 If you wish you may publish on your site an award by Punto Informatico which means we love your software http://punto-informatico.it/red.asp?v=729 Please, keep us informed about any update to this software or any other software of yours. (*) Punto Informatico is the first and main web italian tech daily since 1996. Its contents are all free of charge and they are published only in italian language (sorry!) Thanks! Punto Informatico From jcfwalker at matraco.com Fri May 20 16:34:34 2005 From: jcfwalker at matraco.com (John Walker [Matraco]) Date: Fri, 20 May 2005 08:34:34 -0600 Subject: [Spambayes] spambayes with Earthlink mail client TotalAccess ?? Message-ID: <410-220055520143434320@matraco.com> Hello spambayes gurus, Smart friends recommend spambayes to me. I am using the Earthlink mail client TotalAccess instead of Outlook (Win XP Pro). Will spambayes work for me? Kind regards, John __________________________ John Walker jcfwalker at matraco.com 305-519-1731 From Geoff at MitchellSquash.com Fri May 20 17:23:42 2005 From: Geoff at MitchellSquash.com (Geoff Mitchell) Date: Fri, 20 May 2005 11:23:42 -0400 Subject: [Spambayes] Outlook 98 compatibility Message-ID: <000201c55d4f$e7df5560$1502a8c0@Home2Office> Can I use Spambays with Outlook 98? Thanks, Geoff Mitchell MitchellSquash 973 377-1900 484 Southern Blvd. Chatham, NJ 07928 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050520/b6d16074/attachment.htm From sethg at GoodmanAssociates.com Fri May 20 19:52:45 2005 From: sethg at GoodmanAssociates.com (Seth Goodman) Date: Fri, 20 May 2005 12:52:45 -0500 Subject: [Spambayes] Unable to download zipped copy of Spambayes from any ofyour sites In-Reply-To: <428BDBE0.1000707@comcast.net> Message-ID: I just tested this and the download from SourceForge works properly using Firefox without resorting to the trick you mentioned. I downloaded both the .zip and the .exe and was able to open the .zip with no errors. My setup is Windows2K SP4 with Firefox 1.04. I don't recall having any SourceForge download problems with earlier version of Firefox, though I can't definitely say I have done it. So we can't tell if this is a Firefox pre-1.04 version problem or a Firefox on WinXP (guessing from Jacob's screen shot) problem. At any rate, it's worth a try with Firefox 1.04, if you aren't already using it. I don't have any WinXP machines here, so I can't test this. If Firefox 1.04 has this problem on WinXP but not on Win2K, that's probably worth a Firefox bug report. Seth > -----Original Message----- > From: spambayes-bounces at python.org > [mailto:spambayes-bounces at python.org]On Behalf Of Sean Covel > Sent: Wednesday, May 18, 2005 7:21 PM > To: Tony Meyer > Cc: 'Busby, Jacob'; spambayes at python.org > Subject: Re: [Spambayes] Unable to download zipped copy of Spambayes > from any ofyour sites > > > If you are using Firefox there is a problem with Firefox and > SourceForge. I run into this all the time. You actually downloaded the > HTML page for SourceForge's odd download scheme. > > To work around it, right-click the download link and select "open link > in a new tab." The typical SourceForge download (select your default > mirror blah blah) will appear in the new tab, and the download will begin. > > Sean From sethg at GoodmanAssociates.com Fri May 20 20:19:19 2005 From: sethg at GoodmanAssociates.com (Seth Goodman) Date: Fri, 20 May 2005 13:19:19 -0500 Subject: [Spambayes] Unable to download zipped copy of Spambayes from any ofyour sites In-Reply-To: <428BDBE0.1000707@comcast.net> Message-ID: Sorry, I should have listed the latest Firefox version as 1.0.4, not 1.04. Seth From marjorie.proops at gmail.com Fri May 20 20:34:41 2005 From: marjorie.proops at gmail.com (Marjorie Proops) Date: Fri, 20 May 2005 19:34:41 +0100 Subject: [Spambayes] Outlook 2003 Automatic Junk Filtering Message-ID: <8d238119050520113473bd758c@mail.gmail.com> Dear All, I have a query regarding SpamBayes and its compatibility with Outlook 2003's automatic junk filtering abilities. I believe I have perceived that when O2003 automatically classifies a message as junk and moves it to the junk folder, SpamBayes doesn't (isn't able to?) train that the message was junk. As far as SpamBayes is concerned, the message never arrived. Is there any way to avoid this? I find that I can get excellent anti-spam filtering using the two filters in conjunction. All the best, love and kisses, Marjorie H Proops (Mrs) (GNVQ) From FFowler at fowler-consulting.com Fri May 20 21:11:14 2005 From: FFowler at fowler-consulting.com (Fran Fowler) Date: Fri, 20 May 2005 15:11:14 -0400 Subject: [Spambayes] Outlook toolbar Message-ID: <2512F97BB6C7224CB6292FB2E8D14FE5176EE8@ibm-2000.fowler-consulting.com> Hello, I was trying to move my Spambayes toolbar in Outlook and inadvertently deleted the "delete as spam" button. I tried to add it again via the customization option, but there was no icon for that feature. I then tried to reinstall Spambayes, but there was no start-up program. Please let me know what I need to do. Thank you. Best Regards, Fran Fowler President Fowler Healthcare Affiliates, Inc. 2000 RiverEdge Pkwy, Ste 920 Atlanta, GA 30328 770.261.6363 Fax - 770.261.6361 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050520/c835fa26/attachment.html From kenny.pitt at gmail.com Fri May 20 21:03:20 2005 From: kenny.pitt at gmail.com (Kenny Pitt) Date: Fri, 20 May 2005 15:03:20 -0400 Subject: [Spambayes] Outlook 2003 Automatic Junk Filtering In-Reply-To: <8d238119050520113473bd758c@mail.gmail.com> Message-ID: <428e3478.694b73e9.7903.5127@mx.gmail.com> Marjorie Proops wrote: > I believe I have perceived that when O2003 automatically classifies a > message as junk and moves it to the junk folder, SpamBayes doesn't > (isn't able to?) train that the message was junk. As far as SpamBayes > is concerned, the message never arrived. > > Is there any way to avoid this? I find that I can get excellent > anti-spam filtering using the two filters in conjunction. You are correct that Outlook will move mail to the Junk E-mail folder before SpamBayes sees it, and there is no way to avoid that behavior. However, there are some ways that you can achieve at least most of what you want. SpamBayes should be able to train on a message even if it did not first classify it, but you may not be getting the toolbar buttons you need. When you are in the folder that you have configured for SpamBayes to use for spam messages, you will only see the "Not Spam" (or "Recover from Spam" depending on your SpamBayes version) button on the toolbar. In other folders, you will see the "Spam" (or "Delete as Spam") button instead. The default SpamBayes configuration uses the same junk mail folder as Outlook, so you only see the "Not Spam" button. If you would rather see the "Spam" button in the Junk E-mail folder, you can configure SpamBayes to use a different spam folder than Outlook. Just create a new folder such as "SpamBayes Spam", then go to the Filtering tab in SpamBayes Manager and select the new folder in the Certain Spam section. The "Junk E-mail" folder will now receive messages caught by the Outlook junk filter, and the "SpamBayes Spam" folder will receive messages that were missed by Outlook but caught by SpamBayes. Unfortunately, there isn't much that SpamBayes can do about it if Outlook marks a legitimate message as junk. -- Kenny Pitt From kenny.pitt at gmail.com Fri May 20 21:18:24 2005 From: kenny.pitt at gmail.com (Kenny Pitt) Date: Fri, 20 May 2005 15:18:24 -0400 Subject: [Spambayes] Outlook toolbar In-Reply-To: <2512F97BB6C7224CB6292FB2E8D14FE5176EE8@ibm-2000.fowler-consulting.com> Message-ID: <428e3801.569ffa1e.1262.4513@mx.gmail.com> Right-click on an empty area of the Outlook toolbar, and select "Customize..." from the menu. Then select "SpamBayes" in the list and click the Delete button. Now exit and restart Outlook and SpamBayes should recreate the toolbar for you. -- Kenny Pitt _____ From: spambayes-bounces at python.org [mailto:spambayes-bounces at python.org] On Behalf Of Fran Fowler Sent: Friday, May 20, 2005 3:11 PM To: spambayes at python.org Subject: [Spambayes] Outlook toolbar Hello, I was trying to move my Spambayes toolbar in Outlook and inadvertently deleted the "delete as spam" button. I tried to add it again via the customization option, but there was no icon for that feature. I then tried to reinstall Spambayes, but there was no start-up program. Please let me know what I need to do. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050520/03b53eee/attachment.html From Sphan at sea.samsung.com Sat May 21 01:36:56 2005 From: Sphan at sea.samsung.com (Sandy Phan) Date: Fri, 20 May 2005 19:36:56 -0400 Subject: [Spambayes] Out of Office AutoReply: Auslaenderpolitik Message-ID: <5499AD9BCF33304BAC8BF5E972B5207B15D264@seahq_exchange2.sea.samsung.com> I will be out of the office on 5/23/05 - 5/26/05. Please contactMayra Romero (mromero at sea.samsung.com - 858-642-5167) Tonia (ToniaW at sea.samsung.com - 858-642-5172) on all issues. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050520/e080c160/attachment.html From Administrator at bag.python.org Sat May 21 20:09:36 2005 From: Administrator at bag.python.org (Administrator@bag.python.org) Date: Sat, 21 May 2005 14:09:36 -0400 Subject: [Spambayes] [MailServer Notification]To sender: Message matched eManager setting and action was taken. Message-ID: <9e7f01c55e30$3fae35f0$040a000a@townsendgroup.com> **************** eManager Notification ***************** The following mail was blocked since it contains sensitive content. Source mailbox: spambayes at python.org Destination mailbox(es): michele at townsendgroup.com Rule/Policy: Trend Micro Anti-spam Action: Quarantine to e:\Program Files\Trend\SMCF\Quarantine\2005-05-21\14\09\Message428f7960dfa1.original_eml_ Sender, Trend Micro Anti-spam has detected a sensitive e-mail. ******************* End of message ********************* From RGESTRICH at peoplepc.com Sat May 21 22:22:41 2005 From: RGESTRICH at peoplepc.com (Robert Gestrich) Date: Sat, 21 May 2005 16:22:41 -0400 Subject: [Spambayes] spambayes configuration Message-ID: <005f01c55e42$d6f378a0$d15dea04@robertv10yodk6> Gentlemen: I have downloaded and installed the program successfully. From there on I am apparently attempting to configure incorrectly. When ever I attempt to configure by changing to localhost my email is blocked. I'm certain this is some stupid mistake I'm making, but regardless of the number of times I've tried, I fail. Might you be so kind as to help me? Thank you, Bob Gestrich -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050521/3217f4ae/attachment.html From claude_jones at levitjames.com Sun May 22 01:38:28 2005 From: claude_jones at levitjames.com (Claude Jones) Date: Sat, 21 May 2005 19:38:28 -0400 Subject: [Spambayes] spambayes configuration In-Reply-To: <005f01c55e42$d6f378a0$d15dea04@robertv10yodk6> References: <005f01c55e42$d6f378a0$d15dea04@robertv10yodk6> Message-ID: <200505211938.28484.claude_jones@levitjames.com> On Sat May 21 2005 4:22 pm, Robert Gestrich wrote: > Gentlemen: > > I have downloaded and installed the program successfully. From there on I > am apparently attempting to configure incorrectly. When ever I attempt to > configure by changing to localhost my email is blocked. I'm certain this is > some stupid mistake I'm making, but regardless of the number of times I've > tried, I fail. > > Might you be so kind as to help me? > Bob: What sort of system are you trying to install to? What's your operating system and what's your mail client? Give a bit more info and I can try and help you. -- Claude Jones Bluemont, VA, USA From RGESTRICH at peoplepc.com Sun May 22 03:25:23 2005 From: RGESTRICH at peoplepc.com (Robert Gestrich) Date: Sat, 21 May 2005 21:25:23 -0400 Subject: [Spambayes] (no subject) Message-ID: <008601c55e6d$209be120$d15dea04@robertv10yodk6> following a successful download and installation, I seem to be doing something wrong in configuring the program. Can you advise me the correct method for configuration with Outlook Express. I use Windows XP, and am using peoplepc.com as my ISP. Thank you for any assistance you may be able to offer. Bob -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050521/cda17829/attachment.htm From tameyer at ihug.co.nz Sun May 22 03:32:07 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Sun, 22 May 2005 13:32:07 +1200 Subject: [Spambayes] Unable to download zipped copy of Spambayes from any ofyour sites In-Reply-To: Message-ID: > I just tested this and the download from SourceForge works > properly using Firefox without resorting to the trick you > mentioned. I downloaded both the .zip and the .exe and was > able to open the .zip with no errors. My setup is Windows2K > SP4 with Firefox 1.04. I believe I've come across something similar where some mirrors will work, and others will give the outlined behaviour. I've never bothered checking to see whether IE will work with the broken mirrors, just tried other mirrors until I found one that worked. I am using WinXP, FWIW. I suppose next time I could try IE to see whether this is Firefox specific. IAC, perhaps the OP could just try other mirrors, or using IE? =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Sun May 22 03:34:38 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Sun, 22 May 2005 13:34:38 +1200 Subject: [Spambayes] Outlook 98 compatibility In-Reply-To: Message-ID: > Can I use Spambays with Outlook 98? The Outlook plug-in requires Outlook 2000 or above. However, if you're using POP3, then you could use sb_server (as someone using Outlook Express or Eudora would). Similarly, if you're using IMAP4, then you could use sb_imapfilter. If you're using Exchange, then there isn't an option, unfortunately. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Sun May 22 04:23:30 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Sun, 22 May 2005 14:23:30 +1200 Subject: [Spambayes] (no subject) In-Reply-To: Message-ID: > Can you advise me the correct method for configuration > with Outlook Express. I use Windows XP, and am using > peoplepc.com as my ISP. 1. Right-click on the little envelope icon that appears in the tray (collection of icons by the clock) and choose "Configure...". 2. In the top box, enter the address of your mail server (e.g. "pop.peoplepc.com"). 3. In the second box, put "110". 4. About halfway down the page, tick the "unsure" and "spam" boxes in the "Notate To" option. 5. Click "Save" at the end of the page. 6. In Outlook Express, go to Accounts from the Tools menu. 7. Select the mail account (clicking the Mail tab might help find it). 8. Click Properties. 9. Click the Servers tab. 10. In the "incoming" box, write "localhost" (without the quotes). 11. Click Ok & close your way back out again, and you're done. Now incoming mail will have "unsure," or "spam," in the recipient list (if SpamBayes thinks it's unsure or spam). You can setup rules to move those to other folders, colour them, or whatever. For example: 1. Create two new folders in Outlook Express, one called "Possible Junk" and one called "Junk Mail". 2. Do Tools->Message Rules->Mail. 3. Click "New" to create a new rule (I think that if there are no existing rules it will do this for you). 4. Click "Where the To line contains people" in the top box, and "Move it to the specified folder" in the second box. 5. Click the blue "contains people" in the third box and type "unsure" (no quotes), then click "Add", then click "Ok". 6. Click the blue "specified folder" in the third box and find and select the "Possible Junk" folder that you made in step 1, then click "Ok". 7. In the fourth box, name the rule "SpamBayes unsure" 8. Repeat steps 3 through 8, but type "spam" rather than "unsure", choose the "Junk Mail" folder, and name the rule "SpamBayes spam" 9. Click Ok. Mail will now be split between your Inbox, the Possible Junk folder, and the Junk Mail folder, depending on how it was classified. You do training by double-clicking the envelope icon and filling out the review page that opens. Note that there is a flaw in this method: if you get mail from someone who has "unsure" or "spam" in their email address, those messages will also be moved. (The problem comes about because Outlook Express is so limited in the filtering it can do). There is a way to workaround this, so let us know if it's a problem. When the final 1.1 release is made, it will avoid this problem (instead of just "unsure", it adds "unsure at spambayes.invalid"). =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Sun May 22 04:27:07 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Sun, 22 May 2005 14:27:07 +1200 Subject: [Spambayes] spambayes with Earthlink mail client TotalAccess ?? In-Reply-To: Message-ID: > Smart friends recommend spambayes to me. I am using the > Earthlink mail client TotalAccess instead of Outlook (Win XP > Pro). Will spambayes work for me? It's hard to see from the website (and I have no experience with this software myself) exactly what TotalAccess does. Do you know if it is connecting to a POP3 server at Earthlink to collect mail? If it is, then it's possible that you could insert sb_server in there. If it's not, then the answer is probably no. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From nobody at stanford.edu Sun May 22 04:30:57 2005 From: nobody at stanford.edu (webmaster autoreply) Date: 22 May 2005 02:30:57 -0000 Subject: [Spambayes] Your mail to webmaster@stanford.edu Message-ID: <20050522023057.25483.qmail@responder.stanford.edu> Thank you for your message to webmaster at stanford.edu. Because of the huge amounts of spam sent to it, this address only accepts mail from Stanford addresses. Our filter is under the impression that your message did not come from a Stanford address, and therefore your message is being returned. For general contact information for Stanford University and Stanford web services, please see: If you are trying to report a problem with Stanford's web infrastructure, please submit a HelpSU request at: If you are a Stanford affiliate who needs urgent help with Stanford web services, please resend your message from a Stanford address. Thank you for your cooperation. This note was generated automatically by a computer program. Please do not reply to it. Responses will be discarded. If you wish to communicate with someone about this message, please submit a HelpSU request as described above. --- Below this line is a copy of your message. Received: (qmail 25479 invoked from network); 22 May 2005 02:30:57 -0000 Received: from devnull.stanford.edu (171.67.16.39) by responder.stanford.edu with SMTP; 22 May 2005 02:30:57 -0000 Received: (qmail 25994 invoked by uid 83); 22 May 2005 02:30:56 -0000 Delivered-To: filter-webmaster at devnull.Stanford.EDU Received: (qmail 25989 invoked from network); 22 May 2005 02:30:56 -0000 Received: from leland3.stanford.edu (171.67.16.108) by devnull.stanford.edu with SMTP; 22 May 2005 02:30:56 -0000 Received: from rjbcmadji.org (adsl-221-75-118.rmo.bellsouth.net [68.221.75.118]) by leland3.Stanford.EDU (8.12.11/8.12.11) with SMTP id j4M2UlDq000788; Sat, 21 May 2005 19:30:50 -0700 From: spambayes at python.org To: swisstech at stanford.edu Date: Sun, 22 May 2005 02:25:01 GMT Subject: [SPAM:####] 4,8 Mill. Osteuropaeer durch Fischer-Volmer Erlass Importance: Normal X-Priority: 3 (Normal) MIME-Version: 1.0 Message-ID: Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii" X-Spam: Probability=86%, Report='URI_CLASS_OTHER_URL 8, PRIORITY_NO_NAME 0.716, NO_REAL_NAME 0, __CT 0, __CTE 0, __CTYPE_CHARSET_QUOTED 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_PRIORITY 0, __MIME_VERSION 0, __SANE_MSGID 0' Lese selbst: http://www.npd.de/npd_info/deutschland/2005/d0405-13.html Neue Dokumente: http://www.rp-online.de/public/article/nachrichten/politik/deutschland/87647 Botschafter in Kiew beschwerte sich noch 2004: http://www.rp-online.de/public/article/nachrichten/politik/deutschland/85735 Traumziel Deutschland: http://www.berlinonline.de/berliner-zeitung/archiv/.bin/dump.fcgi/2004/1221/politik/0009/index.html Kanzler erleichtert Visaverfahren für Golfstaaten: http://www.spiegel.de/spiegel/vorab/0,1518,349262,00.html Ohne Deutsch nach Deutschland: http://www.aufenthaltstitel.de/zuwg/0618.html Vorbildliche Aktion: http://www.npd.de/npd_info/deutschland/2004/d1204-24.html From rcoe at CambridgeMA.GOV Sun May 22 05:40:19 2005 From: rcoe at CambridgeMA.GOV (Coe, Bob) Date: Sat, 21 May 2005 23:40:19 -0400 Subject: [Spambayes] Suddenly can't connect - Solved! Message-ID: <42393C9DA7930245AB540667607F4F5022C3C1@SPIKE.city> What exactly do you mean when you say that the machine name is aliased to localhost? I believe the usual convention is to define localhost as 127.0.0.1. If you literally define localhost as an alias for the machine name (the only direction that makes any sense), you make the definition of localhost dependent on a DNS resolution. If you can't see your name server, localhost won't be defined. Since nowadays the principal value of a Hosts file is to compensate for a missing or inadequate name server, this would be a serious misconfiguration. The reason I bring this up is that it sort of fits your symptoms: the problem you describe might occur if and only if your DNS server were unavailable. Bob > -----Original Message----- > From: spambayes-bounces at python.org > [mailto:spambayes-bounces at python.org]On Behalf Of Claude Jones > Sent: Tuesday, May 17, 2005 10:53 AM > To: spambayes at python.org > Subject: Re: [Spambayes] Suddenly can't connect - Solved! > > > On Monday 16 May 2005 3:16 pm, Claude Jones wrote: > > I chanced upon this solution by accident. I once again tried to put > > localhost and port 8110 in my Kmail client pop settings - I again got > > 'cannot connect to localhost' > > I checked the access to the configuration page through Firefox and it came > > up, so I obviously was connecting - I still had the anomaly of the doubled > > up display of settings in Firefox... > > I opened the configuration page in Konqueror - as it was loading I noticed > > in the URL address field that instead of localhost:8880 it was coming up as > > viewridgeproductions.com: 8880 which is my machine name - > > I put the viewridgeproductions.com address in my Kmail pop setting and > > everything started working. > > It's a mystery - I don't know why this changed - If I go to my hosts file, > > viewridgeproductions.com is aliased to localhost, just as it should be - so > > why is localhost not working in my email settings, and why did it suddenly > > stop working after working fine for a long time? - go figure... > > Tony: I just had the same thing happen to my other Linux box. Kmail just > suddenly stopped working and came up with a can't connect to localhost > message. I tried my above fix, putting my machine name in in place of > localhost, and it started working again. The only thing I can think of is > that something about the new patches for Fedora Core 3 machines has > introduced a change - in both cases, the machine name is still aliased to > localhost in the network settings, so I don't have an explanation, but, if > it's happenning to me, it's probably going to happen to others - so this just > a heads up. From tameyer at ihug.co.nz Sun May 22 05:40:35 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Sun, 22 May 2005 15:40:35 +1200 Subject: [Spambayes] Problem with POP3 Proxy: Change spam in ***SPAM*** In-Reply-To: Message-ID: > "header_spam_string:***SPAM***" work fine until I restart > SpamBayes or my PC. On the configuration page I see ***SPAM*** > under Header Options but after a restart the checkbox get > unchecked so it doesn't work any more. Bug? :( Yes, this is a bug, sorry. I've fixed this in CVS, so the fix will be in 1.1a2. For the moment, you can run from CVS source (or 1.0.4 source and I can provide a patch), or do the annoying step of resetting the value every time SpamBayes is launched. >> I'm pretty sure that Pegasus Mail lets you filter on arbitrary >> headers > The other filter option (look for a > "X-Spambayes-Classification" header) > I cann't get working in the normal filter option. You'll have to use the "regular expression" filter option (rather than the 'standard' headers). You'll want the rule to look something like: X-Spambayes-Exception:\w*spam (the \w* just means there can be any amount of whitespace there). This will work in Pegasus Mail, which means you can avoid the above bug for the moment. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From abe at isp.com Sun May 22 12:52:21 2005 From: abe at isp.com (A Boswell Inniss) Date: Sun, 22 May 2005 03:52:21 -0700 Subject: [Spambayes] Disappearing act ... Message-ID: <006701c55ebc$55c0f9e0$06c094ce@c6q2a4> I dwnloaded SpamBayes ... to be used in Otlk Expr ... after several 'boots', and setting setup preferences, Prgm icon only appears on Outlook, NOT Otlk Expr. , and eM NOT filtered. What's my mistake? Boswell abe at isp.com 619 698-4674 "only a fool knows for sure ... a wise man checks and asks" -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050522/34560ddc/attachment.html From postmaster at there.com Sun May 22 14:30:31 2005 From: postmaster at there.com (postmaster@there.com) Date: Sun, 22 May 2005 05:30:31 -0700 Subject: [Spambayes] [ThereMail] Could Not Deliver: Hier sind wir Lehrer die einzigen Auslaender Message-ID: <200505221230.j4MCUVth021638@theremail2.there.com> We're sorry! In order to send an email to a There member using the ThereMail system, you must be a member of There. If you are a There member, please make sure that you are sending from the same email address that you used to register with There. If you are not a member of There, you can sign up for our beta service at: www.there.com. If you were trying to reach an employee of There, please try again, using the company email domain: thereinc.com. Thanks! From: spambayes at python.org To: her at there.com Subject: Hier sind wir Lehrer die einzigen Auslaender Lese selbst: http://www.deutschlandchronik.de/multikulti_perfekt.htm http://www.leverkusener-aufbruch.com/content/pt5.html -- About ThereMail: If you choose to reply to this message, your reply will be anonymous, and will appear to come from avname at there.com. However, your message will NOT be anonymous if you: a. State your email address in the message b. Have an automatic signature which contains your name or email address c. Use the Cc: or Bcc: fields. You can learn more about the sender, or add them to your Buddy or Ignore list by viewing their Avatar Profile (if you add them to your Ignore list, they will not be able to send you ThereMail again). If this message was offensive or advertising a product or service other than There, please forward the message to abuse at there.com immediately. There does not read private mail between members, nor are we liable for the content of these messages. For more information, view our Privacy Policy and Member Agreement found on www.there.com. From tameyer at ihug.co.nz Mon May 23 01:25:53 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 23 May 2005 11:25:53 +1200 Subject: [Spambayes] Disappearing act ... In-Reply-To: Message-ID: > I dwnloaded SpamBayes ... to be used in Otlk Expr ... > after several 'boots', and setting setup preferences, > Prgm icon only appears on Outlook, NOT Otlk Expr. , and > eM NOT filtered. Did you install for Outlook Express, or Outlook? If the installer detects Outlook installed on the machine, then it will default to installing the Outlook plug-in, and you will have to manually change this to install for Outlook Express. Did you read the README that the installer offers once it's finished? It explains how to configure SpamBayes and your mailer (Outlook Express). Did you do this configuration? =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 23 02:11:06 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 23 May 2005 12:11:06 +1200 Subject: [Spambayes] Problem with POP3 Proxy: Change spam in ***SPAM*** In-Reply-To: Message-ID: > Is it possible to provide a patch? Attached are patches for Options.py, OptionsClass.py and UserInterface.py, which are the three files that need to be changed. > Next question: are there localized versions of SpamBayes? Is > there a Dutch version? 1.1 (currently in alpha) includes support for localisation. At the moment there are incomplete translations into French and Spanish. There aren't any Dutch translations so far. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. -------------- next part -------------- A non-text attachment was scrubbed... Name: Options.py.patch Type: application/octet-stream Size: 1363 bytes Desc: not available Url : http://mail.python.org/pipermail/spambayes/attachments/20050523/20e42b73/Options.py.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: OptionsClass.py.patch Type: application/octet-stream Size: 7023 bytes Desc: not available Url : http://mail.python.org/pipermail/spambayes/attachments/20050523/20e42b73/OptionsClass.py.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: UserInterface.py.patch Type: application/octet-stream Size: 5007 bytes Desc: not available Url : http://mail.python.org/pipermail/spambayes/attachments/20050523/20e42b73/UserInterface.py.obj From tameyer at ihug.co.nz Mon May 23 04:58:22 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 23 May 2005 14:58:22 +1200 Subject: [Spambayes] IMAP Problem In-Reply-To: Message-ID: > My old configuration was that I was connected to a exchange > server and then spambayes was very happy. > > Right now I had to make a new setup and it seems to be that > spambayes does not want to filter at all my SPAM mails. So SpamBayes seems to be working (the toolbar works) but nothing is filtered? > I installed a IMAP configuration were my messages are arriving. > Then I created a Personal Folder were I keep all my messages in. > Because all my messages are arriving in my IMAP folder I had to > create a rule that it was sending it to my INBOX from my Personal > Folder. > I configured then spambays that it should look for incoming message > to my INBOX of IMAP and Personal Folder Could you take a look (or send to us) your log file? The troubleshooting guide explains where to find it. It should have information about what is going wrong, if something is. A message is written to the log for each email that SpamBayes 'sees', so if there aren't any errors in it, you should check to see whether SpamBayes is 'seeing' any new mail. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From cs at e-lectronics.net Mon May 23 10:01:20 2005 From: cs at e-lectronics.net (Mark M) Date: Mon, 23 May 2005 01:01:20 -0700 Subject: [Spambayes] update help needed Message-ID: <000001c55f6d$9b95ffe0$6700a8c0@ELECTRO> My System: Windows XP service pack 2 Office XP Outlook I just tried to install the latest version of the spambayes without success. Here are the steps I took: 1. installed python 2. un-zipped wpambayes to C:\Program Files\spambayes-1.1a1 3. double clicked on addin.py 4. a command window opened briefly 5. I opened Outlook and nothing was installed After this I found the installer called "SpamBayes-Setup-Experimental-01.exe" This executed fine and seems to work well although it is from December 2003 at version .85 Can you advise how I update this from here? Best regards, Mark McAtee www.E-lectronics.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050523/8575ebe6/attachment.htm From kyle.goetz at mail.utexas.edu Mon May 23 14:40:38 2005 From: kyle.goetz at mail.utexas.edu (Kyle Goetz) Date: Mon, 23 May 2005 21:40:38 +0900 Subject: [Spambayes] Log File Growth Message-ID: OS: Windows XP Home Service Pack 2 SpamBayes: version 1.0.4, binary My log file grows until it fills up my hard drive (currently 4 GB in size). I have read the ML archive and have seen that people have had this problem with 1.0.3. Also, someone on the ML stated that the problem would be fixed with 1.0.4. However, it obviously isn't since I'm using the newest version. The cause is most likely due to my intermittent wireless connection. It drops occasionally, and I have read that this is could be the cause (the writing of connection errors to the log file). Just letting you know before I most likely switch to the source version and edit out the code that writes to a log file. Thanks for the awesome program -- it served me well, even before my HDD crash. I can only assume I was using 1.0.1 or earlier at that time, as I never had this problem before. Also, do I need to subscribe to the ML to see everyone's answers to my problem? The site did not specify. -- \Kyle Goetz BS Pure Mathematics, BA Japanese 2006 The University of Texas Obirin University (?????) Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ From wlbandy at comcast.net Mon May 23 16:53:02 2005 From: wlbandy at comcast.net (Bill Bandy) Date: Mon, 23 May 2005 10:53:02 -0400 Subject: [Spambayes] I did the SpamBayes configuration, but my mail doesn't filter Message-ID: <001701c55fa7$1eb199a0$6501a8c0@bill> I have read and checked everything in the Troubleshooting Guide. SpamBaye still doesn't do anything to Outlook Express messages. I have trained many messages as Spam but nothing is happening. I am running Windows XPSP2 Home SpamBaye version 1.04 Bill Bandy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050523/f2067b76/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: SpamBayesServer4.log Type: application/octet-stream Size: 216 bytes Desc: not available Url : http://mail.python.org/pipermail/spambayes/attachments/20050523/f2067b76/SpamBayesServer4.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: SpamBayesServer1.log Type: application/octet-stream Size: 230 bytes Desc: not available Url : http://mail.python.org/pipermail/spambayes/attachments/20050523/f2067b76/SpamBayesServer1.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: SpamBayesServer2.log Type: application/octet-stream Size: 156 bytes Desc: not available Url : http://mail.python.org/pipermail/spambayes/attachments/20050523/f2067b76/SpamBayesServer2.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: SpamBayesServer3.log Type: application/octet-stream Size: 825 bytes Desc: not available Url : http://mail.python.org/pipermail/spambayes/attachments/20050523/f2067b76/SpamBayesServer3.obj From wlbandy at comcast.net Mon May 23 17:55:50 2005 From: wlbandy at comcast.net (Bill Bandy) Date: Mon, 23 May 2005 11:55:50 -0400 Subject: [Spambayes] Fw: Auto-response for your message to the "Spambayes" mailing list Message-ID: <003901c55faf$e4ae2260$6501a8c0@bill> I had tried all these suggestions before sending email. I need to know exactly what programs/software I need to install to make SpamBaye work with Outlook Express. Bill Bandy ----- Original Message ----- From: "Bill Bandy" To: Sent: Monday, May 23, 2005 11:41 AM Subject: Re: Auto-response for your message to the "Spambayes" mailing list > Had tried all this before sending email. > > Bill Bandy > ----- Original Message ----- > From: > To: > Sent: Monday, May 23, 2005 10:53 AM > Subject: Auto-response for your message to the "Spambayes" mailing list > > >> READ THIS! (If you want help.) >> >> This is an automated response to an email message you sent to the >> spambayes at python.org mailing list. Please read this message carefully >> to see if it answers your question(s). >> >> >> Before you do anything else: ---------------------------- >> >> Before asking a question on the list, please take a moment and check >> the frequently asked questions page: >> >> http://spambayes.org/faq.html >> >> If you are using the Outlook plug-in, please also take the time to >> read the troubleshooting guide - a copy was installed with the >> plug-in, or you can read it online: >> >> http://spambayes.org/docs.html >> >> Note that you need to include a copy of your log files with any >> message asking for help with a problem, or we won't have enough >> information to be able to help you. >> >> >> What is SpamBayes? ------------------ >> >> The SpamBayes project was formed to develop a Bayesian anti-spam >> filter, initially based on the work of Paul Graham. The major >> difference between this and other, similar, projects is the emphasis >> on testing newer approaches to scoring messages. You can read all >> about SpamBayes on the project's website: >> >> http://spambayes.org/ >> >> >> Will Spambayes run on my system/in my environment? >> -------------------------------------------------- >> >> Yes, though which tools you use and the amount of work necessary to >> get started will vary depending on your computing platform, email >> client and how you get mail from a mail server. >> >> >> I'm having trouble installing SpamBayes. Help! >> ----------------------------------------------- >> >> Please ensure that you have the latest version. As of March 24, 2005, >> this is 1.0.4 for both the source and for the binary installer (for >> the Outlook plug-in and sb_server). If you are still having trouble, >> try looking at the bug reports that are currently open: >> >> http://sf.net/tracker/?group_id=61702&atid=498103 >> >> If you can't find anything, then else submit a bug (see below), or if >> you think it's just something you're doing wrong, ask the list. >> >> >> I found a bug. -------------- >> >> Please file a bug report: >> >> http://sf.net/tracker/?group_id=61702&atid=498103 >> >> If you post your bug report to the mailing list, there's always the >> chance it will get missed. Filing a bug report also provides a single >> place to collect all the data related to the bug, making it easier to >> put all the pieces together which are necessary to fix the underlying >> problem. >> >> >> Subscribing to the SpamBayes mailing list. >> ------------------------------------------ >> >> The spambayes at python.org mailing list formed in September 2002 to >> support development of the SpamBayes spam filtering system as an >> outgrowth of earlier threads on the Python developers' mailing list. >> You can subscribe >> >> to the SpamBayes mailing list using the form at >> >> http://mail.python.org/mailman/listinfo/spambayes >> From skip at pobox.com Mon May 23 18:17:40 2005 From: skip at pobox.com (Skip Montanaro) Date: Mon, 23 May 2005 11:17:40 -0500 Subject: [Spambayes] Fw: Auto-response for your message to the "Spambayes" mailing list In-Reply-To: <003901c55faf$e4ae2260$6501a8c0@bill> References: <003901c55faf$e4ae2260$6501a8c0@bill> Message-ID: <17042.548.431304.924921@montanaro.dyndns.org> Bill> I had tried all these suggestions before sending email. I need to Bill> know exactly what programs/software I need to install to make Bill> SpamBaye work with Outlook Express. In your reading of the FAQ did you perhaps miss question 2.1? http://spambayes.sourceforge.net/faq.html#does-spambayes-work-with-outlook-express Skip From skip at pobox.com Mon May 23 18:54:03 2005 From: skip at pobox.com (Skip Montanaro) Date: Mon, 23 May 2005 11:54:03 -0500 Subject: [Spambayes] Fw: Auto-response for your message to the "Spambayes" mailing list In-Reply-To: <004101c55fb4$2c6b2ae0$6501a8c0@bill> References: <003901c55faf$e4ae2260$6501a8c0@bill> <17042.548.431304.924921@montanaro.dyndns.org> <004101c55fb4$2c6b2ae0$6501a8c0@bill> Message-ID: <17042.2731.553799.104456@montanaro.dyndns.org> (make sure you cc spambayes at python.org on these replies) Bill> I had set up Outlook Express to block certain Spam using message Bill> rules but that doesn't appear to work. I am still getting Spam Bill> with the words I have included in Message Rules. Bill, I'm not an OE user, so I'm not sure I can give you precise directions without some input. If you post the details of your OE filter (what it triggers on) and some example subjects for messages that SpamBayes marks as spam but that your filter misses, I'm pretty sure one of us can help. As I recall, OE has very limited header-based filter capability (subject, recipient, maybe sender). Make sure you have the notate_subject option set in your sb_server or sb_imapfilter setup. -- Skip Montanaro skip at pobox.com From anthony at interlink.com.au Mon May 23 19:47:50 2005 From: anthony at interlink.com.au (Anthony Baxter) Date: Tue, 24 May 2005 03:47:50 +1000 Subject: [Spambayes] wecanstopspam is no more Message-ID: <200505240347.51747.anthony@interlink.com.au> A couple of folks pointed out that the link to Gary's wecanstopspam now goes to a spam site - I've removed the link from the related projects page. Ah, irony... Anthony -- Anthony Baxter It's never too late to have a happy childhood. From cjg.groups at gmail.com Mon May 23 20:08:38 2005 From: cjg.groups at gmail.com (Christian Gilbert) Date: Mon, 23 May 2005 14:08:38 -0400 Subject: [Spambayes] SpamBayes for Outlook 2000 over IMAP? Message-ID: <1778e1305052311084e1df36d@mail.gmail.com> Hello, I'm a Windows user trying to use SpamBayes for my IMAP account through Outlook 2000 on Windows 2000. I've read and re-read the project site, FAQ, and other docs, and I'm still confused. I've read that SpamBayes is great, so I want to make it work. If anyone can help clarify, I'd appreciate it. What I've determined so far. Please help correct my confusion: - The SB Outlook plugin does not filter IMAP. - The SB 1.0.4 Windows install exe does not include "applications suitable for almost all email clients" like the download page says under the Windows heading. It only contains the Outlook plugin. - So, I need Python and the SB source for Windows. The 1.0.4 .zip package does not decompress in WinZip 8. - FAQ item 1.5 describes the POP proxy and web interface, both of which I'm afraid to run on a non-NAT'ed machine. - Something (the "IMAP Filter" section of the readme?) clarified that sb_imapfilter.py is not a proxy, but connects to the IMAP server independantly of your e-mail client and scores/filters your mail at certain time intervals. - Running sb_imapfilter.py starts the web interface and lets my machine listen for HTTP on port 8880. - sb_imapfilter.py does not use the Bayesian database from the Outlook plugin. Now, the questions, in addition to "Are the above is correct?": - Can I run sb_imapfilter.py without it starting the web interface? Let me configure using interface once, then never run it again; thus never opening up port 8880 for listening. - When I first have sb_imapfilter.py connect to my IMAP server, will it score every message in my Inbox? Will that erase them all and recreate them (slightly noted somewhere in the FAQ)? Will it change their read/unread status (which I rely on desperately)? - Does spam sit in my Inbox until sb_imapfilter.py does its periodic sweep? Or does sb_imapfilter.py detect new mail as it arrives, score it, and filter as necessary (elluded to in the FAQ 1.5.8 overview)? - Each time sb_imapfilter.py checks my IMAP Inbox, will it score only new mail since its last check? If so, can I avoid the initial scoring (and potential delete/recreate and read-status change) by tricking it somehow? - Since I don't have cron on Windows, how can I set sb_imapfilter.py to run periodically? Task Scheduler? Leaving a cmd window open all day? - Does the web interface really keep full-text copies of all my mail (suggested in FAQ 1.5.5), even those 1+meg attachments people sometimes send? Can I disable that, or is that the only way to train the system without opening the spam (triggering spammer alerts) and forwarding it to localhost:8880 (which I'd rather not run)? All my reading and testing culminated in me running sb_imapfilter.py, putting my config info in the web interface, then clicking "Save and Shutdown" and having it do nothing but spin the IE page-loading globe endlessly. Killing the python.exe process ended it. Thanks very much in advance for clarifying my newbie questions. I really really did try to RTFM first. - CG From tameyer at ihug.co.nz Tue May 24 00:59:06 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 24 May 2005 10:59:06 +1200 Subject: [Spambayes] (no subject) In-Reply-To: Message-ID: > Thank you so much for sending me the configuration > instructions. I'm up and training now. No worries & good to hear. > Your instructions were so much easier to follow than those > that came with the program. The hope was that we would manage to finish the configuration wizard for sb_server users before now, which would make the experience fairly painless (it would pretty much do everything for you). Unfortunately, it's still not complete (I still have hopes of finishing it before 1.1 is done). For now, I really should at least update the FAQ to include my instructions - that would at least save me posting them here again and again. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Tue May 24 01:02:52 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 24 May 2005 11:02:52 +1200 Subject: [Spambayes] Log File Growth In-Reply-To: Message-ID: > My log file grows until it fills up my hard drive (currently > 4 GB in size). I have read the ML archive and have seen that > people have had this problem with 1.0.3. Also, someone on the > ML stated that the problem would be fixed with 1.0.4. > However, it obviously isn't since I'm using the newest > version. >:(. This ought to be fixed, and certainly both my testing and the experience of others indicated it ought to be. What exactly is the log filling up with? Could you please post the line(s) that are being repeated? If they all differ, could you post a few examples? > Just letting you know before I most likely switch to the > source version and edit out the code that writes to a log file. If you run from source there are no log files; everything is output to stdout/stderr (i.e. if you're running in a console window then it'll be put there (or you can pipe it somewhere), if you're not, then it'll vanish without a trace). > Also, do I need to subscribe to the ML to see everyone's > answers to my problem? The site did not specify. Most people will reply both to the list and to you individually, as I have. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Tue May 24 01:16:44 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 24 May 2005 11:16:44 +1200 Subject: [Spambayes] SpamBayes for Outlook 2000 over IMAP? In-Reply-To: Message-ID: > What I've determined so far. Please help correct my confusion: > > - The SB Outlook plugin does not filter IMAP. Incorrect. The SpamBayes Outlook plug-in filters any incoming mail in Outlook. It doesn't know or care what sort of store (IMAP, pst, Exchange, Hotmail) the mail is on. > - The SB 1.0.4 Windows install exe does not include > "applications suitable for almost all email clients" like the > download page says under the Windows heading. It only > contains the Outlook plugin. Incorrect. It contains both the Outlook plug-in and sb_server, which covers Outlook and basically any mail clients that are using POP3 (not IMAP). It doesn't contain the SpamBayes IMAP filter (sb_imapfilter); 1.1 (currently in alpha) does, however. > - So, I need Python and the SB source for Windows. Nope; you'll be fine with the installer and the Outlook plug-in. > The 1.0.4 .zip package does not decompress in WinZip 8. Are you certain that you downloaded it correctly? I would be very surprised if this was the case. I have WinZip 9, so can't tell for sure, but it seems very unlikely. Check that the file size matches that on the download page. > - FAQ item 1.5 describes the POP proxy and web interface, > both of which I'm afraid to run on a non-NAT'ed machine. You shouldn't be (and you needn't use the POP3 proxy if your mail is retrieved via IMAP). By default the web interface only accepts connections from the local machine. You can unrestrict this if you wish, allowing connections from specific IPs (or from anywhere, if you really want). You can also require the web interface to ask for authentication, although this isn't enabled by default. If you're connecting to the web interface from the machine it's running on, no traffic should be sent outside that machine (unless you have a really weird network configuration). > - Something (the "IMAP Filter" section of the readme?) > clarified that sb_imapfilter.py is not a proxy, but connects > to the IMAP server independantly of your e-mail client and > scores/filters your mail at certain time intervals. That's correct. Again, you don't have to use this, since you can use the Outlook plug-in. > - Running sb_imapfilter.py starts the web interface and lets > my machine listen for HTTP on port 8880. Correct again. > - sb_imapfilter.py does not use the Bayesian database from > the Outlook plugin. By default sb_imapfilter.py (and sb_server.py) uses a different filename for the database, yes. It is the same format, though, so you can interchange them if you want to. Or you can point sb_imapfilter.py (or the Outlook plug-in) at the other database, and share them. (Concurrent access is *not* supported, however). > Now, the questions, in addition to "Are the above is correct?": > > - Can I run sb_imapfilter.py without it starting the web interface? > Let me configure using interface once, then never run it > again; thus never opening up port 8880 for listening. Yes. > - When I first have sb_imapfilter.py connect to my IMAP > server, will it score every message in my Inbox? Every undeleted message, yes. > Will that > erase them all and recreate them (slightly noted somewhere in > the FAQ)? Yes. You can't modify IMAP messages (it's a really crap protocol), only create new copies of them. So it has to do this. Again, you can just use the Outlook plug-in. > Will it change their read/unread status (which I > rely on desperately)? No. > - Does spam sit in my Inbox until sb_imapfilter.py does its > periodic sweep? Yes. > Or does sb_imapfilter.py detect new mail as > it arrives, score it, and filter as necessary (elluded to in > the FAQ 1.5.8 overview)? No. > - Each time sb_imapfilter.py checks my IMAP Inbox, will it > score only new mail since its last check? Yes. > If so, can I avoid > the initial scoring (and potential delete/recreate and > read-status change) by tricking it somehow? Yes, but that would be very complicated. > - Since I don't have cron on Windows, how can I set > sb_imapfilter.py to run periodically? You can use the -l switch, in which case it will do it itself. > Task Scheduler? You can do this instead if you prefer. > Leaving a cmd window open all day? If you run sb_imapfilter.py with pythonw.exe instead of python.exe a cmd window will not be opened. > - Does the web interface really keep full-text copies of all > my mail (suggested in FAQ 1.5.5), even those 1+meg > attachments people sometimes send? No. The POP3 proxy does this. It's a necessary part of how it operates (I can elaborate if you wish). Messages expire from the cache after a certain amount of time (default 7 days). > Can I disable that, Yes. > or is > that the only way to train the system It's the preferred way to train the POP3 proxy. It has nothing to do with the IMAP filter, or the Outlook plug-in (which you should use). > without opening the spam (triggering spammer alerts) I don't know what you mean by "opening" here. > and forwarding it to localhost:8880 (which I'd rather not run)? Only sb_upload.py "forwards" mail to the web interface, and it's extremely unlikely that you'd want to use that. The web interface isn't used for training by sb_imapfilter or the Outlook plug-in. > All my reading and testing culminated in me running > sb_imapfilter.py, putting my config info in the web > interface, then clicking "Save and Shutdown" and having it do > nothing but spin the IE page-loading globe endlessly. > Killing the python.exe process ended it. I don't know what happened here, but since you ought to be using the Outlook plug-in, I won't bother to try and figure it out, unless you do actually want to use sb_imapfilter.py. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Tue May 24 07:17:47 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 24 May 2005 17:17:47 +1200 Subject: [Spambayes] Unable to download zipped copy of Spambayes from any ofyour sites In-Reply-To: Message-ID: > Just to let you know I'm running IE 6.0 SP1. Can you send a > link to a mirror site which is hosting a working version of > SpamBayes and I'll try to download from there and let you > know what happens. EasyNews works for me: =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Tue May 24 07:21:38 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 24 May 2005 17:21:38 +1200 Subject: [Spambayes] update help needed In-Reply-To: Message-ID: > I just tried to install the latest version of the spambayes > without success. I would strongly recommend that you use 1.0.4, which is the latest *stable* release, rather than 1.1a1, which is an alpha (experimental) release, unless you really want to try out the experimental version. > Here are the steps I took: > > installed python > un-zipped wpambayes to C:\Program Files\spambayes-1.1a1 > double clicked on addin.py > a command window opened briefly > I opened Outlook and nothing was installed If you want the Outlook add-in, then you should probably be using the installer. Download the .exe from the download page, e.g.: > After this I found the installer called > "SpamBayes-Setup-Experimental-01.exe" > This executed fine and seems to work well although it > is from December 2003 at version .85 This is a *very* old version (hopefully Mark will clear it off his website at some point). Unless specifically told to do so, you should always download SpamBayes directly from sourceforge (e.g. via the link on spambayes.org). If you download spambayes-1.0.4.exe and run it, it should install fine. It would be best to uninstall the very old experimental version first (via Add/Remove Programs). =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From trevlantin at fairlift.com Tue May 24 07:52:35 2005 From: trevlantin at fairlift.com (Robert Lantin) Date: Tue, 24 May 2005 13:52:35 +0800 Subject: [Spambayes] Query: Reviewing trained messages Message-ID: <001401c56024$cd3021e0$7401a8c0@mis01> Hi there! I have recently configured SpamBayes on my office computer and I find it efficient as more and more messages are trained. My concern is how do I review trained messages so that I may correct any wrong entry? Is there any viewer for the "hammie.db" file? Thanks & best regards! Robert Lantin MIS/IT Officer Manila, Philippines -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050524/d33e2cfa/attachment.html From tameyer at ihug.co.nz Tue May 24 07:46:53 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 24 May 2005 17:46:53 +1200 Subject: [Spambayes] Fw: Auto-response for your message to the "Spambayes" mailing list In-Reply-To: Message-ID: > As I recall, OE has very limited header-based filter > capability (subject, recipient, maybe sender). Make sure you > have the notate_subject option set in your sb_server or > sb_imapfilter setup. Bill: have you tried looking at the FAQ entry that covers setting up Outlook Express? I've updated it to include setting up mail rules. It could be worth reading it to check that you've done everything that it outlines, or just following the steps outlined there, to check that everything is done. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Tue May 24 08:58:37 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 24 May 2005 18:58:37 +1200 Subject: [Spambayes] Query: Reviewing trained messages In-Reply-To: Message-ID: > I have recently configured SpamBayes on my office computer > and I find it efficient as more and more messages are trained. > My concern is how do I review trained messages so that I may > correct any wrong entry? Is there any viewer for the "hammie.db" > file? Are you using Outlook Express & sb_server? (Your message looks like that is the case - if not, please let us know as what is below may be wrong). Messages stay in the SpamBayes cache for a limited amount of time (7 days, by default). After that amount of time, you basically can't untrain any of those messages. If you find that you make a mistake using the review page, then you can use the "Find Message" box on the main page of the web interface to find the message (as long as it's within the 7 days) and correct the training. Does this answer your question? =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Tue May 24 08:55:52 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 24 May 2005 18:55:52 +1200 Subject: [Spambayes] spam, RE: Problem with POP3 Proxy: Change spam in ***SPAM*** In-Reply-To: Message-ID: > Thanks for the patches. I'm sorry I really don't know what to > do with them :-( Perhaps you can give me some hints, clues, > tips and tricks wath to do with those patches? In that case, it would be easier to just replace the files instead. Replacement ones attached. What you need to do is switch to running from source, if you aren't already. This mean: 1. Install Python 2.4.1 2. Download spambayes-1.0.4.zip 3. Uninstall the binary version with Add/Remove Programs (this leaves your configuration and training in place) 4. Unzip the source archive wherever you like (e.g. C:\Program Files\SpamBayes). 5. Replace the three attached files (in the spambayes subdirectory when you unzip the archive). To run sb_server, you'll want to do something like: pythonw.exe "C:\Program Files\SpamBayes\windows\pop3proxy_tray.py" This should automatically find your existing configuration and training. You can create a shortcut that does this and put it in the Startup Items folder in the Start menu and it'll get launched whenever you log in. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: Options.py Url: http://mail.python.org/pipermail/spambayes/attachments/20050524/fac27d09/Options-0001.ksh -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: UserInterface.py Url: http://mail.python.org/pipermail/spambayes/attachments/20050524/fac27d09/UserInterface-0001.ksh -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: OptionsClass.py Url: http://mail.python.org/pipermail/spambayes/attachments/20050524/fac27d09/OptionsClass-0001.ksh From drogers at SMRTInc.com Tue May 24 16:44:52 2005 From: drogers at SMRTInc.com (drogers@SMRTInc.com) Date: Tue, 24 May 2005 10:44:52 -0400 Subject: [Spambayes] Spam Help Message-ID: Hello, All of my email is being filtered as spam. I goes directly to the Spam folder. I checked you trouble shooting guide, but still could not fix. I even upgraded to your latest version of SpamBayes...1.0.4 (March 2005) Can you help? Thank you. Sincerely, Darrell Rogers Op System isWindows 2000 running Outlook 2000 SpamBayes 1.0.4 (March 2005) There was no log file -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050524/d423096a/attachment.html From Kristal.Kaiser at shlgroup.com Tue May 24 16:42:01 2005 From: Kristal.Kaiser at shlgroup.com (Kristal Kaiser) Date: Tue, 24 May 2005 09:42:01 -0500 Subject: [Spambayes] configure spambaye Message-ID: <67FC629EA546D611B43D00B0D0F0D43B013944B1@chicago> Hello, I have a user who deleted her junk email folder and then re-created it. Now her spambaye gives her an error upon opening Outlook. How do you fix this? Thank you Kristal Kaiser This email, and any files transmitted with it, are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you received this email in error, please delete it and notify the sender immediately. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050524/14f693f0/attachment.htm From Kristal.Kaiser at shlgroup.com Tue May 24 18:13:25 2005 From: Kristal.Kaiser at shlgroup.com (Kristal Kaiser) Date: Tue, 24 May 2005 11:13:25 -0500 Subject: [Spambayes] FW: configure spambaye Message-ID: <67FC629EA546D611B43D00B0D0F0D43B013944B2@chicago> -----Original Message----- From: Kristal Kaiser Sent: Tuesday, May 24, 2005 9:42 AM To: 'spambayes at python.org' Subject: configure spambaye Hello, I have a user who deleted her junk email folder and then re-created it. Now her spambaye gives her an error upon opening Outlook. How do you fix this? Thank you Kristal Kaiser This email, and any files transmitted with it, are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you received this email in error, please delete it and notify the sender immediately. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050524/9d087b91/attachment.htm From rsproperties at yahoo.com Tue May 24 19:54:38 2005 From: rsproperties at yahoo.com (Ron Simon) Date: Tue, 24 May 2005 10:54:38 -0700 (PDT) Subject: [Spambayes] (no subject) Message-ID: <20050524175438.89541.qmail@web20027.mail.yahoo.com> --------------------------------- Do You Yahoo!? Yahoo! Small Business - Try our new Resources site! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050524/d8d6b2ec/attachment.htm From satnam.brar at forrex.org Tue May 24 21:33:10 2005 From: satnam.brar at forrex.org (Satnam Brar) Date: Tue, 24 May 2005 12:33:10 -0700 Subject: [Spambayes] Removing Spambayes plugin for outlook XP Message-ID: <4CB4A32DF79F9F4EAA2999739954D50C46CE34@kamserver02.forrex.org> Hello I would like to know how to remove this product from Outlook XP. I am running Windows XP Pro and have removed the product using Add/Remove but the plugin still shows up in Outlook. Thank you Satnam -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050524/7fc9130b/attachment.html From kenny.pitt at gmail.com Tue May 24 21:39:48 2005 From: kenny.pitt at gmail.com (Kenny Pitt) Date: Tue, 24 May 2005 15:39:48 -0400 Subject: [Spambayes] Spam Help In-Reply-To: Message-ID: <42938305.57270ad9.1ce6.1e7c@mx.gmail.com> If SpamBayes is running and moving messages to the Spam folder then it should also be creating a log file. Try searching your hard disk for any file named "spambayes?.log" (where ? could be any of the digits 1, 2, 3, or 4). The log file would be very helpful in determining what is causing this. You could also use the "Show spam clues" command in the SpamBayes menu and send us the clues for one of the messages that was incorrectly moved to the Spam folder. The clues will usually allow us to determine if there is a training problem that is causing the misclassification. If there really is no log file on your disk then it is highly unlikely that it is SpamBayes that is moving the messages. In that case, you should check if there is another spam filter running or if you have any message rules that might be moving the messages. If you are connecting to an Exchange server, there is also a slight possibility that your organization might be running a server-side spam filter that is moving the messages before you access them. -- Kenny Pitt _____ From: spambayes-bounces at python.org [mailto:spambayes-bounces at python.org] On Behalf Of drogers at SMRTInc.com Sent: Tuesday, May 24, 2005 10:45 AM To: spambayes at python.org Subject: [Spambayes] Spam Help Hello, All of my email is being filtered as spam. I goes directly to the Spam folder. I checked you trouble shooting guide, but still could not fix. I even upgraded to your latest version of SpamBayes...1.0.4 (March 2005) Can you help? Thank you. Sincerely, Darrell Rogers Op System isWindows 2000 running Outlook 2000 SpamBayes 1.0.4 (March 2005) There was no log file -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050524/3f43dcec/attachment.htm From kenny.pitt at gmail.com Tue May 24 23:22:39 2005 From: kenny.pitt at gmail.com (Kenny Pitt) Date: Tue, 24 May 2005 17:22:39 -0400 Subject: [Spambayes] Spam Help In-Reply-To: Message-ID: <42939b20.059dded5.44a2.7b91@mx.gmail.com> According to your logfile, you've trained "4 spam and 412 good" messages. This is almost certainly the reason for your problem. This is an *extreme* oversimplification of the mathematics in SpamBayes, but the SpamBayes filter basically boils down to taking each word in the message and comparing the percentage of spam messages that contain the word to the percentage of good messages that contain the word. Let's say you have a word that appears in 2 spam messages. That's 50% (2/4). To get an equal 50% of good messages to balance the spam percentage, the word would have to appear in 206 good messages (206/412 = 50%). As you can see, it doesn't take nearly as many occurrences of a word to make it seem spammy as it does to make it seem good. To solve the problem, I would start by resetting your training data and starting over from scratch. To do that, first close Outlook and then go to your "\Documents and Settings\username\Application Data\SpamBayes" directory and delete the *.db files. Now restart Outlook. With no training data, any new messages should go to your "Unsure" or "Possible Spam" folder. Select each unsure message and select either "Delete as Spam" or "Recover from Spam" to train SpamBayes with the correct classification. With a little training, SpamBayes will soon start identifying new messages as either good or spam. Just keep an eye on the results and use the toolbar buttons to train any messages that SpamBayes classifies incorrectly or as unsure. You should find that the accuracy of the SpamBayes filter will increase very quickly. You can read more about training on the SpamBayes wiki. This particular style of training is referred to as TrainOnErrorsAndUnsures on the wiki. http://entrian.com/sbwiki/TrainingIdeas -- Kenny Pitt _____ From: drogers at SMRTInc.com [mailto:drogers at SMRTInc.com] Sent: Tuesday, May 24, 2005 3:47 PM To: kenny.pitt at gmail.com Subject: RE: [Spambayes] Spam Help Kenny, Thanks for the tip. Here is the log file. There is no server side filter too. _____ From: Kenny Pitt [mailto:kenny.pitt at gmail.com] Sent: Tuesday, May 24, 2005 3:40 PM To: Darrell Rogers; spambayes at python.org Subject: RE: [Spambayes] Spam Help If SpamBayes is running and moving messages to the Spam folder then it should also be creating a log file. Try searching your hard disk for any file named "spambayes?.log" (where ? could be any of the digits 1, 2, 3, or 4). The log file would be very helpful in determining what is causing this. You could also use the "Show spam clues" command in the SpamBayes menu and send us the clues for one of the messages that was incorrectly moved to the Spam folder. The clues will usually allow us to determine if there is a training problem that is causing the misclassification. If there really is no log file on your disk then it is highly unlikely that it is SpamBayes that is moving the messages. In that case, you should check if there is another spam filter running or if you have any message rules that might be moving the messages. If you are connecting to an Exchange server, there is also a slight possibility that your organization might be running a server-side spam filter that is moving the messages before you access them. -- Kenny Pitt _____ From: spambayes-bounces at python.org [mailto:spambayes-bounces at python.org] On Behalf Of drogers at SMRTInc.com Sent: Tuesday, May 24, 2005 10:45 AM To: spambayes at python.org Subject: [Spambayes] Spam Help Hello, All of my email is being filtered as spam. I goes directly to the Spam folder. I checked you trouble shooting guide, but still could not fix. I even upgraded to your latest version of SpamBayes...1.0.4 (March 2005) Can you help? Thank you. Sincerely, Darrell Rogers Op System isWindows 2000 running Outlook 2000 SpamBayes 1.0.4 (March 2005) There was no log file -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050524/dde6f76f/attachment-0001.html From tameyer at ihug.co.nz Tue May 24 23:52:54 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Wed, 25 May 2005 09:52:54 +1200 Subject: [Spambayes] Removing Spambayes plugin for outlook XP In-Reply-To: Message-ID: > I would like to know how to remove this product from Outlook XP. Please see FAQ 3.16: =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Wed May 25 01:16:15 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Wed, 25 May 2005 11:16:15 +1200 Subject: [Spambayes] configure spambaye In-Reply-To: Message-ID: > I have a user who deleted her junk email folder and then > re-created it. Now her spambaye gives her an error upon > opening Outlook. How do you fix this? Please see FAQ 3.13: =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Wed May 25 01:24:21 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Wed, 25 May 2005 11:24:21 +1200 Subject: [Spambayes] [spambayes-dev] ham goes not left to the original folder - Outlook2003 In-Reply-To: Message-ID: Please note that the spambayes-dev list is for discussion about the development of spambayes. General questions, bug reports, and so forth should be directed to spambayes at python.org. > ham goes not left to the original folder - Outlook 2003.... > > My original folder is (IMAP) inbox > Then after spam-filtering it goes to folder "SPAM" > Bu then i go to folder "SPAM" -> take one of this mails and > click an NOT SPAM"-icon Then the programm move it to thew > lokal INBOX - and not to the IMAP-inbox folder. Are you using the latest version (1.0.4)? If not, upgrading *might* help. If you look in your log, you will probably see entries that say something like "Moving back to original folder; can't find original folder, moving to default inbox instead" (I can't recall what the exact wording is). The problem is that SpamBayes tries to save information about the message (the folder it was originally in) when it moves the message. This means it knows where to move it back to. Sometimes Outlook stores (particularly IMAP ones) do not let you save additional information with messages, however. This means that SpamBayes can't remember where it originally was. It needs to put it somewhere, so it takes a best guess, which is to the default store's inbox (where incoming non-IMAP mail will go to). There are two possible solutions: 1. If possible, you could change the default store to the IMAP account, so that SpamBayes would fall back to the right folder. This will change where mail arrives, though, so you may not wish to do this. 2. SpamBayes 1.1 has as fix for this (the information is also stored locally, so it can fall back to that). 1.1 is in alpha at the moment, but IIRC there haven't been many reports about problems with the Outlook plug-in. So you could try downloading 1.1a1 and using that. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From camel at rocam.com Wed May 25 01:44:48 2005 From: camel at rocam.com (camel@rocam.com) Date: Wed, 25 May 2005 01:44:48 +0200 Subject: [Spambayes] [spambayes-dev] ham goes not left to the original folder - Outlook2003 In-Reply-To: Message-ID: <20050524234453.9A1DD1E4002@bag.python.org> Thanks for answer .... I'm using version 1.1a and it runs absulote stable .... Anyway - but the imap problem is even the same. The mail goes back to the default local folder "inbox" and not to the imap "inbox"-folder Maybe you can plan a "email-not spam"-defaulkt folder option. I look in outlook.ini too - but it looks ok for me. Normally i work so: I have amount 300 dirs in imap box and round 50.000mails in archiv All the mails come to one folder "inbox" and from there i filter spams. These i move to "SPAM"-folder in imap structure. So - well then i check the SPAM-folder and found a "ham-mail" Then i click on "not spam" and it goes even time to folder "inbox" in local, which outlook even need and i can't set teh imap folder to default inbox folder from outlook, because the real "inbox" must be even on a local folder. And correct imap folders can't save special infos about an email and which the place was before... So i think an extra option for that would be fine. Cu camel > -----Urspr?ngliche Nachricht----- > Von: Tony Meyer [mailto:tameyer at ihug.co.nz] > Gesendet: Mittwoch, 25. Mai 2005 01:24 > An: 'camel' > Cc: spambayes at python.org > Betreff: RE: [spambayes-dev] ham goes not left to the > original folder - Outlook2003 > > Please note that the spambayes-dev list is for discussion > about the development of spambayes. General questions, bug > reports, and so forth should be directed to spambayes at python.org. > > > ham goes not left to the original folder - Outlook 2003.... > > > > My original folder is (IMAP) inbox > > Then after spam-filtering it goes to folder "SPAM" > > Bu then i go to folder "SPAM" -> take one of this mails and > click an > > NOT SPAM"-icon Then the programm move it to thew lokal > INBOX - and not > > to the IMAP-inbox folder. > > Are you using the latest version (1.0.4)? If not, upgrading > *might* help. > > If you look in your log, you will probably see entries that > say something like "Moving back to original folder; can't > find original folder, moving to default inbox instead" (I > can't recall what the exact wording is). > > The problem is that SpamBayes tries to save information about > the message (the folder it was originally in) when it moves > the message. This means it knows where to move it back to. > Sometimes Outlook stores (particularly IMAP > ones) do not let you save additional information with > messages, however. > This means that SpamBayes can't remember where it originally > was. It needs to put it somewhere, so it takes a best guess, > which is to the default store's inbox (where incoming > non-IMAP mail will go to). > > There are two possible solutions: > > 1. If possible, you could change the default store to the > IMAP account, so that SpamBayes would fall back to the right > folder. This will change where mail arrives, though, so you > may not wish to do this. > > 2. SpamBayes 1.1 has as fix for this (the information is > also stored locally, so it can fall back to that). 1.1 is in > alpha at the moment, but IIRC there haven't been many reports > about problems with the Outlook plug-in. So you could try > downloading 1.1a1 and using that. > > =Tony.Meyer > > -- > Please always include the list (spambayes at python.org) in > your replies (reply-all), and please don't send me personal > mail about SpamBayes. > http://www.massey.ac.nz/~tameyer/writing/reply_all.html > explains this. > > From aoliveri at rochester.rr.com Wed May 25 02:30:06 2005 From: aoliveri at rochester.rr.com (Oliveri) Date: Tue, 24 May 2005 20:30:06 -0400 Subject: [Spambayes] Configuring Outlook Express Message-ID: <000601c560c0$e6c95a30$6401a8c0@oliveri2> I downloaded Spambayes 1.0.4, server/proxy application, to be used on Outlook Express. I' not quite sure how to do two things: 1. set-up Outlook Express to receive mail from localhost rather than the mail server., and how to: 2. configure Outlook Express to use the spambayes port (8110). Any guidance would be greatly appreciated, since it seems I'm almost there. Tony O. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050524/116b78c7/attachment.htm From tameyer at ihug.co.nz Wed May 25 02:42:58 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Wed, 25 May 2005 12:42:58 +1200 Subject: [Spambayes] Configuring Outlook Express In-Reply-To: Message-ID: > I' not quite sure how to do two things: 1. set-up Outlook > Express to receive mail from localhost rather than the mail > server., and how to: 2. configure Outlook Express to use > the spambayes port (8110). FAQ 4.21 will tell you how to do both of these: =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From trevlantin at fairlift.com Wed May 25 05:25:19 2005 From: trevlantin at fairlift.com (Robert Lantin) Date: Wed, 25 May 2005 11:25:19 +0800 Subject: [Spambayes] Query: Reviewing trained messages References: Message-ID: <000701c560d9$60f58500$7301a8c0@mis01> Thanks for your reply. I was able to use "Find Message" to (re)train any previously-trained messages. However I did change the cache no. of days from 7 to 10 as I sometimes leave a number of messages unread. -Trev "One who asks a question is a fool for five minutes; one who does not ask a question remains a fool forever." [Chinese proverb] ----- Original Message ----- From: "Tony Meyer" To: ; "'Robert Lantin'" ; Sent: Tuesday, May 24, 2005 02:58 PM Subject: RE: [Spambayes] Query: Reviewing trained messages > > I have recently configured SpamBayes on my office computer > > and I find it efficient as more and more messages are trained. > > My concern is how do I review trained messages so that I may > > correct any wrong entry? Is there any viewer for the "hammie.db" > > file? > > Are you using Outlook Express & sb_server? (Your message looks like that is > the case - if not, please let us know as what is below may be wrong). > > Messages stay in the SpamBayes cache for a limited amount of time (7 days, > by default). After that amount of time, you basically can't untrain any of > those messages. If you find that you make a mistake using the review page, > then you can use the "Find Message" box on the main page of the web > interface to find the message (as long as it's within the 7 days) and > correct the training. > > Does this answer your question? > > =Tony.Meyer > > -- > Please always include the list (spambayes at python.org) in your replies > (reply-all), and please don't send me personal mail about SpamBayes. > http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. > > > From tameyer at ihug.co.nz Wed May 25 05:53:49 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Wed, 25 May 2005 15:53:49 +1200 Subject: [Spambayes] [spambayes-dev] ham goes not left to the originalfolder - Outlook2003 In-Reply-To: Message-ID: > I'm using version 1.1a and it runs absulote stable .... > Anyway - but the imap problem is even the same. This is meant to be fixed. Could you email us a copy of a log file that covers a period when this happens? > Maybe you can plan a "email-not spam"-defaulkt folder option. I would really like to avoid adding more options, especially ones that are needed in such a small number of cases (i.e. only IMAP, and not even all IMAP servers, since some do allow storing additional information). The current solution (storing the information locally) should work, and gives a sensible behaviour (restoring to where the message originally was). If it isn't working then that's a bug, which I'll try to fix for 1.1a2 - the log file would help for that. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From camel at rocam.com Wed May 25 09:26:09 2005 From: camel at rocam.com (camel@rocam.com) Date: Wed, 25 May 2005 09:26:09 +0200 Subject: [Spambayes] [spambayes-dev] ham goes not left to the originalfolder - Outlook2003 In-Reply-To: Message-ID: <20050525072613.CC0261E4008@bag.python.org> Here the log-part from this action ... Message 'Neuer Beitrag zum Thema: Neue Member' in 'rocam at rocam.com/Posteingang' had a Spam classification of 'No' Message 'Reviewed Online Pharmacy' in 'rocam at rocam.com/Posteingang' had a Spam classification of 'Yes' Unable to determine source folder for message 'RE: [Spambayes] [spambayes-dev] ham goes not left to the originalfolder - Outlook2003' - restoring to Inbox Recovering to folder 'Posteingang' and ham training message 'RE: [Spambayes] [spambayes-dev] ham goes not left to the originalfolder - Outlook2003' - Training on message 'RE: [Spambayes] [spambayes-dev] ham goes not left to the originalfolder - Outlook2003' in 'rocam at rocam.com/Posteingang/SPAM - trained as good SpamBayes - Disconnecting from Outlook Session: Messages classified: 35 Good: 2 (5.7%) Spam: 33 (94.3%) Unsure: 0 (0.0%) Classified correctly: 34 (97.1% of total) Classified incorrectly: 1 (2.9% of total) False positives: 1 (2.9% of total) False negatives: 0 (0.0% of total) Manually classified as good: 1 Manually classified as spam: 1 Spam correctly identified: 97.0% (+ 3.0% unsure) Good incorrectly identified: 33.3% (+ 0.0% unsure) Total cost of spam: $10.00 SpamBayes savings: $23.00 Total: Messages classified: 614 Good: 116 (18.9%) Spam: 470 (76.5%) Unsure: 28 (4.6%) Classified correctly: 574 (93.5% of total) Classified incorrectly: 12 (2.0% of total) False positives: 1 (0.2% of total) False negatives: 11 (1.8% of total) Manually classified as good: 1 Manually classified as spam: 1 Unsures trained as good: 0 (0.0% of unsures) Unsures trained as spam: -10 (-35.7% of unsures) Unsures not trained: 38 (135.7% of unsures) Spam correctly identified: 99.8% (+ -2.1% unsure) Good incorrectly identified: 0.9% (+ 0.0% unsure) Total cost of spam: $26.60 SpamBayes savings: $443.40 Addin terminating: 2 COM client and 2 COM servers exist. Or maybe i can olso help - i can programm vis c, vis basic, c also....... But at first i will wait what you are think about the logs....because i would need a lot of time to feel good in the sources :) Cu camel > -----Urspr?ngliche Nachricht----- > Von: Tony Meyer [mailto:tameyer at ihug.co.nz] > Gesendet: Mittwoch, 25. Mai 2005 05:54 > An: camel at rocam.com; spambayes at python.org > Betreff: RE: [Spambayes] [spambayes-dev] ham goes not left to > the originalfolder - Outlook2003 > > > I'm using version 1.1a and it runs absulote stable .... > > Anyway - but the imap problem is even the same. > > This is meant to be fixed. Could you email us a copy of a > log file that covers a period when this happens? > > > Maybe you can plan a "email-not spam"-defaulkt folder option. > > I would really like to avoid adding more options, especially > ones that are needed in such a small number of cases (i.e. > only IMAP, and not even all IMAP servers, since some do allow > storing additional information). The current solution > (storing the information locally) should work, and gives a > sensible behaviour (restoring to where the message originally > was). If it isn't working then that's a bug, which I'll try > to fix for 1.1a2 - the log file would help for that. > > =Tony.Meyer > > -- > Please always include the list (spambayes at python.org) in > your replies (reply-all), and please don't send me personal > mail about SpamBayes. > http://www.massey.ac.nz/~tameyer/writing/reply_all.html > explains this. > > From camel at rocam.com Wed May 25 09:46:17 2005 From: camel at rocam.com (camel@rocam.com) Date: Wed, 25 May 2005 09:46:17 +0200 Subject: [Spambayes] [spambayes-dev] - a new idea .... Spam filtering per hand with delete option also !? Message-ID: <20050525074623.5F78B1E400B@bag.python.org> hi, I known there is no delete function for SPAM-filtering for folders, because it would be to dangerous...but for spam-folder it would help me But i will tell you for what i would be very helpfull ... .) IMAP-System example ====================== I have folder "Inbox" , "SPAM" and "Trash" and also a lot of archiv-folders ....anyway... 1.) So in the options i only check the folder "Inbox" and move all SPAM-mails to "SPAM". 2.) sometimes i check manually per hand the spam-folder - after that i delete all messages and a copy is also in "Trash" after that ..... Well - NOW - how can i clean the trash-folder ??? With an "filter manually for SPAM and delete these messages" would be very helpful (and there can be also some warnings on "delete" of course :) When i filter the "Trash"-folder mit the normal SPAM filter option the mails would be moved to "SPAM", then i can deleted there once again and a double effekt would then happen :) I hope it is clear why an delete option would be great :) Cu camel From wlbandy at comcast.net Wed May 25 15:31:22 2005 From: wlbandy at comcast.net (Bill Bandy) Date: Wed, 25 May 2005 09:31:22 -0400 Subject: [Spambayes] Fw: Auto-response for your message to the "Spambayes" mailing list References: Message-ID: <00a901c5612e$0b167c20$6501a8c0@bill> Tlhis is error message I get after completing the Outlook Express setup 4.21 from your URL: The host 'local host' could not be found. Please verify that you have entered the server name correctly. Account: 'mail.comcast.net', Server: 'local host', Protocol: POP3, Port: 110, Secure(SSL): No, Socket Error: 11001, Error Number: 0x800CCC0D Bill Bandy ----- Original Message ----- From: "Tony Meyer" To: "'Skip Montanaro'" ; "'Bill Bandy'" Cc: Sent: Tuesday, May 24, 2005 1:46 AM Subject: RE: [Spambayes] Fw: Auto-response for your message to the "Spambayes" mailing list > As I recall, OE has very limited header-based filter > capability (subject, recipient, maybe sender). Make sure you > have the notate_subject option set in your sb_server or > sb_imapfilter setup. Bill: have you tried looking at the FAQ entry that covers setting up Outlook Express? I've updated it to include setting up mail rules. It could be worth reading it to check that you've done everything that it outlines, or just following the steps outlined there, to check that everything is done. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From richie at entrian.com Wed May 25 15:43:08 2005 From: richie at entrian.com (Richie Hindle) Date: Wed, 25 May 2005 14:43:08 +0100 Subject: [Spambayes] Fw: Auto-response for your message to the "Spambayes" mailing list In-Reply-To: <00a901c5612e$0b167c20$6501a8c0@bill> References: <00a901c5612e$0b167c20$6501a8c0@bill> Message-ID: [Bill] > This is error message I get after completing the Outlook Express setup > 4.21 from your URL: > The host 'local host' could not be found. [...] You have an extra space there - it's "localhost" (without the quotes), not "local host". -- Richie Hindle richie at entrian.com From spambayes at donireland.com Wed May 25 17:24:50 2005 From: spambayes at donireland.com (Don Ireland) Date: Wed, 25 May 2005 11:24:50 -0400 Subject: [Spambayes] SB with Outlook 2003? Message-ID: <002101c5613d$e4ab7b70$2201010a@L1.Local> Will Spambayes work well with Outlook 2003? Although 2003 has it's own spam filters and does a decent job, it still misses alot of spam and I've already got it set on "high". TIA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050525/98a76846/attachment.html From jsp at PKC.com Wed May 25 17:32:57 2005 From: jsp at PKC.com (Jesse Pelton) Date: Wed, 25 May 2005 11:32:57 -0400 Subject: [Spambayes] SB with Outlook 2003? Message-ID: <16E2027582CDB74180896CDB4B8CC1F9F154DC@PKCVT01.pkc.com> Works for me. Since I can't turn off the Exchange server-side filtering, I have SpamBayes filter Outlook's Junk folders as well. SpamBayes doesn't move ham (yet), so I find messages in the Junk or Junk candidates folder periodically, in which case I know Exchange thought they were spam but SpamBayes knew better. ________________________________ From: spambayes-bounces at python.org [mailto:spambayes-bounces at python.org] On Behalf Of Don Ireland Sent: Wednesday, May 25, 2005 11:25 AM To: spambayes at python.org Subject: [Spambayes] SB with Outlook 2003? Will Spambayes work well with Outlook 2003? Although 2003 has it's own spam filters and does a decent job, it still misses alot of spam and I've already got it set on "high". TIA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050525/eda1c846/attachment.htm From spambayes at donireland.com Wed May 25 17:42:53 2005 From: spambayes at donireland.com (Don Ireland) Date: Wed, 25 May 2005 11:42:53 -0400 Subject: [Spambayes] SB with Outlook 2003? References: <16E2027582CDB74180896CDB4B8CC1F9F154DC@PKCVT01.pkc.com> Message-ID: <002e01c56140$6a9925f0$2201010a@L1.Local> Thanks. I never even thought about Excange. We don't use Exchange. Outlook 2003 is installed locally on my PC and checks email via my ISP's POP3 server. That shouldn't matter thougt--right? ----- Original Message ----- From: Jesse Pelton To: Don Ireland ; spambayes at python.org Sent: Wednesday, May 25, 2005 11:32 AM Subject: RE: [Spambayes] SB with Outlook 2003? Works for me. Since I can't turn off the Exchange server-side filtering, I have SpamBayes filter Outlook's Junk folders as well. SpamBayes doesn't move ham (yet), so I find messages in the Junk or Junk candidates folder periodically, in which case I know Exchange thought they were spam but SpamBayes knew better. ------------------------------------------------------------------------------ From: spambayes-bounces at python.org [mailto:spambayes-bounces at python.org] On Behalf Of Don Ireland Sent: Wednesday, May 25, 2005 11:25 AM To: spambayes at python.org Subject: [Spambayes] SB with Outlook 2003? Will Spambayes work well with Outlook 2003? Although 2003 has it's own spam filters and does a decent job, it still misses alot of spam and I've already got it set on "high". TIA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050525/6450c30d/attachment.html From jsp at PKC.com Wed May 25 18:14:09 2005 From: jsp at PKC.com (Jesse Pelton) Date: Wed, 25 May 2005 12:14:09 -0400 Subject: [Spambayes] SB with Outlook 2003? Message-ID: <16E2027582CDB74180896CDB4B8CC1F9F154DD@PKCVT01.pkc.com> Should work. I'd say give it a whirl! ________________________________ From: spambayes-bounces at python.org [mailto:spambayes-bounces at python.org] On Behalf Of Don Ireland Sent: Wednesday, May 25, 2005 11:43 AM To: spambayes at python.org Subject: Re: [Spambayes] SB with Outlook 2003? Thanks. I never even thought about Excange. We don't use Exchange. Outlook 2003 is installed locally on my PC and checks email via my ISP's POP3 server. That shouldn't matter thougt--right? ----- Original Message ----- From: Jesse Pelton To: Don Ireland ; spambayes at python.org Sent: Wednesday, May 25, 2005 11:32 AM Subject: RE: [Spambayes] SB with Outlook 2003? Works for me. Since I can't turn off the Exchange server-side filtering, I have SpamBayes filter Outlook's Junk folders as well. SpamBayes doesn't move ham (yet), so I find messages in the Junk or Junk candidates folder periodically, in which case I know Exchange thought they were spam but SpamBayes knew better. ________________________________ From: spambayes-bounces at python.org [mailto:spambayes-bounces at python.org] On Behalf Of Don Ireland Sent: Wednesday, May 25, 2005 11:25 AM To: spambayes at python.org Subject: [Spambayes] SB with Outlook 2003? Will Spambayes work well with Outlook 2003? Although 2003 has it's own spam filters and does a decent job, it still misses alot of spam and I've already got it set on "high". TIA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050525/38036472/attachment.html From starpilot at sol3.net Wed May 25 17:56:12 2005 From: starpilot at sol3.net (Keith Barrows [StarPilot]) Date: Wed, 25 May 2005 09:56:12 -0600 Subject: [Spambayes] SB with Outlook 2003? In-Reply-To: <002101c5613d$e4ab7b70$2201010a@L1.Local> Message-ID: I've been using SpamBayes or InBoxer with Outlook 2003 for as long as I can remember using Outlook 2003. I have Junk turned off as it kept grabbing non-junk. With 9 email accounts and belonging to way to many tech related sites I get a few hundred spam each day. I spend maybe 30 seconds a day going through my suspects folder. Works great!! _____ Keith Barrows ASPInsider: http://www.aspinsiders.com/ Weblogs: http://sol3.net/blogs/starpilot/ | http://sol3.net/blogs/keithb/ Help: http://www.asp.net/forums/ | http://devadvice.com/ _____ From: spambayes-bounces at python.org [mailto:spambayes-bounces at python.org] On Behalf Of Don Ireland Sent: Wednesday, May 25, 2005 9:25 AM To: spambayes at python.org Subject: [Spambayes] SB with Outlook 2003? Will Spambayes work well with Outlook 2003? Although 2003 has it's own spam filters and does a decent job, it still misses alot of spam and I've already got it set on "high". TIA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050525/4600b006/attachment.html From rmcfadden at mucc.org Thu May 26 00:20:09 2005 From: rmcfadden at mucc.org (Robert McFadden) Date: Wed, 25 May 2005 18:20:09 -0400 Subject: [Spambayes] Multi-User configuration Message-ID: <000001c56177$ea033b50$1e51a8c0@mucc> I'm looking to setup SpamBayes for a small network of users, about 25, who are all using Outlook 2002. I would ideally like the spam database to be shared across by everyone, and to be able to use the Outlook plugin for easy training by the users. It looks like I could set up each client to look at a shared drive on a file server, and then just make sure that their profile name was unique (which is all easy enough). It seems to be working ok for the two test machines I have sharing the database. I created the initial database from from a large sample (about 400 spam and 400 good messages), and now each is able to add new spam or good messages to the filter as they go. It seems like they are using a personal copy of the DB when Outlook is opened, and while changes they make to the database are apparent immediately, changes the other user(s) make aren't seen until Outlook is restarted. That's all fine, but I want to be sure if I will run into any trouble doing this on a larger scale, with all 25 users. Thanks in advance, Rob -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050525/96d61aaf/attachment.htm From tameyer at ihug.co.nz Thu May 26 01:30:28 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Thu, 26 May 2005 11:30:28 +1200 Subject: [Spambayes] Multi-User configuration In-Reply-To: Message-ID: > I'm looking to setup SpamBayes for a small network of users, > about 25, who are all using Outlook 2002. I would ideally like > the spam database to be shared across by everyone, Is there a reason for that? The very strength of filters like SpamBayes is that they are trained to the individual. It would also mean that installation was simple. [...] > It looks like I could set up each client to look at a shared > drive on a file server, and then just make sure that their > profile name was unique (which is all easy enough). It seems > to be working ok for the two test machines I have sharing the > database. I created the initial database from from a large > sample (about 400 spam and 400 good messages), and now each is > able to add new spam or good messages to the filter as they go. Basically, you're pointing both instances of the Outlook plug-in at the same database file, correct? [...] > That's all fine, but I want to be sure if I will run into any > trouble doing this on a larger scale, with all 25 users. Yes, you will run into a lot of trouble. You will find that the database gets regularly corrupted (you'll find this will the two users, as well, but it may take a bit longer). SpamBayes doesn't have any support for concurrent access to the database, which is what you are after here. There are various ways you could achieve this, but none are easy: 1. You could leave the plug-in running as it does by default, with individual databases, and create a script that synchronises them at some point (e.g. overnight) when they are not being used. 2. IIRC, some of the experimental database backends (mysql (1.0+), postgresql (1.0+), ZODB/ZEO (1.1a1+)) can manage concurrent access. However, you'd have to add additional code to handle this (with ZEO, at least; I don't really know what the situation with the SQL ones are) - basically if concurrent access is attempted, it will raise an exception, which you can catch, wait, and try again later. 3. You could leave the plug-in running as it does by default, with individual databases, and have a script that creates a fresh database from messages in certain folders (easy with spam, hard with ham) overnight, and replace the individual databases with it. 4. You could do the filtering server-side somehow (e.g. ), although I'm not sure how you would work in the bit about the users doing their own training. 5. I think (but am not 100%) that if you used 1.1a1 (or ran from source) and used a pickle for storage, that what would happen is that the database wouldn't get corrupted, but you'd lose training data. Each time the database was saved to disk, it would become the valid copy, but the other instances of SpamBayes wouldn't load that until they were restarted, so if one of those then saved the database, the information would be replaced. Essentially, unless you really do have good reason for wanting a shared database (or have the resources to implement something like one of the above), it would be best to leave the plug-in working with individual databases. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Thu May 26 01:34:55 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Thu, 26 May 2005 11:34:55 +1200 Subject: [Spambayes] a new idea .... Spam filtering perhand with delete option also !? In-Reply-To: Message-ID: > 1.) So in the options i only check the folder "Inbox" and move all > SPAM-mails to "SPAM". > > 2.) sometimes i check manually per hand the spam-folder - after that i > delete all messages and a copy is also in "Trash" after that ..... > > Well - NOW - how can i clean the trash-folder ??? I'm afraid I don't really understand. Why do you want to filter the trash folder? Hasn't all the mail in there already been filtered when it was in the Inbox? (either it was classified as ham and you manually moved the message to the Trash, or it was classified as spam, moved to the Spam folder, and then you deleted it). =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From camel at rocam.com Thu May 26 02:44:21 2005 From: camel at rocam.com (camel@rocam.com) Date: Thu, 26 May 2005 02:44:21 +0200 Subject: [Spambayes] a new idea .... Spam filtering perhand with delete option also !? In-Reply-To: Message-ID: <20050526004533.8136E1E4002@bag.python.org> Sorry for my mail to your privat address also - my mistake :uops :) No - as default if i delte a mail in imap - it goes to "trash" folder So now - it would be nice if i can only delete all spam-mails from folder "trash" If i filter the "trash"-folder with spamfilter -> then they would go (as configured in spambayes) To folder "SPAM" I want only to delete all files in an folder which are classified as spam !!! That's it But - this is a little bit dangerpous - so i would prefer to make an extra point only to do this manually on an special folder (like the manual filter of a folder) and if you want with extra warning before delete-action start :) Cu camel > -----Urspr?ngliche Nachricht----- > Von: Tony Meyer [mailto:tameyer at ihug.co.nz] > Gesendet: Donnerstag, 26. Mai 2005 01:35 > An: camel at rocam.com; spambayes at python.org > Betreff: RE: [Spambayes] a new idea .... Spam filtering > perhand with delete option also !? > > > 1.) So in the options i only check the folder "Inbox" and move all > > SPAM-mails to "SPAM". > > > > 2.) sometimes i check manually per hand the spam-folder - > after that i > > delete all messages and a copy is also in "Trash" after that ..... > > > > Well - NOW - how can i clean the trash-folder ??? > > I'm afraid I don't really understand. Why do you want to > filter the trash folder? Hasn't all the mail in there > already been filtered when it was in the Inbox? (either it > was classified as ham and you manually moved the message to > the Trash, or it was classified as spam, moved to the Spam > folder, and then you deleted it). > > =Tony.Meyer > > -- > Please always include the list (spambayes at python.org) in > your replies (reply-all), and please don't send me personal > mail about SpamBayes. > http://www.massey.ac.nz/~tameyer/writing/reply_all.html > explains this. > > From tameyer at ihug.co.nz Thu May 26 03:09:48 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Thu, 26 May 2005 13:09:48 +1200 Subject: [Spambayes] [spambayes-dev] ham goes not left to theoriginalfolder - Outlook2003 In-Reply-To: Message-ID: > Here the log-part from this action ... [...] > Unable to determine source folder for message 'RE: [Spambayes] > [spambayes-dev] ham goes not left to the originalfolder - > Outlook2003' - restoring to Inbox [...] > Or maybe i can olso help - i can programm vis c, vis basic, c > also....... > But at first i will wait what you are think about the > logs....because i > would need a lot of time to feel good in the sources :) If you were willing to run from source and try a few changes, that would greatly help. If you can run from source, then the code we are interested in is the GetRememberedFolder() method in msgstore.py. ISTM that to get the function to return None (which will print out the message that was in your log) without also printing a "Error locating origin of message" message the GetFolder() method has to return None. It gets called with either the folder id from the message, or the folder id from the messageinfo database. It would help to know which one it is (I suspect the latter, and something is going wrong with storing it in the messageinfo database). Could you add a print "MAPI", folder_id line before the first call to self.msgstore.GetFolder() in the GetRememberedFolder() method, and a print "msgdb", self.original_folder line before the second call and see what gets printed to the log? =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Thu May 26 03:12:01 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Thu, 26 May 2005 13:12:01 +1200 Subject: [Spambayes] a new idea .... Spam filtering perhand with deleteoption also !? In-Reply-To: Message-ID: > No - as default if i delte a mail in imap - it goes to "trash" folder > > So now - it would be nice if i can only delete all spam-mails > from folder "trash" So you don't want to filter the Trash folder (i.e. you don't want to reclassify the messages, or move any of them), just delete those that have already been marked as spam. Why not just permanently delete the messages rather than moving them to the Trash folder? Why not just empty the Trash folder? There's nothing in there you want to keep, right? (Otherwise, why would they be in the trash?) =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From camro at gmx.at Thu May 26 11:47:42 2005 From: camro at gmx.at (camro@gmx.at) Date: Thu, 26 May 2005 11:47:42 +0200 Subject: [Spambayes] a new idea .... Spam filtering perhand with deleteoption also !? In-Reply-To: Message-ID: <20050526094748.7853D1E4002@bag.python.org> hmm - this is philosophie ... Why do we habe an trash folder in Outlook ? -> well i think that it is possible to undelete a mail - or ? But i got per day amount 500 spam-mails - so it would be nice if i check/look in the folder "SPAM" and i cam really delete all spams.. But these SPAMS then goes to "TRASH"-folder in an imap-system. So - yet - it is normal for me also, that i got some "ham mails" in folder "INBOX", which are delete,, because i think that is not interesst anymore for me. But i could be possible that it is interessing to undelete it, why i share it with a other user , too (small office 4 person). So yet i have a mix in the "TRASH" folder with delete "spam mails" and "ham-mails" (amount 2000 mails in 3 days..), and there i know 100% that the SPAM-Mails there i want to delete, because nobody need the spam-mails in folder "TRASH" there inside - never times. The ham-mails there i want to hold - maybe somebody wants to recover a ham-mail I hope ist clear - why a function for that would be really good to get. ----------------------- For future i will try to install all necc. sources - then i can help to force your great project. Cu camel > -----Urspr?ngliche Nachricht----- > Von: Tony Meyer [mailto:tameyer at ihug.co.nz] > Gesendet: Donnerstag, 26. Mai 2005 03:12 > An: camel at rocam.com; spambayes at python.org > Betreff: RE: [Spambayes] a new idea .... Spam filtering > perhand with deleteoption also !? > > > No - as default if i delte a mail in imap - it goes to > "trash" folder > > > > So now - it would be nice if i can only delete all spam-mails from > > folder "trash" > > So you don't want to filter the Trash folder (i.e. you don't > want to reclassify the messages, or move any of them), just > delete those that have already been marked as spam. > > Why not just permanently delete the messages rather than > moving them to the Trash folder? Why not just empty the > Trash folder? There's nothing in there you want to keep, > right? (Otherwise, why would they be in the trash?) > > =Tony.Meyer > > -- > Please always include the list (spambayes at python.org) in > your replies (reply-all), and please don't send me personal > mail about SpamBayes. > http://www.massey.ac.nz/~tameyer/writing/reply_all.html > explains this. > > > From camel at rocam.com Thu May 26 12:00:08 2005 From: camel at rocam.com (camel@rocam.com) Date: Thu, 26 May 2005 12:00:08 +0200 Subject: [Spambayes] [spambayes-dev] ham goes not left to theoriginalfolder - Outlook2003 In-Reply-To: Message-ID: <20050526100015.756C41E4033@bag.python.org> To add something to the code it's a litte bit to early ... I have to install all necc. Things for cvs and reading a lot od stuff Cu camel > -----Urspr?ngliche Nachricht----- > Von: Tony Meyer [mailto:tameyer at ihug.co.nz] > Gesendet: Donnerstag, 26. Mai 2005 03:10 > An: camel at rocam.com; spambayes at python.org > Betreff: RE: [Spambayes] [spambayes-dev] ham goes not left to > theoriginalfolder - Outlook2003 > > > Here the log-part from this action ... > [...] > > Unable to determine source folder for message 'RE: [Spambayes] > > [spambayes-dev] ham goes not left to the originalfolder - > Outlook2003' > > - restoring to Inbox > [...] > > Or maybe i can olso help - i can programm vis c, vis basic, c > > also....... > > But at first i will wait what you are think about the > logs....because > > i would need a lot of time to feel good in the sources :) > > If you were willing to run from source and try a few changes, > that would greatly help. If you can run from source, then > the code we are interested in is the GetRememberedFolder() > method in msgstore.py. > > ISTM that to get the function to return None (which will > print out the message that was in your log) without also > printing a "Error locating origin of message" message the > GetFolder() method has to return None. It gets called with > either the folder id from the message, or the folder id from > the messageinfo database. It would help to know which one it > is (I suspect the latter, and something is going wrong with > storing it in the messageinfo database). > > Could you add a > > print "MAPI", folder_id > > line before the first call to self.msgstore.GetFolder() in the > GetRememberedFolder() method, and a > > print "msgdb", self.original_folder > > line before the second call and see what gets printed to the log? > > =Tony.Meyer > > -- > Please always include the list (spambayes at python.org) in > your replies (reply-all), and please don't send me personal > mail about SpamBayes. > http://www.massey.ac.nz/~tameyer/writing/reply_all.html > explains this. > > From tameyer at ihug.co.nz Fri May 27 03:28:12 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Fri, 27 May 2005 13:28:12 +1200 Subject: [Spambayes] a new idea .... Spam filtering perhand withdeleteoption also !? In-Reply-To: Message-ID: > So - yet - it is normal for me also, that i got some "ham > mails" in folder "INBOX", which are delete,, because i think > that is not interesst anymore for me. > But i could be possible that it is interessing to undelete > it, why i share it with a other user , too (small office 4 person). So you're essentially archiving mail in the Trash folder. This isn't really a good idea - you'd be much better off moving the mail that you aren't interested in now (but might be in the future) to some other folder (e.g. "Archive") and just putting things you want to delete in the Trash. However, I think that this feature request would give you the functionality that you're after: [ 973376 ] Make "Delete as Spam" *really* Delete the email Not exactly what you asked for, but I think it would do what you want. I have no idea if/when that feature request will be implemented, but you're welcome to add comments to it, or to write such a patch yourself, of course. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From Viresh.Seth at motorola.com Fri May 27 14:06:56 2005 From: Viresh.Seth at motorola.com (Seth Viresh-CVS001) Date: Fri, 27 May 2005 08:06:56 -0400 Subject: [Spambayes] Need help Message-ID: When I click on the 'Delete as spam' or the 'recover from spam' buttons in the toolbar, it seems to update its rules but does not move the mail into my junk mail folder or the inbox folder. It used to work fine. Just stopped doing it one day. Any help will be appreciated. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050527/8175243c/attachment.htm From kd5nwa at cox.net Fri May 27 14:29:02 2005 From: kd5nwa at cox.net (KD5NWA) Date: Fri, 27 May 2005 07:29:02 -0500 Subject: [Spambayes] Problem reviewing emails Message-ID: <6.2.1.2.0.20050527071120.01c9b3e0@localhost> Ever since I switched over to V1.04 I'm having a problem classifying my mail. What happens is that email's that are Spam are classified as good, but when you go to the review screen the email's are not there, so after a few days the database is worthless. I end up deleting the databases (all of them) and starting again, I just did it yesterday, and I'm starting to notice that some mail that I receive do not show up on the review screen, so it's going to get corrupted again. I have deleted all databases and started learning three times now. I was running before just fine, it started when I upgraded from 1.03 to 1.04 I'm running the following; XP with SP2 and all the critical patches SpamBayes V1.04 using ports 510 and 511 Eudora 6.21 I have three email accounts from two ISP's, both are set in Spambayes. All three email accounts are set to read from "localhost" SpamBayes is set to not automatically train, and to not suppress catching of bulk email's SpamBayes is set to harvest the email adresses. I'm running the Microsoft firewall I'm new to the list so I don't know if this is old news, I looked at the archives and I discouraged by the amount of mail to look through. Cecil Bayona KD5NWA www.qrpradio.com 'Never argue with an idiot. They drag you down to their level then beat you with experience.' From mringer at austin.rr.com Fri May 27 16:26:51 2005 From: mringer at austin.rr.com (michael) Date: Fri, 27 May 2005 09:26:51 -0500 Subject: [Spambayes] subscribe Message-ID: <013c01c562c8$1fb257d0$0400a8c0@superbubba> Michael Ringer Administrative Manager Global Credential Evaluators http://www.gcevaluators.com http://www.gceus.com Global Credential Evaluators, Inc. is a member of NACESR 512-528-0908 512-528-9293 (FAX) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050527/0802276c/attachment.htm From cjg.groups at gmail.com Fri May 27 17:23:02 2005 From: cjg.groups at gmail.com (Christian Gilbert) Date: Fri, 27 May 2005 11:23:02 -0400 Subject: [Spambayes] SpamBayes for Outlook 2000 over IMAP? In-Reply-To: References: Message-ID: <1778e13050527082339816e30@mail.gmail.com> Tony, Thank you, thank you, *thank you* for your help. Ack, I think I have it watching the wrong Inbox! Your reply gives me many new things to try. I appreciate your help. And the 1.0.4 Windows source .ZIP, as downloaded by IE 6 SP1 from the Arizona mirror, wouldn't uncompress on WinZip8 or an older version of WinRAR on two different machines. Knowing me, I was probably trying to unzip the .EXE or something. Thanks again. - CG On 5/23/05, Tony Meyer wrote: > > What I've determined so far. Please help correct my confusion: > > > > - The SB Outlook plugin does not filter IMAP. > > Incorrect. The SpamBayes Outlook plug-in filters any incoming mail in > Outlook. It doesn't know or care what sort of store (IMAP, pst, Exchange, > Hotmail) the mail is on. > > > - The SB 1.0.4 Windows install exe does not include > > "applications suitable for almost all email clients" like the > > download page says under the Windows heading. It only > > contains the Outlook plugin. > > Incorrect. It contains both the Outlook plug-in and sb_server, which covers > Outlook and basically any mail clients that are using POP3 (not IMAP). It > doesn't contain the SpamBayes IMAP filter (sb_imapfilter); 1.1 (currently in > alpha) does, however. > > > - So, I need Python and the SB source for Windows. > > Nope; you'll be fine with the installer and the Outlook plug-in. > > > The 1.0.4 .zip package does not decompress in WinZip 8. > > Are you certain that you downloaded it correctly? I would be very surprised > if this was the case. I have WinZip 9, so can't tell for sure, but it seems > very unlikely. Check that the file size matches that on the download page. > > > - FAQ item 1.5 describes the POP proxy and web interface, > > both of which I'm afraid to run on a non-NAT'ed machine. > > You shouldn't be (and you needn't use the POP3 proxy if your mail is > retrieved via IMAP). By default the web interface only accepts connections > from the local machine. You can unrestrict this if you wish, allowing > connections from specific IPs (or from anywhere, if you really want). You > can also require the web interface to ask for authentication, although this > isn't enabled by default. If you're connecting to the web interface from > the machine it's running on, no traffic should be sent outside that machine > (unless you have a really weird network configuration). > > > - Something (the "IMAP Filter" section of the readme?) > > clarified that sb_imapfilter.py is not a proxy, but connects > > to the IMAP server independantly of your e-mail client and > > scores/filters your mail at certain time intervals. > > That's correct. Again, you don't have to use this, since you can use the > Outlook plug-in. > > > - Running sb_imapfilter.py starts the web interface and lets > > my machine listen for HTTP on port 8880. > > Correct again. > > > - sb_imapfilter.py does not use the Bayesian database from > > the Outlook plugin. > > By default sb_imapfilter.py (and sb_server.py) uses a different filename for > the database, yes. It is the same format, though, so you can interchange > them if you want to. Or you can point sb_imapfilter.py (or the Outlook > plug-in) at the other database, and share them. (Concurrent access is *not* > supported, however). > > > Now, the questions, in addition to "Are the above is correct?": > > > > - Can I run sb_imapfilter.py without it starting the web interface? > > Let me configure using interface once, then never run it > > again; thus never opening up port 8880 for listening. > > Yes. > > > - When I first have sb_imapfilter.py connect to my IMAP > > server, will it score every message in my Inbox? > > Every undeleted message, yes. > > > Will that > > erase them all and recreate them (slightly noted somewhere in > > the FAQ)? > > Yes. You can't modify IMAP messages (it's a really crap protocol), only > create new copies of them. So it has to do this. Again, you can just use > the Outlook plug-in. > > > Will it change their read/unread status (which I > > rely on desperately)? > > No. > > > - Does spam sit in my Inbox until sb_imapfilter.py does its > > periodic sweep? > > Yes. > > > Or does sb_imapfilter.py detect new mail as > > it arrives, score it, and filter as necessary (elluded to in > > the FAQ 1.5.8 overview)? > > No. > > > - Each time sb_imapfilter.py checks my IMAP Inbox, will it > > score only new mail since its last check? > > Yes. > > > If so, can I avoid > > the initial scoring (and potential delete/recreate and > > read-status change) by tricking it somehow? > > Yes, but that would be very complicated. > > > - Since I don't have cron on Windows, how can I set > > sb_imapfilter.py to run periodically? > > You can use the -l switch, in which case it will do it itself. > > > Task Scheduler? > > You can do this instead if you prefer. > > > Leaving a cmd window open all day? > > If you run sb_imapfilter.py with pythonw.exe instead of python.exe a cmd > window will not be opened. > > > - Does the web interface really keep full-text copies of all > > my mail (suggested in FAQ 1.5.5), even those 1+meg > > attachments people sometimes send? > > No. The POP3 proxy does this. It's a necessary part of how it operates (I > can elaborate if you wish). Messages expire from the cache after a certain > amount of time (default 7 days). > > > Can I disable that, > > Yes. > > > or is > > that the only way to train the system > > It's the preferred way to train the POP3 proxy. It has nothing to do with > the IMAP filter, or the Outlook plug-in (which you should use). > > > without opening the spam (triggering spammer alerts) > > I don't know what you mean by "opening" here. > > > and forwarding it to localhost:8880 (which I'd rather not run)? > > Only sb_upload.py "forwards" mail to the web interface, and it's extremely > unlikely that you'd want to use that. The web interface isn't used for > training by sb_imapfilter or the Outlook plug-in. > > > All my reading and testing culminated in me running > > sb_imapfilter.py, putting my config info in the web > > interface, then clicking "Save and Shutdown" and having it do > > nothing but spin the IE page-loading globe endlessly. > > Killing the python.exe process ended it. > > I don't know what happened here, but since you ought to be using the Outlook > plug-in, I won't bother to try and figure it out, unless you do actually > want to use sb_imapfilter.py. > > =Tony.Meyer > > -- > Please always include the list (spambayes at python.org) in your replies > (reply-all), and please don't send me personal mail about SpamBayes. > http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. > > From fvogelnew1 at free.fr Fri May 27 21:38:04 2005 From: fvogelnew1 at free.fr (=?iso-8859-1?Q?Fran=E7ois_VOGEL?=) Date: Fri, 27 May 2005 21:38:04 +0200 Subject: [Spambayes] Spambayes eats lots of memory Message-ID: <00b301c562f3$99c88f00$0100a8c0@vogel> Hi, I'm running Win XP SP2 on a 4-months old PC with 512 MB RAM, with the latest SpamBayes 1.1a1 and Outlook Express. It is running very fine as to its filtering capabilities, and this really changed my life, but it eats huge amount of memory. This happens gradually worse as I train more and the computer (or just Spambayes) is not restarted. I have now approximately 50 spam and 50 ham trained only. Process sb_tray.exe can use up to 200 MB of memory and maybe more (did not be patient enough to see how far this would go!). Each time Outlook Express recovers the new mail, everything slows down dramatically because the computer is swapping memory on disk. Even when there is no mail traffic between Outlook Express and Spambayes, this memory is not released. It is neither released when I close Outlook Express but it is to some extent (still 50MB used for sb_tray.exe) when I stop Spambayes. At this point I cannot start Spambayes again, I have to exit Spambayes (I find my memory back) and launch it again (~40 MB used for it). Is this the normal behaviour? How comes that comparing with approx. 100 messages needs so much memory that is never released? The logfile seems perfectly normal AFAIK: C:\Program Files\SpamBayes\lib\spambayes.modules C:\Program Files\SpamBayes\lib\spambayes.modules\spambayes\languages Service not available. Using thread. Loading database... Listener on port 110 is proxying pop.free.fr:110 User interface url is http://localhost:8880/ Thanks for any hint. Francois From rmezzone at pjsolomon.com Fri May 27 21:44:25 2005 From: rmezzone at pjsolomon.com (Robert Mezzone) Date: Fri, 27 May 2005 15:44:25 -0400 Subject: [Spambayes] Spambayes eats lots of memory Message-ID: I think this is a known bug in sbserver with this release. Remember a stands for Alpha :=) Robert -----Original Message----- From: spambayes-bounces at python.org [mailto:spambayes-bounces at python.org] On Behalf Of Fran?ois VOGEL Sent: Friday, May 27, 2005 3:38 PM To: spambayes at python.org Subject: [Spambayes] Spambayes eats lots of memory Hi, I'm running Win XP SP2 on a 4-months old PC with 512 MB RAM, with the latest SpamBayes 1.1a1 and Outlook Express. It is running very fine as to its filtering capabilities, and this really changed my life, but it eats huge amount of memory. This happens gradually worse as I train more and the computer (or just Spambayes) is not restarted. I have now approximately 50 spam and 50 ham trained only. Process sb_tray.exe can use up to 200 MB of memory and maybe more (did not be patient enough to see how far this would go!). Each time Outlook Express recovers the new mail, everything slows down dramatically because the computer is swapping memory on disk. Even when there is no mail traffic between Outlook Express and Spambayes, this memory is not released. It is neither released when I close Outlook Express but it is to some extent (still 50MB used for sb_tray.exe) when I stop Spambayes. At this point I cannot start Spambayes again, I have to exit Spambayes (I find my memory back) and launch it again (~40 MB used for it). Is this the normal behaviour? How comes that comparing with approx. 100 messages needs so much memory that is never released? The logfile seems perfectly normal AFAIK: C:\Program Files\SpamBayes\lib\spambayes.modules C:\Program Files\SpamBayes\lib\spambayes.modules\spambayes\languages Service not available. Using thread. Loading database... Listener on port 110 is proxying pop.free.fr:110 User interface url is http://localhost:8880/ Thanks for any hint. Francois _______________________________________________ Spambayes at python.org http://mail.python.org/mailman/listinfo/spambayes Check the FAQ before asking: http://spambayes.sf.net/faq.html From fvogelnew1 at free.fr Fri May 27 21:52:21 2005 From: fvogelnew1 at free.fr (=?iso-8859-1?Q?Fran=E7ois_VOGEL?=) Date: Fri, 27 May 2005 21:52:21 +0200 Subject: [Spambayes] Spambayes eats lots of memory References: Message-ID: <00e501c562f5$9893a690$0100a8c0@vogel> Many thanks for such a quick answer. I had a look at the tracker before posting but did not find this very same problem. Could you please point me to the right bug item? Thanks, Francois ----- Original Message ----- From: "Robert Mezzone" To: Sent: Friday, May 27, 2005 9:44 PM Subject: Re: [Spambayes] Spambayes eats lots of memory I think this is a known bug in sbserver with this release. Remember a stands for Alpha :=) Robert -----Original Message----- From: spambayes-bounces at python.org [mailto:spambayes-bounces at python.org] On Behalf Of Fran?ois VOGEL Sent: Friday, May 27, 2005 3:38 PM To: spambayes at python.org Subject: [Spambayes] Spambayes eats lots of memory Hi, I'm running Win XP SP2 on a 4-months old PC with 512 MB RAM, with the latest SpamBayes 1.1a1 and Outlook Express. It is running very fine as to its filtering capabilities, and this really changed my life, but it eats huge amount of memory. This happens gradually worse as I train more and the computer (or just Spambayes) is not restarted. I have now approximately 50 spam and 50 ham trained only. Process sb_tray.exe can use up to 200 MB of memory and maybe more (did not be patient enough to see how far this would go!). Each time Outlook Express recovers the new mail, everything slows down dramatically because the computer is swapping memory on disk. Even when there is no mail traffic between Outlook Express and Spambayes, this memory is not released. It is neither released when I close Outlook Express but it is to some extent (still 50MB used for sb_tray.exe) when I stop Spambayes. At this point I cannot start Spambayes again, I have to exit Spambayes (I find my memory back) and launch it again (~40 MB used for it). Is this the normal behaviour? How comes that comparing with approx. 100 messages needs so much memory that is never released? The logfile seems perfectly normal AFAIK: C:\Program Files\SpamBayes\lib\spambayes.modules C:\Program Files\SpamBayes\lib\spambayes.modules\spambayes\languages Service not available. Using thread. Loading database... Listener on port 110 is proxying pop.free.fr:110 User interface url is http://localhost:8880/ Thanks for any hint. Francois _______________________________________________ Spambayes at python.org 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 Check the FAQ before asking: http://spambayes.sf.net/faq.html From whidden at SanCarlosFire.org Fri May 27 21:51:54 2005 From: whidden at SanCarlosFire.org (Whidden, Kass) Date: Fri, 27 May 2005 15:51:54 -0400 Subject: [Spambayes] Multi-user installation Message-ID: <26F249DA0E1ABD42B6B51182E50A2113115A5D@dmnserver.SanCarlosParkFD.scpfd> I need step by step instructions to add the add-in for everyone that logs onto a machine. The directions given were not very helpful. Kass Whidden Administrative Assistant San Carlos Park Fire District (239) 267-7525 (239) 267-7505 fax -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050527/27c44fe0/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 5675 bytes Desc: Clear Day Bkgrd.jpg Url : http://mail.python.org/pipermail/spambayes/attachments/20050527/27c44fe0/attachment.jpe From grholt15 at 1st.net Sat May 28 03:44:59 2005 From: grholt15 at 1st.net (Gladys Krinke) Date: Fri, 27 May 2005 21:44:59 -0400 Subject: [Spambayes] Help!! Message-ID: <000701c56326$ddc35400$2a13f0d1@1dnmp> Hello.......I am 71 years old so please be patient with me. Yes..........I have read a lot of info on troubleshooting. I have Windows 98 and oh! am I being spammed!! i downloaded Spam Bays and installed it. The only evidence I can find that I have done that is by clicking Start.......Programs.........Spam Bays is there at the bottom of the list but no evidence anywhere in Outlook Express page. How do I get to use it? Thanks for helping Gladys Krinke From stoneridge at frontiernet.net Sat May 28 17:40:16 2005 From: stoneridge at frontiernet.net (Robert N. Cordy) Date: Sat, 28 May 2005 09:40:16 -0600 Subject: [Spambayes] Data files Message-ID: Sirs, I am very happy with Spam Bayes and have used it for a couple of years on desktop computer without a problem of any sort. Now I have a laptop on which I would like to install what was "learned" by my desktop SpamBayes. Is there a data file I can copy from my desktop to the laptop? Thank you. R. N. Cordy =============== -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050528/d7606cd7/attachment.html From rowski at comcast.net Sat May 28 23:13:24 2005 From: rowski at comcast.net (Stu) Date: Sat, 28 May 2005 17:13:24 -0400 Subject: [Spambayes] Outlook Express setup problem Message-ID: <000301c563ca$164b3ba0$6500a8c0@DICKHEAD> Howdy guys- I'm having some difficulty setting up SpamBayes with Outlook Express. SpamBayes is installed and configured according to instructions with "mail.comcast.net" in the very first field. I followed the instructions on FAQ 4.21 but I think I am getting hung up at step #12. When I go TOOLS>ACCOUNTS>PROPERTIES>SERVERS I see the following (text inside quotes is editable field) SERVER INFORMATION My incoming mail server is a "POP3" server. Incoming mail (POP3): "Mail.comcast.net" Outgoing mail (SMTP): "smtp.comcast.net" INCOMING MAIL SERVER Account name: "rowski" Password: "*********"" I assume from the instructions in step 12 that I am to replace "mail.comcast.net" with "localhost" Good so far? When I do this and try to check mail, I get a window: Window header = Logon - mail.comcast.net Please enter your user name and password for the following server. Logon Server: localhost User Name: "rowski" Password: "********" Reentering user name and password and clicking OK just brings back same window. Can someone please get me back on track? Thanks for your help. Stu rowski at comcast.net From tameyer at ihug.co.nz Sun May 29 03:29:34 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Sun, 29 May 2005 13:29:34 +1200 Subject: [Spambayes] Multi-user installation In-Reply-To: Message-ID: > I need step by step instructions to add the add-in for > everyone that logs onto a machine. The directions given > were not very helpful. Where you are having trouble in the instructions? You need to open a command prompt and type in the command in the instructions. That's all there is to it. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Sun May 29 03:32:57 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Sun, 29 May 2005 13:32:57 +1200 Subject: [Spambayes] Data files In-Reply-To: Message-ID: > Is there a data file I can copy from my desktop to the laptop? Please see FAQ 3.6: =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Sun May 29 03:33:27 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Sun, 29 May 2005 13:33:27 +1200 Subject: [Spambayes] Spambayes eats lots of memory In-Reply-To: Message-ID: > I had a look at the tracker before posting but did not find this very > same problem. [ 1182671 ] When cache directories are full, 1.1a1 starts slowly [ 1182670 ] High memory consumption with sb_server when receiving mail =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Sun May 29 03:37:19 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Sun, 29 May 2005 13:37:19 +1200 Subject: [Spambayes] Outlook Express setup problem In-Reply-To: Message-ID: > I assume from the instructions in step 12 that I am to replace > "mail.comcast.net" with "localhost" > > Good so far? Yes, that is correct. > When I do this and try to check mail, I get a window: > > Window header = Logon - mail.comcast.net > Please enter your user name and password for the following > server. Logon > Server: localhost > User Name: "rowski" > Password: "********" > > Reentering user name and password and clicking OK just brings > back same window. > > Can someone please get me back on track? Have you tried reentering the password to check that it's correct? If you go to the "Advanced" tab in OE, is the "This account requires a secure connection (SSL)" box ticked? =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Sun May 29 03:40:23 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Sun, 29 May 2005 13:40:23 +1200 Subject: [Spambayes] subscribe In-Reply-To: Message-ID: If you wish to subscribe to this list, please follow the instructions at: =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From spambayes at donireland.com Sun May 29 15:50:56 2005 From: spambayes at donireland.com (Don Ireland) Date: Sun, 29 May 2005 09:50:56 -0400 Subject: [Spambayes] Outlook Express setup problem References: Message-ID: <000a01c56455$70cf78d0$6501010a@PC1> My 1st guess is that spam bayes isn't running and OE is trying to login to the SB proxy. The reason I say this is because I'm assuming that it WAS working before changing to localhost. Don Ireland _______________________________________________ ??????????????????????????????????????????????? ??????????????????????????????????????????????? "Enthusiasm moves the world." --J. Balfour ----- Original Message ----- From: "Tony Meyer" To: "'Stu'" ; Sent: Saturday, May 28, 2005 9:37 PM Subject: Re: [Spambayes] Outlook Express setup problem >> I assume from the instructions in step 12 that I am to replace >> "mail.comcast.net" with "localhost" >> >> Good so far? > > Yes, that is correct. > >> When I do this and try to check mail, I get a window: >> >> Window header = Logon - mail.comcast.net >> Please enter your user name and password for the following >> server. Logon >> Server: localhost >> User Name: "rowski" >> Password: "********" >> >> Reentering user name and password and clicking OK just brings >> back same window. >> >> Can someone please get me back on track? > > Have you tried reentering the password to check that it's correct? If you > go to the "Advanced" tab in OE, is the "This account requires a secure > connection (SSL)" box ticked? > > =Tony.Meyer > > -- > Please always include the list (spambayes at python.org) in your replies > (reply-all), and please don't send me personal mail about SpamBayes. > http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. > > _______________________________________________ > Spambayes at python.org > http://mail.python.org/mailman/listinfo/spambayes > Check the FAQ before asking: http://spambayes.sf.net/faq.html From tameyer at ihug.co.nz Mon May 30 03:09:27 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 30 May 2005 13:09:27 +1200 Subject: [Spambayes] Need help In-Reply-To: Message-ID: > When I click on the 'Delete as spam' or the 'recover from > spam' buttons in the toolbar, it seems to update its rules > but does not move the mail into my junk mail folder or the > inbox folder. Please send us a copy of your log file (the troubleshooting guide explains where to find the log). If the log has errors that mention "DBRUN_RECOVERY", then that means that your database has become corrupted. The only way to fix this is to retrain from scratch (tick the "rebuild entire database" box from the Training tab). =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 30 04:54:16 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 30 May 2005 14:54:16 +1200 Subject: [Spambayes] Help!! In-Reply-To: Message-ID: > Hello.......I am 71 years old so please be patient with me. > Yes..........I have read a lot of info on troubleshooting. I > have Windows 98 and oh! am I being spammed!! i downloaded > Spam Bays and installed it. The only evidence I can find that > I have done that is by clicking > Start.......Programs.........Spam Bays is there at the bottom > of the list but no evidence anywhere in Outlook Express page. > How do I get to use it? Follow these steps: 1. Open the SpamBayes configuration page at http://localhost:8880/config (you can do this via the tray application, or just type that address into your browser). 2. Enter your POP3 server's name in the top box ("Remote Servers"). 3. Enter "110" (no quotes) in the second box ("SpamBayes ports"). 4. Tick the "unsure" and "spam" boxes in the "Notate to" option, about halfway down the page. 5. Click the "Save configuration" button at the end of the page. 6. Open Outlook Express. 7. From the "Tools" menu, choose "Accounts". 8. Select your mail account and click "Properties". 9. Click the "Servers" tab. 10. Change the "incoming mail server" from the name of your POP3 server to "localhost" (no quotes). 11. Click "OK". 12. Click "Close". Everything should now be setup. Try doing a send/receive - mail should arrive as normal, but any mail that SpamBayes is unsure about will have 'unsure,' (1.0.x) or 'unsure at spambayes.invalid' (1.1.x) in the recipient list, and any mail that SpamBayes thinks is spam will have 'spam,' (1.0.x) or 'spam at spambayes.invalid' (1.1.x) in the recipient list. You can use Outlook Express's Rules Wizard to create rules that automatically move these messages to other folders (we can give you instructions for doing that, too). If you get stuck anywhere, please let us know, and we'll try to explain further. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 30 05:30:20 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 30 May 2005 15:30:20 +1200 Subject: [Spambayes] Problem reviewing emails In-Reply-To: Message-ID: > Ever since I switched over to V1.04 I'm having a problem > classifying my mail. What happens is that email's that are > Spam are classified as good, but when you go to the review > screen the email's are not there, so after a few days the > database is worthless. Worthless why? Because you've only managed to train on good mail? Do the logs have any information? If you look at the headers for the mail that isn't in the review page, are they being classified as ham ("X-Spambayes-Classification" header value of "ham") or failing to be classified ("X-Spambayes-Exception" header)? [...] > I'm new to the list so I don't know if this is old news, I > looked at the archives and I discouraged by the amount of mail > to look through. Reading through the archives isn't really feasible for finding a solution. You can use google to search them, however - do a search for something like: site:mail.python.org spambayes review messages problem This doesn't sound familiar, though, so I wouldn't bother for this problem. The best place to start is with the logs. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 30 07:31:07 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 30 May 2005 17:31:07 +1200 Subject: [Spambayes] Log File Growth In-Reply-To: Message-ID: > I have opened up the 3.4GB file with Python and started doing > file.readline() on it. The first few lines of the file are: > > Service not available. Using thread. > Loading database... SMTP Listener on port 25 is proxying > mail.utexas.edu:25 Listener on port 110 is proxying > mail.utexas.edu:110 User interface url is http://localhost:8880/ > warning: unhandled exception > warning: unhandled exception Are you positive that you're using the 1.0.4 binary? The "warning: unhandled exception" message is printed by asyncore (and nothing else, AFAIK), but the function that prints it doesn't get called with Python 2.3 (with which 1.0.4 is built). I can't duplicate this with Python 2.3 no matter what I do with my network connection. If you do have time to try and track this down, the best way (especially since you have Python install already) would be to run from source (with Python 2.3, ideally) and modify Lib/asyncore.py to stop when the "unhanded exception" message is printed. That way we would be able to tell who is calling the function, and verify that it is asyncore and not a matching error from somewhere else. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Mon May 30 08:17:25 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Mon, 30 May 2005 18:17:25 +1200 Subject: [Spambayes] Problem reviewing emails In-Reply-To: Message-ID: [Tony Meyer >> Do the logs have any information? If you look at the headers >> for the mail that isn't in the review page, are they being >> classified as ham ("X-Spambayes-Classification" header value of >> "ham") or failing to be classified ("X-Spambayes-Exception" header)? [Cecil Bayona] > It just happened, I received about 20 email's but when I go > to the review > screen there are only four email's to be reviewed. Have you done any of my suggestions? Looking at the log file, particularly, ought to shed light on this. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From nmf at neo.rr.com Mon May 30 13:28:51 2005 From: nmf at neo.rr.com (Nanette) Date: Mon, 30 May 2005 07:28:51 -0400 Subject: [Spambayes] outlook question Message-ID: <000601c5650a$ca612690$82e32118@lovergrrl> Hello, I use outlook express, windows xp platform. I cannot find the field option to add the spam option. Thank you, Nanette Folsom -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050530/92a7c019/attachment.htm From carlos.degarriz at iberoservice.com Mon May 30 18:43:48 2005 From: carlos.degarriz at iberoservice.com (De Garriz, Carlos) Date: Mon, 30 May 2005 18:43:48 +0200 Subject: [Spambayes] Out of Office AutoReply: [SPAM] - [SPAM] - Re: Secure delivery - Bayesian Filter detected spam - Bayesian Filter detected spam Message-ID: <7A3339FECEBD6B41887F0FEA817E87C73CAA15@svpmi016.ibsesp.loc> Estimada/o --- Sra./Sr. Muchas gracias por su mensaje. Estar? ausente de la oficina hasta el pr?ximo d?a 01 de Junio. Su mensaje ha sido reenviado a nuestro departamento comercial, (Sra. Maril? Perez Nobre), qui?n atender? su petici?n en mi ausencia: incentives.commercial at iberoservice.com Dear Madam/Sir, Thank you very much for your Email. I shall be away from the office till next may 01st. June.Your message has been diverted to our Commercial Department (Mrs. Maril? Perez Nobre) who will take care of your enquiry in my absence. incentives.commercial at iberoservice.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050530/ef1fb9f6/attachment.htm From rowski at comcast.net Mon May 30 23:22:52 2005 From: rowski at comcast.net (Stu) Date: Mon, 30 May 2005 17:22:52 -0400 Subject: [Spambayes] Outlook Express setup problem References: Message-ID: <006c01c5655d$bd458160$6500a8c0@DICKHEAD> >> I assume from the instructions in step 12 that I am to replace >> "mail.comcast.net" with "localhost" >> >> Good so far? > > Yes, that is correct. > >> When I do this and try to check mail, I get a window: >> >> Window header = Logon - mail.comcast.net >> Please enter your user name and password for the following >> server. Logon >> Server: localhost >> User Name: "rowski" >> Password: "********" >> >> Reentering user name and password and clicking OK just brings >> back same window. >> >> Can someone please get me back on track? > > Have you tried reentering the password to check that it's correct? Yes I have done this. > If you > go to the "Advanced" tab in OE, is the "This account requires a secure > connection (SSL)" box ticked? No it is not. Thanks for your help. > =Tony.Meyer Stu rowski at comcast.net From AASharpe at netscape.net Tue May 31 04:19:53 2005 From: AASharpe at netscape.net (AASharpe@netscape.net) Date: Mon, 30 May 2005 22:19:53 -0400 Subject: [Spambayes] Grok Message-ID: <695371B8.13909879.00622BE1@netscape.net> Hello, I am having trouble with SpamBayes. I've read the FAQ's and tried various strategies, alas, to no avail. Question. How does one change a mail client to local host? My provider in Canada operates on POP2. Is this compatible with SpamBayes POP3 requirement? Thanking you in advance, best regards, Alan Sharpe. __________________________________________________________________ Switch to Netscape Internet Service. As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register Netscape. Just the Net You Need. New! Netscape Toolbar for Internet Explorer Search from anywhere on the Web and block those annoying pop-ups. Download now at http://channels.netscape.com/ns/search/install.jsp From goverman at san.rr.com Tue May 31 05:40:06 2005 From: goverman at san.rr.com (Scott Goverman) Date: Mon, 30 May 2005 20:40:06 -0700 Subject: [Spambayes] Spam Byaes and Outlook Express Message-ID: <000a01c56592$6fe11620$8400a8c0@govermans> I use both Outlook 2000 and Outlook Express 6. I recently installed Spam Bayes and ticked both boxes on the installation (so I could use it with both programs). Spam Bayes appears to be working with Outlook so far. But with Outlook Express I do not think so. I followed the instructions on configuring it, and set up my message rules the way it says to. When I tried a test by e-mailing myself, the message went into my normal inbox, not into the "possible junk" folder I created. Can you provide any guidance on how to get it to work with OE? Thanks, Scott Goverman goverman at san.rr.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/spambayes/attachments/20050530/b8cb5b57/attachment.html From tameyer at ihug.co.nz Tue May 31 05:46:59 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 31 May 2005 15:46:59 +1200 Subject: [Spambayes] Spam Byaes and Outlook Express In-Reply-To: Message-ID: > Can you provide any guidance on how to get it to work with OE? Have you looked at FAQ 4.21? =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Tue May 31 05:53:28 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 31 May 2005 15:53:28 +1200 Subject: [Spambayes] Grok In-Reply-To: Message-ID: > I am having trouble with SpamBayes. I've read the FAQ's and > tried various strategies, alas, to no avail. Question. How > does one change a mail client to local host? Somewhere in the settings in your mail account there will be the name of the server you are connecting to (e.g. "mail.example.com". For example, with Outlook Express, this is done via Tools->Accounts. > My provider in Canada operates on POP2. Is this compatible > with SpamBayes POP3 requirement? Are you positive that you're using POP2? I didn't think there was anyone left using that. Looking at the specification, I suspect that it may work - the proxy just passes through most information, so the different commands should still work. Since "RETR" is still the command for retrieving mail, SpamBayes may still be able to intercept it correctly. I'm certainly not positive that it will work, though. Surely your mail provider could manage POP3? =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Tue May 31 06:38:28 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 31 May 2005 16:38:28 +1200 Subject: [Spambayes] Outlook Express setup problem In-Reply-To: Message-ID: >>> When I do this and try to check mail, I get a window: >>> >>> Window header = Logon - mail.comcast.net >>> Please enter your user name and password for the following >>> server. Logon >>> Server: localhost >>> User Name: "rowski" >>> Password: "********" >>> >>> Reentering user name and password and clicking OK just brings >>> back same window. >>> >>> Can someone please get me back on track? >> >> Have you tried reentering the password to check that it's correct? > > Yes I have done this. Someone else suggested checking that SpamBayes is running. Have you done this? If SpamBayes is running there will be a little envelope icon in the tray (collection of icons by the clock). If you double-click that it should open the configuration page. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Tue May 31 06:40:01 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 31 May 2005 16:40:01 +1200 Subject: [Spambayes] outlook question In-Reply-To: Message-ID: > I use outlook express, windows xp platform. > I cannot find the field option to add the spam option. Are you trying to add the spam field? That's only possible for users of the Outlook plug-in. You may want to read FAQs 2.1 and 4.21: =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From goverman at san.rr.com Tue May 31 07:41:56 2005 From: goverman at san.rr.com (Scott Goverman) Date: Mon, 30 May 2005 22:41:56 -0700 Subject: [Spambayes] Spam Byaes and Outlook Express References: Message-ID: <001d01c565a3$75357740$8400a8c0@govermans> Yeah, I did all that stuff, including changing my incoming server to localhost. But my incoming e-mail (including this one from you) still goes durectly into my regular inbox. Why doesn't it go into my "Possible Junk" folder? Thanks, Scott Goverman ----- Original Message ----- From: "Tony Meyer" To: ; "'Scott Goverman'" ; Sent: Monday, May 30, 2005 8:46 PM Subject: RE: [Spambayes] Spam Byaes and Outlook Express > Can you provide any guidance on how to get it to work with OE? Have you looked at FAQ 4.21? =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From tameyer at ihug.co.nz Tue May 31 09:31:22 2005 From: tameyer at ihug.co.nz (Tony Meyer) Date: Tue, 31 May 2005 19:31:22 +1200 Subject: [Spambayes] Spam Byaes and Outlook Express In-Reply-To: Message-ID: > Yeah, I did all that stuff, including changing my incoming > server to localhost. But my incoming e-mail (including this > one from you) still goes durectly into my regular inbox. Why > doesn't it go into my "Possible Junk" folder? If you look at the raw message (right-click on the message, choose Properties, then click the Details tab) is there a X-Spambayes-Classification header? If so, what is the value? (it should be "ham", "spam", or "unsure"). If not, is there a X-Spambayes-Exception header? If so, what is the value? Did you turn on the 'notate to' or 'notate subject' option? If so, are messages being notated? =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. From Miles.Willis at thompsons.co.za Tue May 31 14:02:32 2005 From: Miles.Willis at thompsons.co.za (Willis, Miles (CPT)) Date: Tue, 31 May 2005 14:02:32 +0200 Subject: [Spambayes] Out of Office AutoReply: approved information Message-ID: <564FEB03C6461E428DF68BA51079E0161B6679@tcptsrv2.thompsons.co.za> Hi Thank you for your email. I am out of the office and will be back tomorrow. Please contact our Reservations Manager, Helen Harvey, on (021) 408 9532 should you require immediate assistance. Yours sincerely Miles Willis General Manager Thompsons Tours Cape Town Everything in this e-mail and any attachments relating to the official business of Cullinan Holdings Limited is proprietary to the company. It is confidential, legally privileged and protected by law. Cullinan Holdings Limited does not own and endorse any other content. Views and opinions are those of the sender unless clearly stated as being that of Cullinan Holdings Limited. The person addressed in the e-mail is the sole authorized recipient. Please notify the sender immediately if it has unintentionally reached you and do not read, disclose or use the content in any way.Cullinan Holdings Limited can not assure that the integrity of this communication has been maintained nor that it is free of errors, virus, interception or interference. O