On 2/19/22 14:14, Sandor Dibuz wrote:
It's the mailman quarterly cron job:
# Every 15 minutes, gate messages from usenet to those lists which have the gateway configured */15 * * * * list if [ -x /usr/bin/mailman ]; then /usr/bin/mailman gatenews; fi
And I have no gateway enabled for any of them. Will have to find out what mailman exactly does. And change MariaDB to verbose logging.
First, If your Mailman core version is >= 3.3.5, you shouldn't be running gatenews via cron. Mailman's nntp runner runs it. See https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/docs/NEWS.h...
But, that probably isn't it because in Mailman >= 3.3.5, running gatenews via cron should produce this error
The gatenews command is run periodically by the nntp runner.
If you are running it via cron, you should remove it from the crontab.
If you want to run it manually, set _MAILMAN_GATENEWS_NNTP in the
environment.
However, since you have no lists using a news->mail gateway, you don't need to run gatenews at all so just remove it from the crontab.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan