sebbASF opened a new issue #127: URL: https://github.com/apache/incubator-ponymail-foal/issues/127
https://github.com/apache/incubator-ponymail-foal/blob/6bbb4f49c99a22962afe7953b5fa06dfea341ec2/server/plugins/messages.py#L361-L364 AFAICT this will always result in the body being limited to BODY_MAXLEN + 1 (i.e. 201), as body_short is limited to SHORT_BODY_MAX_LEN+1 (i.e. 201) by the archiver. So what is the point of the shorten option? Why not just replace body with body_short? And if so, what is the point of the body field? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
