Re: [Mailman-Developers] Mailman3: creating a user from an existing address

2014-04-25 Thread Aurelien Bompard
> Can you open a bug? Done: https://bugs.launchpad.net/mailman/+bug/1312884 :-) A. ___ Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://wiki.list.org/x/AgA3 Sea

Re: [Mailman-Developers] Mailman3: creating a user from an existing address

2014-04-25 Thread Barry Warsaw
On Apr 25, 2014, at 06:31 PM, Aurelien Bompard wrote: >Interesting. I'll look into that at some point, but I have a few more >urgent things to do, so if someone wants to beat me to it feel free... >;-) Can you open a bug? -Barry ___ Mailman-Developers

Re: [Mailman-Developers] Mailman3: creating a user from an existing address

2014-04-25 Thread Aurelien Bompard
> So the address is currently unlinked? And you don't want to link it to an > existing user, but to a new user you're about to create? Exactly. The address is unlinked and unverified. I'd like to create a user for it. > Sketching out an approach: > [...] Interesting. I'll look into that at some

Re: [Mailman-Developers] Mailman3: creating a user from an existing address

2014-04-25 Thread Barry Warsaw
On Apr 25, 2014, at 04:55 PM, Aurelien Bompard wrote: >I'm trying to create a User in Mailman 3 from an existing Address. If I were >using the Python interface, that would be very easy: just create the user >with no address and then link the existing address to it. So the address is currently unl

[Mailman-Developers] Mailman3: creating a user from an existing address

2014-04-25 Thread Aurelien Bompard
Hey people, I'm trying to create a User in Mailman 3 from an existing Address. If I were using the Python interface, that would be very easy: just create the user with no address and then link the existing address to it. However, I'm using the REST interface. In mailman.rest.users.AllUser.create()