[Mailman-Developers] Regarding Authentication of REST API

2013-04-10 Thread Manish Gill
For the GSoC REST API project, I've been wondering about how authentication would work. OAuth is a way to go if we want authenticated/signed requests. I have a few questions regarding that. - Will Mailman core become an OAuth provider, with Postorius/API being the consumers? - If the answer to

Re: [Mailman-Developers] GSOC Project idea: OpenPGP integration

2013-04-10 Thread Joost van Baal-Ilić
Hi Abhilash Raj, Abhilash Raj raj.abhilash1 at gmail.com schreef: On Sun, Apr 7, 2013 at 4:47 AM, Daniel Kahn Gillmor dkg at fifthhorseman.netwrote: On 04/06/2013 06:53 PM, Paul Wise wrote: On Sun, Apr 7, 2013 at 5:19 AM, Abhilash Raj wrote: I am a undergrad student interested in OpenPGP

[Mailman-Developers] Fwd: Google summer of code 2013

2013-04-10 Thread Pratik Sarkar
I am interested to work in the Anti-spam/anti-abuse in the Mailman project for this year's Google summer of code.How can I contact the respective mentors? Regards, Pratik ___ Mailman-Developers mailing list Mailman-Developers@python.org

Re: [Mailman-Developers] Hi from a student interested in a GSoC project

2013-04-10 Thread Paul Wise
In addition to Augeas, I would encourage you to look at Config::Model. I think you will need the pair of them to do upgrades. There are a number of blog posts on Planet Debian about it and I'm sure the author would be willing to help out.

Re: [Mailman-Developers] Hi from a student interested in a GSoC project

2013-04-10 Thread Elias Assarsson
Thanks. I will have a look at Config::Model too. Any pointers to good sample configuration files to use in trying to evaluate the mentioned tools? 2013-04-10 16:46, Paul Wise skrev: In addition to Augeas, I would encourage you to look at Config::Model. I think you will need the pair of them

Re: [Mailman-Developers] Google summer of code 2013

2013-04-10 Thread Richard Wackerbarth
As has been suggested previously, at this point it is best that you simply start the discussion here on the mailing list. All of the mentors read the list and technical discussions should involve the entire community. On Apr 10, 2013, at 9:25 AM, Pratik Sarkar iampratiksar...@gmail.com wrote:

[Mailman-Developers] Fwd: Eta patha

2013-04-10 Thread Pratik Sarkar
Hi all, I am a 2nd yr undergrad student studying CS at Bengal Engineering and Science University, India. This is the first time I am participating in Google Summer of Code. And I am very interested to contribute to machine learning or NLP related projects. I went through the Python projects of

[Mailman-Developers] Introduction and some ideas

2013-04-10 Thread Pratik Sarkar
Hi all, I am a 2nd yr undergrad student studying CS at Bengal Engineering and Science University, India. This is the first time I am participating in Google Summer of Code. And I am very interested to contribute to machine learning or NLP related projects. I went through the Python projects of

Re: [Mailman-Developers] OpenPGP Integration on GSoC

2013-04-10 Thread Daniel Kahn Gillmor
On 04/09/2013 07:55 PM, Marcos Chavarría Teijeiro wrote: The problem is that I'm not sure if I understand the idea. This is how I see it: 1) Users summit their public key to MailMan server when they register to mail list. 2) The user can get MailMan Server public key 3) When an user want

Re: [Mailman-Developers] OpenPGP Integration on GSoC

2013-04-10 Thread Mark Sapiro
Marcos Chavarría Teijeiro wrote: 4) MailMan decrypt the received message and check if the sign is correct (with the stored public user public key). If the sign is correct, it sends a message to every mail-list subscripter encrypted with each user public key. As Stephen suggests in another