https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8126
Bug ID: 8126 Summary: unable to manage global WL / BL Product: Spamassassin Version: 4.0.0 Hardware: PC OS: FreeBSD Status: NEW Severity: normal Priority: P2 Component: spamassassin Assignee: dev@spamassassin.apache.org Reporter: mar...@waschbuesch.de Target Milestone: Undefined We have txrep and user preferences in a database. In local.cf, I set user_awl_sql_override_username to 0 (we use user's ids in the database) txrep_user2global_ratio is set to 5. Now, txrep itself is working and adds rows to the table both with the specific user's id and 0 as the "global" id. However, if - as root - I run this: spamassassin --add-addr-to-welcomelist=somedomain.tld,spf the username being used for the purpose of txrep is not '0'. Also, no entries whatsoever are being added to (or modified) in the txrep table using this command. To make matters worse: The spamassassin command does not (like sa-learn or spamc) allow overriding the username. spamc on the other hand cannot be used to issue for the --add-addr-to-welcomelist functionality. At the moment, this seems to me to prevent me from managing the global WL or BL. I guess I must be missing something? Does all this work as intended? -- You are receiving this mail because: You are the assignee for the bug.