[Mailman-Developers] Exception when trying to send mail to list

2018-07-25 Thread Kamran Soomro
Hi, Recently I’ve started seeing some weird exceptions when trying to send emails to a list with mailman 3 running in docker: From mailman core logs: sqlalchemy.exc.DataError: (pymysql.err.DataError) (1406, "Data too long for column 'value' at row 1") [SQL: 'INSERT INTO pendedkeyvalue (`key`,

[Mailman-Developers] Re: Exception when trying to send mail to list

2018-07-25 Thread Simon Hanna
On 07/25/2018 09:43 AM, Kamran Soomro wrote: > Hi, > > Recently I’ve started seeing some weird exceptions when trying to send emails > to a list with mailman 3 running in docker: > > From mailman core logs: > > sqlalchemy.exc.DataError: (pymysql.err.DataError) (1406, "Data too long for > column '

[Mailman-Developers] Re: Exception when trying to send mail to list

2018-07-25 Thread Kamran Soomro
Thanks. I am using the docker images from here: https://github.com/maxking/docker-mailman. Not sure how to check what version of HyperKitty is running inside it? Also, I’m afraid you’re going to have to be a bit more descriptive. How do I delete the fulltext_index and rebuild the cache? –Kamr

[Mailman-Developers] Re: Exception when trying to send mail to list

2018-07-25 Thread Kamran Soomro
Ok never mind. I am running HyperKitty 1.1.4. –Kamran > On 25 Jul 2018, at 09:23, Simon Hanna wrote: > > On 07/25/2018 09:43 AM, Kamran Soomro wrote: >> Hi, >> >> Recently I’ve started seeing some weird exceptions when trying to send >> emails to a list with mailman 3 running in docker: >> >

[Mailman-Developers] GDPR disclaimers and redaction in mailman 2

2018-07-25 Thread John Levine
Someone has asked me about some adjustments mailman 2 related to what they think they have to do for GDPR compliance. One is to add some checkbox stuff to agree at subscription time that you understand what info you're providing. I expect this could be spliced in the same way CAPTCHAs are. Anoth

[Mailman-Developers] Re: Exception when trying to send mail to list

2018-07-25 Thread Mark Sapiro
On 07/25/2018 01:23 AM, Simon Hanna wrote: > On 07/25/2018 09:43 AM, Kamran Soomro wrote: >> Hi, >> >> Recently I’ve started seeing some weird exceptions when trying to send >> emails to a list with mailman 3 running in docker: ... > This seems to be the following issue > https://gitlab.com/mailma

[Mailman-Developers] Re: GDPR disclaimers and redaction in mailman 2

2018-07-25 Thread A. Schulze
John Levine: Another is to provide different views of what lists exist depending on what IP address you're connecting from, so internal lists are only visible on the internal network. you could let the webserver control the access to specific URL but that may be painful if you have many list