[Spambayes] training on cyrus style mailboxes

Meyer, Tony T.A.Meyer at massey.ac.nz
Mon Aug 4 14:40:28 EDT 2003


> I have a cyrus imap store. i want to train spambayes on these 
> mail boxes. They are (like maildir) one file per message, but 
> alo differ to maildir in a number of ways.

How different?  Are they more or less RFC822?  If they are then the
existing tools would probably work.  If they aren't, then you could
create a function to convert them to RFC822 and pass the results of that
to the tokenizer.  Once you have the tokens, it doesn't matter what the
format is, you can just pass them to the appropriate storage object.

=Tony Meyer



More information about the Spambayes mailing list