[SAtalk] Re: Mass-Check

2004-01-11 Thread Bryan Hoover
Robert Menschel wrote: > Of course, the amount of ham and spam in your corpus does have an impact. > I have over 17,000 ham and 70,000 spam in my corpus right now, and my run > time for a single rule has gone from 20 minutes when I first started > using cygwin to something just less than 2 hours. (

[SAtalk] Re: Mass-Check

2004-01-11 Thread Bryan Hoover
Robert Menschel wrote: > Some people have been asking about my mass-check capabilities and > reports. > > I've just completed documenting my current system at > http://www.exit0.us/index.php/BobCorpusTest I tried to run mass-check a bit ago -- for the first time -- and I'm afraid it was killed on

Re[2]: [SAtalk] Re: mass-check and hit-frequencies help needed

2004-01-03 Thread Robert Menschel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Justin, Saturday, January 3, 2004, 1:01:18 PM, you wrote: >>Digging into parse-rules-for-masses, it uses >>> sub readrules { >>> foreach my $indir (@_) { >>> my @files = <$indir/[0-9]*.cf>; >>which tells me that mass-check is reading my u

Re: [SAtalk] Re: mass-check and hit-frequencies help needed

2004-01-03 Thread Justin Mason
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert Menschel writes: >That tells me that either parse-rules-for-masses isn't finding the rules >file, or is finding it and not reading it. > >Digging into parse-rules-for-masses, it uses >> sub readrules { >> foreach my $indir (@_) { >> my @f

[SAtalk] Re: mass-check and hit-frequencies help needed

2004-01-01 Thread Bryan Hoover
Robert Menschel wrote: > I'll keep playing with those files. We'll figure it out sooner or later. > Thanks for the help. Another quick speculation. Be sure, if you havn't already, you've got all your Perl modules up to date -- since you are running from an alternate environment and all. I thinki

Re: [SAtalk] Re: mass-check and hit-frequencies help needed

2004-01-01 Thread Robert Menschel
Hello Bryan, Wednesday, December 31, 2003, 11:14:25 PM, you wrote: BH> Bryan Hoover wrote: >> > perl ./mass-check -c ./spamassassin -j 1 --loghits --mid --mbox ./corpus.ham/* >> > >ham.log >> > perl ./mass-check -c ./spamassassin -j 1 --loghits --mid --mbox ./corpus.spam/* >> > >spam.log >> >

[SAtalk] Re: mass-check and hit-frequencies help needed

2004-01-01 Thread Bryan Hoover
Bryan Hoover wrote: > > perl ./mass-check -c ./spamassassin -j 1 --loghits --mid --mbox ./corpus.ham/* > > >ham.log > > perl ./mass-check -c ./spamassassin -j 1 --loghits --mid --mbox ./corpus.spam/* > > >spam.log > > perl ./hit-frequencies -x -c /home/Owner/sa-masses/spamassassin > > The answe

[SAtalk] Re: mass-check and hit-frequencies help needed

2003-12-31 Thread Bryan Hoover
Robert Menschel wrote: > > I'm hoping someone can help me with mass-check, or more specifically with > hit-frequencies. > > I've installed Cygwin on my W/XP-H box. Within Cygwin I've installed SA, > not to use for mail filtering (that happens on my servers), but > specifically for mass-check. >