chibenwa opened a new pull request, #2552: URL: https://github.com/apache/james-project/pull/2552
 In dead letter And then  Looking at the code we freaking load all mailbox messages at once then send them to RspamD in a single API call... Apparently too much data to handle for RSpamd, the process got pkilled...  Maybe we can iterate over mailbox messages load their content and report it individually? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
