Hi! A few weeks back, when the MicroOS mailing list was created, the owner of that mailing list notified us that no mails were being delivered or archived by mailman. Through that we have discovered that there's a bug in mailman 3 that allows for a subscription to be registered without an attached email in the database, which leads to an entire mailing list to have all the received mails shunned and never sent out to the mailing list or archived. Over the past few days, the same thing happened to the Factory mailing list. While it's a simple fix for us to clean out the records with null association [1], what it means for the subscribers of this list is that all the mails sent out since the bug occurred are gone from our point of view, and will have to be resent if they haven't reached the mailing list. Sorry for the inconvenience. LCP [Jake] https://lcp.world/ [1] `delete from member where address_id IS NULL;`