[Mailman-Users] Re: Errors with new version

2020-05-14 Thread Stephen J. Turnbull
Mark Sapiro writes: > -op, data = v > -if (op == Pending.SUBSCRIPTION and > -data.address.lower() == email.lower()): > +if (v[0] == Pending.SUBSCRIPTION and > +v[1].address.lower() == email.lower()): Pedantic Python

[Mailman-Users] Re: Errors with new version

2020-05-14 Thread Sebastian Hagedorn
Am 13.05.20 um 19:42 schrieb Mark Sapiro: > On 5/13/20 4:48 AM, Sebastian Hagedorn wrote: >> Hi, >> >> we seem to have new entries in the error log. I believe they have only >> started to appear with the recent updates, but I cannot swear to that: >> >> admin(7095): [- Mailman Version: 2.1.33

[Mailman-Users] Re: Errors with new version

2020-05-13 Thread Mark Sapiro
On 5/13/20 4:48 AM, Sebastian Hagedorn wrote: > Hi, > > we seem to have new entries in the error log. I believe they have only > started to appear with the recent updates, but I cannot swear to that: > > admin(7095): [- Mailman Version: 2.1.33 -] > admin(7095): [- Traceback --]