-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
-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
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
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
>> >
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
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.
>