On Thu, Oct 26, 2017, at 02:21 PM, Dmitry Makovey wrote:
Hi,
we are trying to figure out what is that we're doing wrong as we can't use instructions that mailman sends with information on held messages as referenced in: https://gitlab.com/mailman/mailman/blob/master/src/mailman/chains/hold.py#L2...
In particular - replying to the message with "Approved: listpassword" we were not able to approve any message.
Did you add it to the body/subject of the email?
AFAIK, Mailman looks for "Approed" header to approve the held messages.
Since there's no place we could find in interface to change ML password I did it through the mailmanclient:
ml=client.get_list('mylists@lists.some.com') ml.settings['moderator_password']='password123' ml.settings.save()
after which we've used above password trying to approve messages following the steps outlined above.
What are we doing wrong, or where to look for further information?
-- Sr System and DevOps Engineer SoM IRT
Mailman-users mailing list mailman-users@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Email had 1 attachment:
- signature.asc 1k (application/pgp-signature)
-- Abhilash Raj maxking@asynchronous.in