[spambayes-dev] Cannot find saved message

Thomas Heller theller at python.net
Tue Nov 16 16:39:52 CET 2004


>From time to time, I'm getting this traceback, in the sb_imapfilter:

Training
   Training ham folder INBOX.spambayes.train_ham
....................................
       0 trained.
   Training spam folder INBOX.spambayes.train_spam
................................................................................
.................
       0 trained.
Training took 0.4400 seconds, 0 messages were trained.
Classifying
....***************************************.Traceback (most recent call last):
  File "sb_imapfilter.py", line 1040, in ?
    run()
  File "sb_imapfilter.py", line 1024, in run
    imap_filter.Filter()
  File "sb_imapfilter.py", line 892, in Filter
    self.unsure_folder, self.ham_folder)
  File "sb_imapfilter.py", line 788, in Filter
    msg.Save()
  File "sb_imapfilter.py", line 559, in Save
    raise BadIMAPResponseError("Cannot find saved message", "")
BadIMAPResponseError: The command 'Cannot find saved message' failed to give an
OK response.

> c:\sf\spambayes\scripts\sb_imapfilter.py(559)Save()
-> raise BadIMAPResponseError("Cannot find saved message", "")
(Pdb)

Does anyone have a solution to this, before I examine this further?

Thanks,

Thomas



More information about the spambayes-dev mailing list