You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ponymail.apache.org by sebb <se...@gmail.com> on 2017/09/08 21:15:01 UTC

Cluster id generator is not stable

I now think the cluster id generator is not stable.

This is because it uses the parsed body rather than the raw bytes.

The parsed body can vary.
For example if an installation uses html-parser then some emails will
get different bodies.

Also the way that bodies are parsed has changed over time, and may do so again.
For example, encoding errors are currently ignored when parsing some
body types; it may be decided to replace errors with the error marker.