Re: [SAtalk] Reading preferences from an application

2002-11-12 Thread Theo Van Dinter
> > 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)

Re: [SAtalk] Reading preferences from an application

2002-11-12 Thread Justin Mason
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(); > >

[SAtalk] Reading preferences from an application

2002-11-12 Thread Lars Michael Jogback
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