You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by Michael Parker <pa...@pobox.com> on 2004/09/15 17:43:34 UTC

init() Annoyance, Suggestions Welcome

Hi All,

I know that init() has to be called to do just about anything, but
there are times (ie sa-learn) when I don't want init() to do some
things.  My specific annoyance is the score set setup, and calling
is_scan_available, but I could probably come up with something else,
like AWL setup.

Anyone have any suggestions?  Maybe a flag/bitmask to pass into init
to tell it things is is welcome to skip because we won't be needing
them?

Michael