https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7442
Karsten Bräckelmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Karsten Bräckelmann <[email protected]> --- Thanks Jesse, indeed the MySQL BayesStore backend requires UPDATE privileges on the bayes_seen table. This requirement has been introduced with the fix for bug 5998 (affected SA version 3.4.1). This is specific to the MySQL backend, other SQL storage modules are not affected. Still, for brevity of the docs and since those explicitly are example grants only, I opted to simply add the missing UPDATE privilege for the general case, rather than adding a sub-section to handle this one MySQL storage module specific grant. Committed to trunk and 3.4 branch respectively: Sending sql/README.bayes Transmitting file data . Committed revision 1803334. Sending sql/README.bayes Transmitting file data . Committed revision 1803335. Closing RESOLVED FIXED. Reference: Related to bug 3971, which added the grants section to the documentation in the first place. -- You are receiving this mail because: You are the assignee for the bug.
