Re: [SAtalk] Running sa-learn on multiple mboxes

2003-09-06 Thread Andrew Clarke
I know it's been a couple weeks since I asked the question, but I wanted to thank those of you who responded. I ended up writing a shell script (example included below). I run it every day in a cron job. Yeah I know it's not perfect but it's a good place to start. The main thing was being remin

Re: [SAtalk] Running sa-learn on multiple mboxes

2003-08-16 Thread Robert Menschel
Hello Andrew, Saturday, August 16, 2003, 1:29:54 PM, you wrote: AC> I have multiple mailboxes in ~/mail, as do the other users on my AC> server. ~/mail/spam/definitely_spam is an mbox that contains, well, AC> spam. If I run: AC> sa-learn --ham --mbox /home/someuser/mail/* AC> it will autolearn

Re: [SAtalk] Running sa-learn on multiple mboxes

2003-08-16 Thread Eric Veltman
Hello Andrew, On Saturday 16 August 2003 22:29, Andrew Clarke wrote: > I have multiple mailboxes in ~/mail, as do the other users on my server. > ~/mail/spam/definitely_spam is an mbox that contains, well, spam. If I > run: > > sa-learn --ham --mbox /home/someuser/mail/* > > it will autolearn the

Re: [SAtalk] Running sa-learn on multiple mboxes

2003-08-16 Thread Theo Van Dinter
On Sat, Aug 16, 2003 at 01:29:54PM -0700, Andrew Clarke wrote: > sa-learn --ham --mbox /home/someuser/mail/* > > it will autolearn the spam/definitely_spam mailbox as ham, which I > obviously don't want. I can think of 2 workarounds: > > to get a good system going and then deploy it more widely.

[SAtalk] Running sa-learn on multiple mboxes

2003-08-16 Thread Andrew Clarke
I have multiple mailboxes in ~/mail, as do the other users on my server. ~/mail/spam/definitely_spam is an mbox that contains, well, spam. If I run: sa-learn --ham --mbox /home/someuser/mail/* it will autolearn the spam/definitely_spam mailbox as ham, which I obviously don't want. I can think o