On Fri, Jan 26, 2007 at 11:14:47AM -0500, [EMAIL PROTECTED] wrote: > Is this the list appropriate for a discussion on how to use > Mail::SpamAssassin in a perl application?
It's more of a users@ question IMO, but...
> my $st = new Mail::SpamAssassin(....)
> $st->init(1);
>
> I found something like this in spamassassin, sa-learn, and spamd but no
> where is the sub init described.
It's a private method in Mail::SpamAssassin. init() is called for you when
using the public methods (check, learn, report_as_spam, etc.)
> And how to initialize a Bayes data store for a user.
This will happen via init.
--
Randomly Selected Tagline:
"Wheee! ...ow, I bit my tongue!"
--Ralph Wiggum
Bart's Inner Child (Episode 1F05)
pgpOk7ciu4FxL.pgp
Description: PGP signature
