[Mailman-Developers] Re: Time zone setting and difference in time

2019-09-22 Thread sandeep kumar
Hi Team Can someone provide any inputs for this..?? Regards Sandeep On Sat, Sep 21, 2019 at 6:24 AM sandeep kumar wrote: > Hi Team > > I am observing that there is a time difference in my postorius. On info > page the list metrics option showing time difference of 5 hours. I changed > the

[Mailman-Developers] Re: Can we disable archiving by default

2019-09-22 Thread sandeep kumar
Hi Team I think I have resolved the issue. I have enabled the disabling the archive by default. Made below changes under the /mailman/src/mailman/styles/base.py 208 @public 209 class Noarchive: 210 """Settings for noarchive mailing lists.""" 211 212 def apply(self, mailing_list): 213