Re: [Mailman-Developers] Query regarding ambiguous behavior of REST API due to case-sensitivity of email addresses

2015-03-08 Thread Barry Warsaw
On Mar 03, 2015, at 02:15 PM, Ankush Sharma wrote: >> 2. Later on, in the same function the following code checks if the email >> is matched: >> >> *for address in user.addresses:* >> *if address.email == email:* >> * break* >> >> Here *email* is in *preserved case* w

Re: [Mailman-Developers] Query regarding ambiguous behavior of REST API due to case-sensitivity of email addresses

2015-03-03 Thread Ankush Sharma
Hello people, I guess you guys might be busy. I am unable to figure out this issue yet, can anyone help ? Thanks, Ankush Sharma github.com/black-perl On Sun, Mar 1, 2015 at 2:43 PM, Ankush Sharma < ankush.sharma.ec...@iitbhu.ac.in> wrote: > Hello people, > > I want to report an issue in Mailman

[Mailman-Developers] Query regarding ambiguous behavior of REST API due to case-sensitivity of email addresses

2015-03-01 Thread Ankush Sharma
Hello people, I want to report an issue in Mailman core that drives a bug in the Mailman REST API. I was testing Postorius's *mass subscribe* feature. When an email address associated with an already existing member is used for subscription, the REST API returns a 409 code saying `Member already s