vttran

Results 33 issues of vttran

https://issues.apache.org/jira/browse/JAMES-3797 https://github.com/linagora/james-project/issues/4588

Fixing: Resource leaked Re-create the situation: `org.apache.james.mailets.GatewayRemoteDeliveryIntegrationTest` ``` 11:48:03.733 [ERROR] o.a.j.l.a.Disposable$LeakAwareFinalizer - Leak detected! Resource org.apache.james.server.core.MimeMessageInputStreamSource$Resource@66bd8880 was not released before its referent was garbage-collected. This resource was instanced at: org.apache.james.server.core.MimeMessageInputStreamSource#create:124...

Jira: https://issues.apache.org/jira/browse/JAMES-3616 Should remove this header is better (instead of changing it). But look like `spark` does not support removing.

Ref: https://rspamd.com/doc/architecture/protocol.html#http-headers By add "Deliver-To" header when request to rspamd. ``` Defines actual delivery recipient of message. Can be used for personalized statistics and for user specific options. ```

I'm using the HTTP protocol for interacting with Rspamd. As a document write: ``` Defines actual delivery recipient of message. Can be used for personalized statistics and for user specific...

Continue of https://github.com/apache/james-project/pull/1882