This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push: new c4cfa41 Docco [skip ci] c4cfa41 is described below commit c4cfa41cd6f34ad9b413d71c5fbe2563cdc1fe0f Author: Sebb <s...@apache.org> AuthorDate: Sun Mar 30 14:43:12 2025 +0100 Docco [skip ci] --- tools/plugins/generators.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/plugins/generators.py b/tools/plugins/generators.py index 69c02d2..20ffdc8 100644 --- a/tools/plugins/generators.py +++ b/tools/plugins/generators.py @@ -62,6 +62,9 @@ def full(msg, _body, lid, _attachments, _raw_msg): but different copies of the message are likely to have different headers, thus ids WARNING: the archiver by default adds an archived-at header with the current time. This is included in the hash, so messages will get different Permalinks if reloaded from source + + Note also that the policy (compat32, default, smtputf8) affects the contents returned by as_bytes() + and thus the generated id. Parameters: msg - the parsed message