http://bugzilla.spamassassin.org/show_bug.cgi?id=3771
------- Additional Comments From [EMAIL PROTECTED] 2004-09-13 08:54 ------- Subject: Re: PostgreSQL Specific Bayes Storage Module On Mon, Sep 13, 2004 at 08:45:54AM -0700, [EMAIL PROTECTED] wrote: > > Valuable: because it means that if we had 10 server-specific SQL variant > support classes, an admin can trim down the list of modules loaded so that > code isn't all compiled and in RAM at all times. > This is the way the BayesStore code works now, it only loads one module, the module specified in bayes_store_module. You could have a dozen storage backend modules, but it's only going to load one of them up into memory. BayesStore is a sort of plugin in it's own right. Configuration is another matter, it is a place where hooking into the Plugin infrastructure might be useful. Michael ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
