[Mailman-Developers] Re: Facing problem in setting up environment

2019-03-08 Thread NAYAN KHANNA
Hello Arpit, please try the following; The thing that worked for me: pip install falcon==1.4.1 $sudo lsof -i:8000 #If you get a PID here, run $kill $sudo lsof -i:8001 #If you get a PID here, run $kill $sudo lsof -i:8002 #If you get a PID here, run $kill $mailman stop $mailman start On

[Mailman-Developers] Re: {Disarmed} Re: Regarding Sending messages/posts to the list

2019-03-08 Thread Mark Sapiro
On 3/8/19 8:18 PM, NAYAN KHANNA wrote: > >> Is the HyperKitty list you are trying to post to known to Mailman core? > I didn't quite understand this? List known to Mailman core as in? Please > elaborate a bit. Known to mailman core as in appears in the output of 'mailman lists'. I ask because

[Mailman-Developers] Re: {Disarmed} Re: Regarding Sending messages/posts to the list

2019-03-08 Thread NAYAN KHANNA
Thanks a lot Mark for the clarification. I am now successfully able to inject messages to a maillist using mailman inject. > Is the HyperKitty list you are trying to post to known to Mailman core? I didn't quite understand this? List known to Mailman core as in? Please elaborate a bit. Thanks

[Mailman-Developers] Re: Reason for file in mailman/src/mailman/model?

2019-03-08 Thread aaryan bhagat
Thanks Mark for clarification I have thought of working on "Implementing bounce features in mailman 3 " as my gsoc project I will create a new thread soon regarding the current status and will ask for inputs there. On Sat, 9 Mar 2019, 08:21 Mark Sapiro, wrote: > On 3/8/19 4:56 PM, Aaryan Bhagat

[Mailman-Developers] Re: Reason for file in mailman/src/mailman/model?

2019-03-08 Thread Mark Sapiro
On 3/8/19 4:56 PM, Aaryan Bhagat wrote: > There is some basic problem that has been tinkering me. > In the codebase we have a MODELS folder in MAILMAN REPO > We are forming classes using implementer from zope.interface although we have > created interface already in INTERFACE folder. > I read

[Mailman-Developers] Reason for file in mailman/src/mailman/model?

2019-03-08 Thread Aaryan Bhagat
There is some basic problem that has been tinkering me. In the codebase we have a MODELS folder in MAILMAN REPO We are forming classes using implementer from zope.interface although we have created interface already in INTERFACE folder. I read the doc on implementer but not much is given. Any

[Mailman-Developers] Re: Mentored sprints for diverse beginners at PyCon 2019

2019-03-08 Thread Mark Sapiro
On 3/8/19 12:34 PM, Abhilash Raj wrote: > > I have signed us up for Mentored Sprints for diverse beginners[1] at PyCon US > 2019. It is happening 4th of May 2019 from 2:30pm to 6:30pm in Cleveland > Ohio, USA. I am planning to be there for 4 hours to help people get started > with

[Mailman-Developers] Re: Introduction

2019-03-08 Thread Abhilash Raj
Hi Kanav, On Thu, Mar 7, 2019, at 6:37 PM, Kanav Gupta wrote: > Hi, > I am Kanav Gupta, a third-year undergraduate at International Institute of > Information Technology, Hyderabad. I would like to contribute to GNU > Mailman. I am pretty comfortable with Python and Django and have also > worked

[Mailman-Developers] Re: {Disarmed} Re: Regarding Sending messages/posts to the list

2019-03-08 Thread Mark Sapiro
On 3/8/19 11:35 AM, NAYAN KHANNA wrote: > I apologize for the last message being sent incomplete. > > Mark, I just checked all of the above files. > All of them have contents as expected. I meant that I am not able to > correctly recognize the syntax of `mailman inject` . > I tried using mailman

[Mailman-Developers] Mentored sprints for diverse beginners at PyCon 2019

2019-03-08 Thread Abhilash Raj
Hi All, I have signed us up for Mentored Sprints for diverse beginners[1] at PyCon US 2019. It is happening 4th of May 2019 from 2:30pm to 6:30pm in Cleveland Ohio, USA. I am planning to be there for 4 hours to help people get started with contributing to Mailman. If anyone is planning to

[Mailman-Developers] Re: Regarding Sending messages/posts to the list

2019-03-08 Thread Mark Sapiro
On 3/8/19 11:58 AM, NAYAN KHANNA wrote: > > I tried all the above solutions which you gave. But in every case, I am > greeted with a message > 'Error: Missing argument "LISTSPEC".' Please let me know what am I missing. My error. Answered in my next reply. -- Mark Sapiro The highway is

[Mailman-Developers] Re: Regarding Sending messages/posts to the list

2019-03-08 Thread NAYAN KHANNA
What's the contents of the various directories in Mailman's var/queue? All of them are empty yet. What's in Mailman's var/logs/mailman.log and var/logs/smtp.log? var/logs/mailman.log Mar 07 02:59:44 2019 (21651) Master started Mar 07 02:59:53 2019 (21660) command runner started. Mar 07 02:59:53

[Mailman-Developers] Re: Regarding Sending messages/posts to the list

2019-03-08 Thread Mark Sapiro
On 3/8/19 11:29 AM, NAYAN KHANNA wrote: > Mark, I just checked all of the above files. > All of them have contents as expected. I meant that I am not able to > correctly recognise the syntax of `maiman inject What do you mean by "contents as expected". Do you know what to expect? To use

[Mailman-Developers] Re: Regarding Sending messages/posts to the list

2019-03-08 Thread NAYAN KHANNA
I apologize for the last message being sent incomplete. Mark, I just checked all of the above files. All of them have contents as expected. I meant that I am not able to correctly recognize the syntax of `mailman inject` . I tried using mailman inject -q digest TEXT mailman inject -q TEXT mailman

[Mailman-Developers] Re: Regarding Sending messages/posts to the list

2019-03-08 Thread NAYAN KHANNA
Mark, I just checked all of the above files. All of them have contents as expected. I meant that I am not able to correctly recognise the syntax of `maiman inject On Fri, Mar 8, 2019 at 10:01 PM Mark Sapiro wrote: > On 3/8/19 4:59 AM, NAYAN KHANNA wrote: > > I am facing problems in sending

[Mailman-Developers] Regarding Sending messages/posts to the list

2019-03-08 Thread Mark Sapiro
On 3/8/19 4:59 AM, NAYAN KHANNA wrote: > I am facing problems in sending messages to a list. I tried using mailman > inject but still couldn't succeed in sending a message. I am not able to > understand how it works. Have you started Mailman core - 'mailman start'? What's the contents of the

[Mailman-Developers] Regarding Sending messages/posts to the list

2019-03-08 Thread NAYAN KHANNA
I am facing problems in sending messages to a list. I tried using mailman inject but still couldn't succeed in sending a message. I am not able to understand how it works. I could run mailman inject -s and see the correct output but when i tried using the -q option, I havent got success using it

[Mailman-Developers] Re: Introduction

2019-03-08 Thread Aaryan Bhagat
Hi Kanav I believe you should start reading The Contributing Guide http://docs.mailman3.org/en/latest/devsetup.html and the GSoC Ideas--- https://wiki.list.org/DEV/Google%20Summer%20of%20Code%202019 to start with. ___ Mailman-Developers mailing