Re: [Spambayes] SpamBayes 1.1b3

2017-11-27 Thread Skip Montanaro
SpamBayes has never been ported to Python 3.x. I doubt it would be terribly difficult, especially with some of the ancillary tools available like futurize, six and 2to3. Pull requests against https://github.com/smontanaro/spambayes welcome. S On Mon, Nov 27, 2017 at 1:40 PM, Dale Schroeder wro

Re: [Spambayes] SpamBayes 1.1b3

2017-11-27 Thread Dale Schroeder
On 11/23/2017 1:21 PM, Skip Montanaro wrote: Skip, thanks for the news. What would be the symptoms of that particular bug? The tokenizer was generating certain tokens which it assumed would be dotted quads (e.g., 73.73.103.110) but not checking that they actually contained four elements. The res