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

[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?

[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: >>