Peter Knowles via Mailman-users writes: > In particular, with regards to Mailman 3 Core generated content. So > instead of referencing a postmap generated file which MM3 presently > generates, but have MM3 add and/or remove those records to/from a > MariaDB table.
All that is already in the 'mailman' database. I don't do MySQL, but there must be a cli where you can examine the tables etc. There are about 50 tables altogether in a fully populated mailman database IIRC. Information about lists from which you can construct posting addresses and list-id is in the 'list_name' and 'mail_host' columns of the 'mailinglist' table, and the domains themselves have a separate table 'domain'. Steve _______________________________________________ Mailman-users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/[email protected]/message/2RGBP6U7AW235YORI7EJQF65K4QDNVO3/ This message sent to [email protected]
