Re: [Mailman-Users] REST API user_id and mailman_id are big integers

2019-04-22 Thread Mark Sapiro
On 4/22/19 1:18 AM, Kiffin Gish wrote: > I'm implementing a frontend for accessing the mailman-core via the REST > interface. This list is primarily for support of Mailman 2.1. While some of us who read this list are also involved with Mailman 3, some Mailman 3 developers do not read this list.

Re: [Mailman-Users] Changing non-member message

2019-04-22 Thread Mark Sapiro
On 4/22/19 6:22 PM, Bernie Cosell wrote: > Is it possible [at least without hacking the python code] to change the > default > reject message that gets sent when a not-allowed member posts to a list. Go to the list admin Privacy options... -> Sender filters If the non-member posts are rejected

[Mailman-Users] Changing non-member message

2019-04-22 Thread Bernie Cosell
Is it possible [at least without hacking the python code] to change the default reject message that gets sent when a not-allowed member posts to a list. the default message is a terse "non-members are not allowed to post to this list", but that confuses a lot of people. they don't think of b

[Mailman-Users] REST API user_id and mailman_id are big integers

2019-04-22 Thread Kiffin Gish
Hi there. I'm implementing a frontend for accessing the mailman-core via the REST interface. Two problems arise, and both are related to the fact that in the json response the mailman_id and the user_id are big integers. As the values are greater than the maximum json integer format they a