http://bugzilla.spamassassin.org/show_bug.cgi?id=195
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From [EMAIL PROTECTED] 2004-01-29 18:54 -------
ok, it's applied!
Some caveats:
- I added another section on creating a database in MySQL, because I'm an SQL
n00b. ;) Suggestions on commands to give the created user permissions to do all
the actions it needs for userprefs, bayes and AWL would be welcome, because I
haven't figured that out yet. ;)
- more seriously: I notice that the constructor for BayesStoreSQL returns undef
if it cannot connect to the db. This is a *big* no-no; the $bayes->{store}
object must always be defined and valid, although its methods can return failure
in that case. I would suggest breaking it into a ctor and a connect() method,
which can return failure and is a no-op in the DBM case.
- more eyes needed.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.