http://bugzilla.spamassassin.org/show_bug.cgi?id=3217





------- Additional Comments From [EMAIL PROTECTED]  2004-03-26 09:44 -------
Thanks.  Do you mean that the calling application should change from:

   $X = new Mail::SpamAssassin(...)
   $X->init_learner(...)
   $X->rebuild_learner_caches(...)
   $X->finish_learner(...)

to:

   $X = new Mail::SpamAssassin(...)
   $X->init(1)
   $X->init_learner(...)
   $X->rebuild_learner_caches(...)
   $X->finish_learner(...)

But around line 1150 in SpamAssassin.pm is the declaration of
"init", immediately preceded by a comment that looks significant:
"non-public methods", which I took to mean that we (the "public"
caller) should _not_ try this approach.

I'm quite willing to believe that I've misunderstood something
somewhere here.  Enlightenment would be welcome!




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to