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.

-kgd


On 2/5/2020 11:04 AM, hwi wrote:
To more specific: at least the whitelist/blacklist configs should be loaded
dynamically. The more flexibility the better.
Is there a way to load configs during runtime without using a dnsbl?


Reply via email to