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

sean darcy seandarcy at hotmail.com
Wed Nov 24 00:27:58 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().

sean




More information about the spambayes-dev mailing list