> > I'm having trouble understanding how I should use the
> > methods compile_now() and init().
> >
> > Right now I use something like this.
> >
> > $spamtest->compile_now(1);
My way of thinking is that compile_now() should be used if you're going
to be checking multiple messages (>2)
Lars Michael Jogback said:
> I'm having trouble understanding how I should use the
> methods compile_now() and init().
>
> Right now I use something like this.
>
> my $mail = Mail::SpamAssassin::NoMailAudit->new();
>
> my $spamtest = Mail::SpamAssassin->new();
>
>
Hello,
I'm having trouble understanding how I should use the
methods compile_now() and init().
Right now I use something like this.
my $mail = Mail::SpamAssassin::NoMailAudit->new();
my $spamtest = Mail::SpamAssassin->new();
$spamtest->compile_now(1);
my