http://bugzilla.spamassassin.org/show_bug.cgi?id=3498
Summary: Multiple bugs in sql/README
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P1
Component: Documentation
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
There are a few documenation bugs in the README file under the sql directory.
First up, in the "Creating A Database" section the following line appears:
mysql> insert into db (Host, Db, User, Select_priv)
values('localhost','<databasename>','<username>','Y');
That was fine with just user prefs in SQL, but with bayesian and awl we need
more than just Select_priv. I've given my user Insert_priv, Update_priv, and
Delete_priv as well. I guess the docs should be updated along these lines?
Second, the following line appears near the top:
user_scores_sql_table tablename
Looking at the documentation and the code this option doesn't exist any more.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.