Re: [spambayes-dev] A spambayes-esque approach for 4 email categories

2024-04-24 Thread Tim Peters
[Amedee Van Gasse ] > ... > > The emails are labelled thus: > * Phishing (3k) -> these are emails with a direct security threat, like > password stealing > * Spam (2k) --> typical junk mail that is not a direct security threat > * Graymail (3k) --> newsletters, mails from sales people, invitation

Re: [spambayes-dev] ImportError: No module named spambayes.resources (line 12 of setup_all.py)

2022-08-25 Thread Tim Peters
[Mark Hammond ] > But-where's-tim-ly?, As always, lurking on the spambayes mailing lists ;-) It's been many years since I used Outlook, and gmail (which I've used ever since) has "good enough" spam detection - although I think spambayes did better for me! In any case, it must be well over a deca

Re: [spambayes-dev] Python programming volunteering

2018-10-23 Thread Tim Peters
[Gurman Kudhail via spambayes-dev ] > I seek to contribute to the python programming voluntary work you have and would like to know the next steps in the application > I want to do the work from where I’m based here in the UK ( remote working > I suppose?) > > Hi, Gurman. Python is an Open So

Re: [spambayes-dev] Anybody still have a test ham/spam database?

2018-07-10 Thread Tim Peters
[Skip Montanaro] > > Sure, but constructing a suitable ham/spam corpus > from scratch is a non-trivial task, as you no doubt > remember. Ah - but we had a much subtler task then: trying to construct a classifier that was _useful_. Your current task is much clearer: > ... I am looking to insure

Re: [spambayes-dev] Anybody still have a test ham/spam database?

2018-07-10 Thread Tim Peters
Sorry, Skip - I don't. And I was surprised just now to see that we apparently never checked test data files into the Sourceforge source tree either! But it shouldn't matter. SB learns pretty quickly, and it would be better to use _current_ examples of spam and ham anyway (their characteristics c

Re: [spambayes-dev] Fwd: ACTION REQUIRED -- SourceForge Network Update for spambayes.org

2018-02-08 Thread Tim Peters
n organise getting this done (I got acquired also). >> >> Ngā mihi, >> Tony >> >> On Thu, 8 Feb 2018 at 4:26 PM, Tim Peters wrote: >>> >>> Heh. Does anyone remember who owns the "spambayes.org" domain? I >>> don'

[spambayes-dev] Fwd: ACTION REQUIRED -- SourceForge Network Update for spambayes.org

2018-02-07 Thread Tim Peters
Heh. Does anyone remember who owns the "spambayes.org" domain? I don't. Despite the decline of active development, spambayes still has some loyal users, and spambayes.org is (I think) worth keeping around as a resource for them. -- Forwarded message -- From: SourceForge.net Dat

Re: [spambayes-dev] If we don't get some more Windows help pretty soon...

2011-06-25 Thread Tim Peters
[Skip Montanaro] > If we can't find someone with the time and inclination to dig into problems > running SpamBayes in a Win7 64-bit+Outlook 2010 environment pretty soon, I > think it might be time to think about closing up shop.  Other than the > occasional, "Help! I deleted my Junk Suspects folder

Re: [spambayes-dev] spambayes.sf.net down?

2009-06-19 Thread Tim Peters
[David Abrahams] > FYI, it looks like the Spambayes website is offline. Trying http://spambayes.sf.net/ worked fine for me just now. If it ever is down, chances are high only someone at SourceForge could explain why (or repair it). ___ spambayes-d

Re: [spambayes-dev] new spambayes build?

2009-02-19 Thread Tim Peters
[Mark Hammond] > I recently found and fixed the problem in pywin32 which caused the DEP > errors, and is probably responsible for many of the outlook related reports > of crashing. Woo hoo! That's great news -- congratulations. > I'm happy to put a new windows binary out after all these > years

Re: [spambayes-dev] Domain expiration

2006-09-06 Thread Tim Peters
> We like the domain name whois information being adjusted so the > domainname is clearly owned by the SpamBayes community (instead > of the current situation where it is registered to mister Hooft). When > any official names or contact details are required, we use the founder > of the

Re: [spambayes-dev] [Spambayes] Posting problems

2006-08-09 Thread Tim Peters
[David Abrahams] > Any idea why I'm not getting an answer? Perhaps because you've become the leading expert on sb_imapfilter ;-) It might help to drop the meta-discussion and start over with what the problem is. ___ spambayes-dev mailing list spambayes-

Re: [spambayes-dev] Spambayes is starting not to work due to retaliatory action by spammers

2006-08-07 Thread Tim Peters
[James Masters] > Thank you very much for your comprehensive reply and apologies to the group > for putting my email to the wrong place. No apology necessary. I didn't even intend to imply you were posting in a wrong place, just pointing out that the same topic just happened to be actively discus

Re: [spambayes-dev] Spambayes is starting not to work due to retaliatory action by spammers

2006-08-03 Thread Tim Peters
[EMAIL PROTECTED] > I've used Spambayes for 2 or 3 years (Outlook add-in) - it has been > excellent. However, over the last couple of months, it has become > compromised by a particular type of spam that I believe, over time, will > render Spambayes much less effective unless something is done. >

Re: [spambayes-dev] [Spambayes] ZeroDivisionError with hammie.score()

2006-07-14 Thread Tim Peters
[Todd Kennedy] > With the definitions of spamcount and hamcount it makes sense that > they might be zero, since there is minimal training data in the > system, and the word being scored does not exist in the database. > > This might be some sort of small bug with running the filter on a > small amo

Re: [spambayes-dev] 1.1a2: Does anyone have Outlook 2000 handy?

2006-04-21 Thread Tim Peters
[Tony Meyer] > I missed this bit: Python 2.4, which was new and shiny when 1.1a1 was > done :) 2.4.3 is new and shiny now; 2.4.4 (not yet released) will be the last in the 2.4 line. > With all the problems going from 2.3 to 2.4, I'm a bit scared of > trying 2.5 (a1/SVN) even though 2.5 might be o

Re: [spambayes-dev] Switch to Subversion?

2006-04-07 Thread Tim Peters
[Tony Meyer] > Hey everyone :) > > Now that sourceforge offers subversion as well as CVS, what does > everyone think about switching spambayes over to svn? I only care about people actively doing checkins. Is that set larger than Tony today ;-)? SVN is better than CVS in many ways, and migration

Re: [spambayes-dev] Idea for multi-user spambayes

2005-11-27 Thread Tim Peters
[Neil Schemenauer] > I have an idea for a spambayes variation that should be more suited > to multi-user systems. The goal is to make the DB somewhat > conditionalized based on recipient address. In addition to storing > , spambayes could also save (, ). When > scoring a message, the probability

Re: [spambayes-dev] Default storage backend

2005-10-31 Thread Tim Peters
[Tony Meyer] >>> I wonder if we ought to switch to defaulting to ZODB for 1.1a2; >>> I've been using it for over a year without any database problems [Richie Hindle] >> +1 provided there aren't multi-process issues - as I understand it, >> ZODB (without ZEO) isn't multi-process safe. Which means

Re: [spambayes-dev] Baffling new Outlook SB dialog problem

2005-06-20 Thread Tim Peters
[Tim] >>> Wondering whether anyone else has seen this: I noticed >>> today that the file-choosers in my OL 2003 SB "just stopped working". [Tony] >> They're broken here (OL 2002), too. No idea since when >> (can't even remember the last time I used those controls). I >> suspect that means that

[spambayes-dev] Baffling new Outlook SB dialog problem

2005-06-19 Thread Tim Peters
Wondering whether anyone else has seen this: I noticed today that the file-choosers in my OL 2003 SB "just stopped working". SB still filters fine (well ... see below), and there are no odd messages in a PythonWin Trace Collector debug window. "Stopped working" means, for example: I go to the S

Re: [spambayes-dev] RE: [Spambayes] Jaded Easter Special - Extended daytime opening

2005-03-28 Thread Tim Peters
[Tony Meyer] > [snip yet-another-party-spam] > > These party spams are starting to bug me, since they're reasonably frequent. > I know we don't generally filter spambayes@python.org or > spambayes-dev@python.org (and don't really want to reopen that discussion), > but would anyone mind if I added s

Re: [spambayes-dev] SPAM collection

2005-03-14 Thread Tim Peters
[From Concept To Reality, L.L.C. <[EMAIL PROTECTED]>] > I've been building up a rather large (in my opinion) SPAM > collection and have removed all the person information out of them > and invalidated all the e-mail addresses (changed 'em to > @domain.com) in the headers. > > Just how many e-mails

Re: [spambayes-dev] More stupid beats smart timcv.py results

2005-01-18 Thread Tim Peters
[Tony Meyer] > Results for a couple of timcv.py tests that I've done recently are > here: It's sure nice to see someone is still testing ideas! It would be even nicer if we could find a good one . > > > > The form

Re: [spambayes-dev] Enhanced Outlook statistics display

2004-12-15 Thread Tim Peters
[Tony Meyer] > Further to earlier discussion about calculating cost figures, and in > case other people are interested and not aware of it, JGC's latest > newsletter mentions this paper: > > I'm sure we mentioned that paper here in the early days

Re: [spambayes-dev] require subscription?

2004-12-06 Thread Tim Peters
[Skip Montanaro] > I'll help out. Any potential European moderators? > > You might want to take a look at the mmfold.py script at > >http://manatee.mojam.com/~skip/python/ > > I normally drive it with a small a shell function: > >mmcheck () >{ >for url in http://mail.python.or

Re: [spambayes-dev] require subscription?

2004-12-06 Thread Tim Peters
[Tony Meyer] > ... > I suppose I would be willing to moderate (non-member postings to) > [EMAIL PROTECTED] for a while to see how it went, but I > wouldn't want to be the only one doing so. I don't want you doing it at all, Tony. It's a minor but endless time sink, and your other contributions to

Re: [spambayes-dev] require subscription?

2004-12-03 Thread Tim Peters
[Barry Warsaw <[EMAIL PROTECTED]>] > BTW, I tend to agree. I sure wish Mailman did a mail-back > confirmation for non-member postings. I also wish I knew > someone who could do something about that . I've been thinking about that, and have come to believe that the difficulty is mostly due to you

Re: [spambayes-dev] require subscription?

2004-12-03 Thread Tim Peters
[Tony Meyer] > ... > I wouldn't care if spambayes-dev required membership in order to > post, Me neither. > but I'm definitely -1 for [EMAIL PROTECTED] Me too. The spambayes user list gets messages from people whose technical knowledge approaches 0 (and, sometimes, appears to approach 0 from th