> Sorry for that confusion. Historically, I wrote public-inbox > and -mda because I needed to migrate mailing lists with a > several month window where the old list would be active, > but I was preparing for the switch: > > So it started as: > > posters -> to_be_shutdown_host -> MTA (postfix) -> public-inbox-mda > > And ends up being: > > posters -> MTA (postfix) -> public-inbox-mda --[1]--> (mlmmj|mailman) > > > It sounds like what you're doing is: > > MTA -> (mlmmj|mailman) -> public-inbox-mda > > Which wasn't my original intended usecase for -mda, but is for -watch. Interesting! The reason I set it up this way is that mailman (at least v3) doesn't archive raw incoming mail -- the default archiver, Hyperkitty, pulls out the body and some headers it cares about, saves them into a database, and discards the rest. Which IMO is not great for an archiver (although I do like Hyperkitty as a web interface for people who haven't yet seen the light of mail). So my plan is to use public-inbox as my primary archiver, and just use Hyperkitty as a "modern" web interface.