On Fri, 23 Jul 2004, John Fleming wrote: > > ----- Original Message ----- > From: "Mike Burger" <[EMAIL PROTECTED]> > To: "John Fleming" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Friday, July 23, 2004 6:46 AM > Subject: Re: Unlearn > > > > "sa-learn --forget < /path/to/file/with/message" to remove it from your db > > > > This is what I want. But since I have mbox format, there are other msgs in > the directory. I guess I just need to get the email in question into it's > own directory and then run --forget. Thanks Mike and others who replied.
I wouldn't necessarily use --forget, because if that type of message comes through, again, it might get misclassified. Putting it into its own file, though, is one good way to do it. Another way might be to use the entire mbox to train bayes, like so: sa-learn --ham --mbox < /path/to/file/with/message -- Mike Burger http://www.bubbanfriends.org Visit the Dog Pound II BBS telnet://dogpound2.citadel.org or http://dogpound2.citadel.org To be notified of updates to the web site, visit http://www.bubbanfriends.org/mailman/listinfo/site-update, or send a message to: [EMAIL PROTECTED] with a message of: subscribe
