On 10/8/22 07:06, Bill Cole wrote:

It is my understanding that Mailman only puts a message in the archive after it has handed off deliveries to the local MTA.

This is not correct. Mailman processes messages through a pipeline of handlers (see <https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/head:/Mailman/Defaults.py.in#L688>). Towards the end of the pipeline are handlers `ToArchive` and `ToOutgoing`. These handlers simply queue the message for the respective ArchiveRunner and OutgoingRunner processes which process their queues asynchronously from each other.

--
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
   https://mail.python.org/archives/list/mailman-users@python.org/

Reply via email to