https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8308
Bug ID: 8308 Summary: bayes_expiry_max_db_size configurable per user? Product: Spamassassin Version: 4.0.1 Hardware: PC OS: FreeBSD Status: NEW Severity: normal Priority: P2 Component: Learner Assignee: dev@spamassassin.apache.org Reporter: mar...@waschbuesch.de Target Milestone: Undefined Hi there, I have user settings in a PostgreSQL database and it seems at least some bayes-related stuff is not being read from the user settings. I noticed this when wanting to deviate from my site-wide settings for a specific user with way more traffic than the average user. Specifically, calling sa-learn --force-expire -u <some-user> -D will always show that the size calculation uses the default value for bayes_expiry_max_db_size (unless set in local.cf): dbg: bayes: expiry check keep size, 0.75 * max: 112500 However, it never reflects the value set in the user config in the database. Are some settings meant to be global only? Or is this a bug? -- You are receiving this mail because: You are the assignee for the bug.