sebbASF opened a new issue #198: URL: https://github.com/apache/incubator-ponymail-foal/issues/198
The following condition can never be true: https://github.com/apache/incubator-ponymail-foal/blob/1df39b3bd6876ce1896558b90092d69c3fcfbe57/server/plugins/defuzzer.py#L159 This is because bit[0:1] has length 1. The code should be bit[0:2] -- 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