31 Jan
2024
31 Jan
'24
8:39 p.m.
$ mailman shell Welcome to the GNU Mailman shell Use commit() to commit changes. Use abort() to discard changes since the last commit. Exit with ctrl+D does an implicit commit() but exit() does not.
for mlist in getUtility(IListManager).mailing_lists: ... print(mlist.fqdn_listname) ... (here should be a list of your mailing lists)
Yes that command prints the list of my mailing lists and it triggers the "[Warning] Aborted connection" MariaDB log entry.