> after having configured IMAP access and the folders (INBOX, > "unsure" and > "spam"), I started "sb_imapfilter.py -c -t -l 5" as outlined in the > README. > But in the second run (after 10 minutes), it began to eat my mails, > i.e. > marking them as deleted (reproducible). Luckily, I pressed CTRL + C > and > saved them from `expunge`. > I am using CVS HEAD.
Email is replaced (because IMAP is a poorly designed protocol which does not allow email to be modified), so original versions of the email will be deleted *after* new versions (with the classification/ other headers added) have been stored. (Note, too, that these messages are only flagged as deleted and that imapfilter does not do any expunging of these deleted messages). If this is not the case, please elaborate, and if at all possible, include the output of 'sb_imapfilter.py -c -t -i4' (perhaps changing to run through a test folder rather than your inbox). =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. _______________________________________________ [email protected] http://mail.python.org/mailman/listinfo/spambayes Check the FAQ before asking: http://spambayes.sf.net/faq.html
