On Wed, Feb 05, 2020 at 09:04:29AM -0700, hwi wrote:
> Dear spamassassin dev-heroes, 
> spamassassins config is loaded at startup via Mail::SpamAssassin::Conf.
> I wonder if there is a way to load or change certain config items
> dynamically during sa runtime without a restart. I;ve played with the
> Mail::SpamAssassin::Conf::Parser API in permsgstatus during the check_hook
> but I didn't quite succede.
> A different approach would be to implement the checks with dynamic configs
> as a dnsbl list. 
> 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?

It's not really possible given how complex the internals and config parsing
is.  It would require massive changes to code.

Reply via email to