[spambayes-dev] sb_server msg.asTokens() should be msg.tokenize()?

Tony Meyer tameyer at ihug.co.nz
Wed Nov 24 00:37:54 CET 2004


> >From cvs today I got this:
> 
> sb_server.py
> SpamBayes POP3 Proxy Version 1.0rc1 (May 2004)
> and engine SpamBayes Engine Version 0.3 (January 2004).
> ..............................
> User interface url is http://localhost:8880/
> Traceback (most recent call last):
>   File "/usr/bin/sb_server.py", line 476, in onRetr
>     (prob, clues) = state.bayes.spamprob(msg.asTokens(),\
> AttributeError: SBHeaderMessage instance has no attribute 'asTokens'
> 
> looks like that should be msg.tokenize().

Sorry - somehow I missed sb_server.py when I was checking in the change that
caused that.  I've checked it in now.

Thanks for pointing it out.

=Tony.Meyer



More information about the spambayes-dev mailing list