On 1/31/24 04:00, andrea.janna.unipd@gmail.com wrote:
Yes it's mailman gatenews that triggers mariadbd "[Warning] Aborted connection" log entries. I don't use this feature so as a workaround I set a large gatenews_every interval in mailman.cfg.
[nntp] gatenews_every: 1000000m
Or you can do as Danil does <https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/3NZ44B7IFZFRUOVRF2XS4W45CQOPCY3M/> and put
[runner.nntp]
start: no
in mailman.cfg.
However, it is unclear what in gatenews would do this. Assuming you have no lists for which gateway_to_mail is true, all gatenews will do is
def process_lists(glock):
list_manager = getUtility(IListManager)
for mlist in list_manager.mailing_lists:
glock.refresh()
listname = mlist.fqdn_listname
if not mlist.gateway_to_mail:
continue
The database operations involved in this are things Mailman core is doing all the time, presumably without issues.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan