[Mailman-Developers] GSOC 12

2012-02-20 Thread Jagannathan Tiruvallur Eachambadi
hi all, I am currently doing my first year of under-graduation in NIT-Trichy. I was reading the GSOC 12 getting started page and I am unable to to get the Django server working. I get ERNO 111 , I tried shutting down apache in my computer. But that did not solve the problem. I get the

Re: [Mailman-Developers] GSOC 12

2012-02-20 Thread Jagannathan Tiruvallur Eachambadi
Sorry, the error is TemplateDoesNotExist. I forgot to start the mailman runner. This is the error I am getting : http://dpaste.com/705614/ On Mon, Feb 20, 2012 at 4:10 PM, Jagannathan Tiruvallur Eachambadi jagannatha...@gmail.com wrote: hi all, I am currently doing my first year of

Re: [Mailman-Developers] GSOC 12

2012-02-20 Thread Florian Fuchs
Hi Jagannathan, if the Error is TemplateDoesNotExist, the first thing to check would be: Does the relevant file exist and does the user starting the server have the necessary rights to access it? In your case that would be the following file:

Re: [Mailman-Developers] Probe messages should not sent Precedence header

2012-02-20 Thread Barry Warsaw
On Feb 18, 2012, at 06:38 AM, Aamir Khan wrote: As suggested by Barry, I am working on this new bug, 808821https://bugs.launchpad.net/mailman/+bug/808821. As i browsed though the code of mailman, i found that 'src/mailman/bin/disabled.py' is the script which runs to send the messages to all the

Re: [Mailman-Developers] Probe messages should not sent Precedence header

2012-02-20 Thread Aamir Khan
On Tue, Feb 21, 2012 at 12:19 AM, Barry Warsaw ba...@list.org wrote: On Feb 18, 2012, at 06:38 AM, Aamir Khan wrote: As suggested by Barry, I am working on this new bug, 808821https://bugs.launchpad.net/mailman/+bug/808821. As i browsed though the code of mailman, i found that