Sorry for late response (i was little bit away from keyboard). I double checked the logs one more time to see, that maybe i can find something from there and i did found something:
Aug 29 08:41:27 2022 (1571056) Exception in the HyperKitty archiver: 'NoneType' object has no attribute 'strip' Aug 29 08:41:27 2022 (1571056) Traceback (most recent call last): File "/opt/mailman/venv/lib64/python3.9/site-packages/mailman_hyperkitty/__init__.py", line 151, in _archive_message url = self._send_message(mlist, msg) File "/opt/mailman/venv/lib64/python3.9/site-packages/mailman_hyperkitty/__init__.py", line 185, in _send_message self.name, msg['Message-Id'].strip()) AttributeError: 'NoneType' object has no attribute 'strip' Aug 29 08:41:27 2022 (1571056) HyperKitty failure on http://127.0.0.1:8000/hyperkitty/api/mailman/archive: {"error": "invalid arguments; address parts cannot contain CR or LF"} (400) Aug 29 08:41:27 2022 (1571056) Exception in the HyperKitty archiver: {"error": "invalid arguments; address parts cannot contain CR or LF"} Aug 29 08:41:27 2022 (1571056) Traceback (most recent call last): File "/opt/mailman/venv/lib64/python3.9/site-packages/mailman_hyperkitty/__init__.py", line 151, in _archive_message url = self._send_message(mlist, msg) File "/opt/mailman/venv/lib64/python3.9/site-packages/mailman_hyperkitty/__init__.py", line 207, in _send_message raise ValueError(result.text) ValueError: {"error": "invalid arguments; address parts cannot contain CR or LF"}
Very wierd error messages. Not sure if it will affect some how memory consuming, but i think it needs to be fixed. Any ideas ?