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

2019-03-01 Thread Mark Sapiro
On 2/14/19 10:11 AM, Mark Sapiro wrote: > 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()]) >>

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. >

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

2019-02-08 Thread Mark Sapiro
On 2/8/19 12:22 AM, Pascal Christen wrote: > > Is it possible to downgrade from 2.1.29 to 2.1.27 to give it a try? 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, configur

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

2019-02-08 Thread Pascal Christen
Hi We still haven't solved that issue. Is it possible to downgrade from 2.1.29 to 2.1.27 to give it a try? Greetings Pascal On 25.09.18 16:44, Mark Sapiro wrote: > On 9/25/18 12:55 AM, Pascal Christen wrote: >> I got a bit deeper into this problem and I >> discovered something: When I add an us

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

2018-09-25 Thread Mark Sapiro
On 9/25/18 12:55 AM, Pascal Christen wrote: > > I got a bit deeper into this problem and I > discovered something: When I add an user with the mass subscription in > the GUI I see that the "testtest_pesc.xyz/config.pck" gets written with > the new user but half a second later it gets overwritten w

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

2018-09-25 Thread Pascal Christen
Hi > When you upgraded, is it possible the older instance is still at least > partially there in a different path. You could be right. I got a bit deeper into this problem and I discovered something: When I add an user with the mass subscription in the GUI I see that the "testtest_pesc.xyz/config.

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

2018-09-23 Thread Mark Sapiro
On 9/22/18 8:27 AM, Pascal Christen wrote: > Yes, on the GUI it got added successfully and even in the log it appears: I have one more idea. When you upgraded, is it possible the older instance is still at least partially there in a different path. I.e., you actually have the list in two instan

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

2018-09-22 Thread Pascal Christen
Yes, on the GUI it got added successfully and even in the log it appears: >/logs/subscribe:Sep 20 10:04:59 2018 (20772) ugh_panteghini.ch: new >/>/shouldfail at pascalchristen.ch , admin mass sub/ ---

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

2018-09-22 Thread Mark Sapiro
On 9/22/18 7:41 AM, Pascal Christen wrote: > >> The only other thing I can think of is some exception is thrown causing >> the updated list to not be saved, but that should be logged in the error >> log. >> What's in Mailman's bounce log? This should not happen, but possibly the >> notice to the o

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

2018-09-22 Thread Pascal Christen
Hi > What's in Mailman's subscribe log? Is there an unsubscription? Nothing special. It just contains that the user got added my mass sub, nothing more. See my first mail on that topic where I pasted some log details > The only other thing I can think of is some exception is thrown causing > the

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

2018-09-21 Thread Mark Sapiro
On 9/21/18 4:25 AM, Pascal Christen wrote: > >> Are users able to subscribe by other methods, e.g, from the listinfo >> page or by email? > Yes no problem when subscribing from the listinfo. >> What's in Mailman's 'error' log? > Nothing... What's in Mailman's subscribe log? Is there an unsubscri

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

2018-09-21 Thread Martin NĂ¼nning
HI Pascal, Had some similar Problem where an sync_members Script was running as a crown job ... eliminating all new members every Minute ... Regards > Am 20.09.2018 um 10:54 schrieb Pascal Christen : > > Hi > > We have a problem since we updated from Mailman 2.1.27 -> 2.1.29 > (FreeBSD). If

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

2018-09-21 Thread Pascal Christen
Hi > Does the list owner get a notification if "Send notifications about new > registrations to the list owner?" is Yes? No, just the new added user get an email with the subject: /"Welcome to the "blabla" mailing list"./ Just if I set it to "No" the owner gets the mail with: "bla...@pascalchrist

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

2018-09-20 Thread Mark Sapiro
On 09/20/2018 01:54 AM, Pascal Christen wrote: > > We have a problem since we updated from Mailman 2.1.27 -> 2.1.29 > (FreeBSD). If we try to add an User on the Webgui "members/add" the Gui > says successfully added and in the logs we see this: ... > And if I check it with the command line tool th

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

2018-09-20 Thread Pascal Christen
Hi We have a problem since we updated from Mailman 2.1.27 -> 2.1.29 (FreeBSD). If we try to add an User on the Webgui "members/add" the Gui says successfully added and in the logs we see this: > logs/subscribe:Sep 20 10:04:59 2018 (20772) ugh_panteghini.ch: new > shouldf...@pascalchristen.ch, adm