Mail Person writes:
Hello everyone. I am trying to sort out an error happening when messages are sent to the mailman server. The emails are being sent to the list but I get this error each time:
Internal Server Error: /mailman3/hyperkitty/api/mailman/archive
OperationalError at /hyperkitty/api/mailman/archive (1366, "Incorrect string value: '\\xF0\\x9F\\x90\\xBA\\x0A\\x0A...' for column 'content' at row 1")
This looks like the MySQL "we don't do 4-byte UTF-8" bug.
File "/usr/lib/python3/dist-packages/MySQLdb/cursors.py" in execute 209. res = self._query(query)
and it is MySQL, so the problem is most likely that your MySQL is not configured to handle Unicode properly. See
https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/K...
for a lot of information about this. All the posters have useful comments but start with Mark Sapiro's.