Hello,
I have installed mailman3 and i want to administrate it with rest api, i ve read https://mailman-cli.readthedocs.io/en/latest/src/mailmanclient/cli/docs/usin... and https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/rest/docs/p... and https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/commands/do...
i tryied with mailman command, but it don't do some actions (eg. delete held messages...). i tryied mailman shell...
i tryied with curl to manage it, i can see if there is a pending message with :
curl --user restadmin:restpass http://localhost:8001/3.1/lists/ml@domain.tld/held/count|| python3 -m json.tool|
but how to delete all held messages ? is it possible in one time ? And how to select a specific message to discard /accept / defer ?
do i have to use a POST ?
Regards,
PatG