On Thu, Jun 02, 2022 at 02:47:28PM +0200, Bert Van de Poel wrote: > For the errors about nonexistent uses you will want to have a look at > /etc/default/spamassassin I'm guessing. > For the info messages: this has just got to do with your logging level. You > will want to decrease it in local.cf or maybe also in the default file.
Also, depending on your distro and init system, /etc/default/spamassassin might not be processed (e.g. on Debian systems, in many cases /etc/default/* entries are only read via /etc/init.d/* System-V-init scripts, and not used when using default systemd init system). You should use "ps auxwwwww" to determine with what exactly parameters it is being run, and then grep the system for those flags if different from ones in /etc/default/spamassassin (esp. when you change that file and restart, but changes are not applied) -- Opinions above are GNU-copylefted.