https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8049
--- Comment #5 from Henrik Krohns <[email protected]> --- (In reply to Matus UHLAR - fantomas from comment #4) > I don't trust any database if multiple users can access it. This makes no sense. The "user" is not accessing a database, the SA plugin code is. That's how Bayes etc works when SQL is used. SQLite is simply a legacy support here from old DecodeShortURLs code. It clearly needs documentation that it requires a shared writable location for all users in a multi-user scenario, since it's a filesystem based database. Or then simply use MySQL/Pg like the other plugins do, completely safely. AWL/Bayes would have exact same problem if SQLite was used. But they were never intended for that, and have completely different config clauses to use the filesystem based databases. -- You are receiving this mail because: You are the assignee for the bug.
