sebbASF opened a new issue #203: URL: https://github.com/apache/incubator-ponymail-foal/issues/203
It looks like the parser truncates the message-id if it contains a semi-colon. https://lists.apache.org/api/source.lua?id=rlw0sj74by7vbcr1ynt7l7kl9p2wlcph has: Message-ID: <1641082187.abc;;eef...@whimsy-vm6.apache.org> whereas: https://lists.apache.org/api/email.lua?id=rlw0sj74by7vbcr1ynt7l7kl9p2wlcph has: "message-id": "<1641082187.abc", Now ';' is not really supposed to be present in modern message-ids, however ids are supposed to allow them when quoted. However that does not work either: https://lists.apache.org/api/source.lua?id=yz6wszdlymfbwl9d9hnboj00dy06shxr https://lists.apache.org/api/email.lua?id=yz6wszdlymfbwl9d9hnboj00dy06shxr -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@ponymail.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org