> I would like to take before.mbx and feed it through spambayes to copy
> each message into after.mbx, where after.mbx has the new
> classification (spam, ham, unsure) in the email header and before.mbx
> is left alone (read only).
>
> before.mbx would have email headers "X-Spambayes-Classification:  
> unsure"
> after.mbx would have email headers "X-Spambayes-Classification: ham"
> or spam, and a lot fewer unsure.
>
> I don't really care if X-Spambayes-MailId: is changed.
>
> How can I do this?

You will need the source.  I believe you can use sb_filter to do  
this, with something like:

     python sb_filter.py before.mbx > after.mbx

=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

Reply via email to