On Wed, Feb 05, 2020 at 06:21:42PM -0500, Kris Deugau wrote:
> Kevin A. McGrail wrote:
> >You can store the userprefs in an SQL database.
>
> Seconded, for blacklist_*/whitelist_* in particular this works very well.
>
> Locally I've also set this custom query:
>
> user_scores_sql_custom_query SELECT preference, value FROM
> spamassassin_userpref WHERE username = _USERNAME_ OR username = '@GLOBAL' OR
> username = concat('@~',_DOMAIN_) ORDER BY username ASC
>
> to support global, domain, and per-user settings.
I stand corrected, played with this a bit and it seems to work (wow).. of
course this requires that one is using spamd..