19 Sep
2024
19 Sep
'24
5:39 p.m.
I'm working on a feature to allow configuration of mailing lists using the REST API. The docs show how to do this: https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/rest/docs/l...
But I'd like to be able to verify settings using the mailman command or Python shell; and surprisingly I can't find where in the docs it shows how you can read settings on a per-list basis. I'm fine with either option, but I've spent about an hour digging through source code and docs and I'm not finding it. Would someonebe so kind as to point out how I can inspect configuration on a list by list basis? TIA.