Re: [Mailman-Users] User doesn't get added to mailinglist

2019-02-14 Thread Mark Sapiro
On 2/14/19 7:13 AM, Pascal Christen wrote: > > Ok I got it. I've just reviewed the patch > (https://launchpadlibrarian.net/379908276/patch.txt) for CVE-2018-13796 > and found that line: > > +longest = max([len(x) for x in list_names()]) > > > So at every request it gets ALL lists an

Re: [Mailman-Users] User doesn't get added to mailinglist

2019-02-14 Thread Pascal Christen
On 14.02.19 12:38, Pascal Christen wrote: > Ok I just downgraded and it was much better. Did a patch from 2.1.27 to > 2.1.29 had impact on the performance? Because the performance of 2.1.27 > is much better compared to 2.1.29 and that's mayeb the reason the users > don't get added because of slow p

Re: [Mailman-Users] User doesn't get added to mailinglist

2019-02-14 Thread Pascal Christen
Hi On 08.02.19 16:02, Mark Sapiro wrote: > You will find tarballs for all released versions at > . > > If you installed 2.1.29 from source, just download the version you want, > unpack it, configure it with the same command you used for 2.1.29, and > install it. >