You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ponymail.apache.org by GitBox <gi...@apache.org> on 2021/11/10 17:22:44 UTC

[GitHub] [incubator-ponymail-foal] sebbASF opened a new issue #127: What is this code trying to do?

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: issues-unsubscribe@ponymail.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-ponymail-foal] sebbASF commented on issue #127: What is this code trying to do?

Posted by GitBox <gi...@apache.org>.
sebbASF commented on issue #127:
URL: https://github.com/apache/incubator-ponymail-foal/issues/127#issuecomment-969121342


   Not a problem


-- 
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-unsubscribe@ponymail.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-ponymail-foal] sebbASF closed issue #127: What is this code trying to do?

Posted by GitBox <gi...@apache.org>.
sebbASF closed issue #127:
URL: https://github.com/apache/incubator-ponymail-foal/issues/127


   


-- 
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-unsubscribe@ponymail.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org