http://bugzilla.spamassassin.org/show_bug.cgi?id=3904
Summary: sql preference column not wide enough for
bayes_auto_learn_threshold_nonspam
Product: Spamassassin
Version: 3.0.0
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P5
Component: spamassassin
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
The default userpref_mysql.sql sets the preference table with a width of
varchar(30). This is not long enough to store all user configurable variables
(e.g: bayes_auto_learn_threshold_nonspam.) changing the width to 40 or 50 quite
easily fixes this. Existing mysql datavases can be modified quite simply by
running the following query: "ALTER TABLE userpref MODIFY preference
varchar(50);"
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.