[Mailman-Users] Tangent: Exporting information from Mailman to the MTA

Barry Warsaw barry at list.org
Mon May 23 17:43:10 CEST 2011


On May 23, 2011, at 11:18 AM, Jay A. Sekora wrote:

>That reminds me of something I've sort of been wishing for for a bit,
>which would be the ability to expose arbitrary new list-specific
>variables to list admins which would be stored in the list pickle.

In MM3, there are no pickles.  Everything lives in a database (SQLite3 by
default), and the intent (if currently incompletely implemented) is that the
Mailman core engine is entirely controllable and inspectable over
HTTP/REST/JSON.  So presumably, the MTA could query Mailman about anything,
and get a JSON response that should be easily parsed.  Your MTA could of
course query the database directly, but I am not currently making any claims
about the stability of the database schema, while I do intend to support a
stable REST API.

-Barry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/mailman-users/attachments/20110523/e0dea192/attachment.pgp>


More information about the Mailman-Users mailing list