[Mailman-Developers] Re: Periodically getting KeyError File in Mailman 3

2020-02-24 Thread Shashikanth Komandoor
; in __getattr__ 479. file = self.__dict__['file']Exception Type: KeyError at /postorius/lists/msgteam-hyd.lsmgr.nic.in/ <http://msgteam-hyd.lsmgr.nic.in/>Exception Value: 'file'* Please help me by suggesting the resolution for this issue. Thanks in advance. On Mon, Feb 24, 202

[Mailman-Developers] Admin, Accounts and Hyperkitty Pages are not loading Properly on Setting DEBUG = False

2020-02-25 Thread Shashikanth Komandoor
Dear Team, If I set the DEBUG = False in */var/lib/mailman/mailman-suite/mailman-suite-project/settings.py* file, I don't see the pages of the applications Accounts, Admin and Hyperkitty are loaded properly. After browsing google, I came to know that the pages of CSS, js and images are

[Mailman-Developers] where to configure max_days_to_hold on MM3 GUI interface?

2020-01-29 Thread Shashikanth Komandoor
Hi Sir, I came to know that the held messages can be restricted to be processed after a specific no of days or can be discard after some days using the parameter *max_days_to_hold*. But I could see that parameter value configurable on MM2 GUI interface in General Options but I

[Mailman-Developers] Periodically getting KeyError File in Mailman 3

2020-02-06 Thread Shashikanth Komandoor
Hi Team, I am able to successfully install and use the Mailman 3 product but even after the installation also while clicking on different links, I am getting KeyError related to File. I tried to regenerate it but could not and not sure when it happens, how frequently it

[Mailman-Developers] Daily Summary of pending requests are not being sent

2020-01-24 Thread Shashikanth Komandoor
Hi Sir/Team, As per the URL < https://docs.mailman3.org/en/latest/config-core.html#configuring-cron-jobs>, I understood that the command "mailman notify" is responsible to send the daily notifications to the owners of the list which of course should be as part of the cron job list

[Mailman-Developers] Can I install Mailman 3.3 on RHEL 8 ?

2020-01-24 Thread Shashikanth Komandoor
Hi Team/Sir, Can Mailman 3.3 be installed on RHEL 8? I got this query because while I was trying to install the prerequisites for Mailman 3.3 as per the website http://docs.mailman3.org/en/latest/devsetup.html I found nodejs-less is also to be installed.

[Mailman-Developers] Cron of Mailman notify is not working

2020-01-28 Thread Shashikanth Komandoor
Hello, With your help, I was able to setup mailman 3.3 on my RHEL 7.5 machine and running well and good. For daily notification I have added the below line in the crontab: 00 08 * * * /var/lib/mailman/venv3/bin/mailman notify But this cron job is not working while I was

[Mailman-Developers] Re: How to know the URLs for CURL while getting or modifying the data of mailman 3

2020-04-28 Thread Shashikanth Komandoor
Thank you Mark and Abhilash. Your guidance is much appreciated and helped me a lot. On Sat, Apr 25, 2020 at 9:42 PM Mark Sapiro wrote: > On 4/25/20 6:16 AM, Shashikanth Komandoor wrote: > > Thank you for your response Stephen. > > > > Thanks for giving the URL. I th

[Mailman-Developers] Re: How to know the URLs for CURL while getting or modifying the data of mailman 3

2020-04-25 Thread Shashikanth Komandoor
Stephen, Thank you for your response. I am sorry for getting confused between two lists mailman-users and mailman-developers. Developers may be busy and my question may be basic but still there is a space for more politeness at your end to advice me. Apart from that, you

[Mailman-Developers] Re: How to know the URLs for CURL while getting or modifying the data of mailman 3

2020-04-25 Thread Shashikanth Komandoor
for curl from the content written for python prompt Please help with 2 or more examples with out feeling it as risk. On Sat, Apr 25, 2020 at 6:39 PM Stephen J. Turnbull < turnbull.stephen...@u.tsukuba.ac.jp> wrote: > Shashikanth Komandoor writes: > > > But I don

[Mailman-Developers] Re: Question about REST API for Mailman 3

2020-04-24 Thread Shashikanth Komandoor
s-free. www.avast.com <https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Fri, Apr 24, 2020 at 8:19 PM Shashikanth Komandoor < shashikanth.komand...@gmail.com> wrote: > Hi team, > >

[Mailman-Developers] Question about REST API for Mailman 3

2020-04-24 Thread Shashikanth Komandoor
Hi team, I am developing an application on which just clicking on submit with some input values loaded should invoke the REST API of Mailman 3 running on another server and do some activities like adding of user(s) to a list or removal of user(s) from a list or so. Is it

[Mailman-Developers] How to know the URLs for CURL while getting or modifying the data of mailman 3

2020-04-25 Thread Shashikanth Komandoor
Hi team, Somehow, I have enabled the REST API of mailman 3 accessible from another machine. I am able to see some data using the command cURL and by providing the REST API credentials. But I don't know the URLs to be used for the purpose I want to do some thing like I