[PR] Use io.netty.tryReflectionSetAccessible=true JVM option [james-project]

2024-02-12 Thread via GitHub
chibenwa opened a new pull request, #1996: URL: https://github.com/apache/james-project/pull/1996 On Java >= 9 Netty requires the io.netty.tryReflectionSetAccessible system property to be set to true to enable This setting was taken from Cassandra jvm11-server.option --

(james-project) branch io.netty.tryReflectionSetAccessible created (now 76881a8787)

2024-02-12 Thread btellier
This is an automated email from the ASF dual-hosted git repository. btellier pushed a change to branch io.netty.tryReflectionSetAccessible in repository https://gitbox.apache.org/repos/asf/james-project.git at 76881a8787 Use io.netty.tryReflectionSetAccessible=true JVM option This branch

(james-project) 01/01: Use io.netty.tryReflectionSetAccessible=true JVM option

2024-02-12 Thread btellier
This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch io.netty.tryReflectionSetAccessible in repository https://gitbox.apache.org/repos/asf/james-project.git commit 76881a878742b9a7706cce64bd686894948b327a Author: Benoit TELLIER AuthorDate: Tue

Re: [PR] JAMES-3986 AttachmentFileNameIs should be decently tested [james-project]

2024-02-12 Thread via GitHub
chibenwa commented on PR #1991: URL: https://github.com/apache/james-project/pull/1991#issuecomment-1939500668 Thanks Jean! -- 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.

Re: [PR] JAMES-3986 AttachmentFileNameIs should be decently tested [james-project]

2024-02-12 Thread via GitHub
chibenwa commented on code in PR #1991: URL: https://github.com/apache/james-project/pull/1991#discussion_r1486721633 ## mailet/standard/src/test/java/org/apache/james/transport/matchers/AttachmentFileNameIsTest.java: ## @@ -0,0 +1,586 @@

(james-project) branch master updated: JAMES-3986 AttachmentFileNameIs should be decently tested (#1991)

2024-02-12 Thread btellier
This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git The following commit(s) were added to refs/heads/master by this push: new 1edda804a8 JAMES-3986

Re: [PR] JAMES-3986 AttachmentFileNameIs should be decently tested [james-project]

2024-02-12 Thread via GitHub
chibenwa merged PR #1991: URL: https://github.com/apache/james-project/pull/1991 -- 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:

[PR] [FIX] Email/set should allow creating an email with attachment of a d… [james-project]

2024-02-12 Thread via GitHub
chibenwa opened a new pull request, #1995: URL: https://github.com/apache/james-project/pull/1995 …estroyed message Twake mail relies on this for updating a draft message -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

(james-project) 01/02: [JAMES-3897] implements a crowdsec based SMTP connect handler

2024-02-12 Thread jhelou
This is an automated email from the ASF dual-hosted git repository. jhelou pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git commit 07c3a4ba5a316bf6f1230e7097b7afc562ed9b53 Author: Jean Helou AuthorDate: Wed Jan 17 18:31:51 2024 +0100

(james-project) branch master updated (ba70de1fad -> a6617039ab)

2024-02-12 Thread jhelou
This is an automated email from the ASF dual-hosted git repository. jhelou pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git from ba70de1fad [JAMES-3978] adds some tags to build scans new 07c3a4ba5a [JAMES-3897] implements a crowdsec

(james-project) 02/02: [JAMES-3897] refactors ehlo hook to use crowdsec service

2024-02-12 Thread jhelou
This is an automated email from the ASF dual-hosted git repository. jhelou pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git commit a6617039ab154058ada7d21a6e31367b3078547e Author: Jean Helou AuthorDate: Sun Feb 11 22:34:38 2024 +0100

Re: [PR] [JAMES-3897] Crowdsec SMTP connect hook [james-project]

2024-02-12 Thread via GitHub
jeantil merged PR #1994: URL: https://github.com/apache/james-project/pull/1994 -- 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:

Re: [PR] [JAMES-3897] Crowdsec SMTP connect hook [james-project]

2024-02-12 Thread via GitHub
jeantil commented on PR #1994: URL: https://github.com/apache/james-project/pull/1994#issuecomment-1939324269 There was a green build before I rebased to include the readme fix. master has not changed since then so I will consider this as flakyness in the test suite -- This is an

Re: [PR] JAMES-3986 AttachmentFileNameIs should be decently tested [james-project]

2024-02-12 Thread via GitHub
jeantil commented on code in PR #1991: URL: https://github.com/apache/james-project/pull/1991#discussion_r1486567849 ## mailet/standard/src/main/java/org/apache/james/transport/matchers/AttachmentFileNameIs.java: ## @@ -266,11 +267,10 @@ protected boolean matchFoundInZip(Part

Re: [PR] JAMES-3986 AttachmentFileNameIs should be decently tested [james-project]

2024-02-12 Thread via GitHub
jeantil commented on code in PR #1991: URL: https://github.com/apache/james-project/pull/1991#discussion_r1486564158 ## mailet/standard/src/test/java/org/apache/james/transport/matchers/AttachmentFileNameIsTest.java: ## @@ -0,0 +1,586 @@

Re: [PR] JAMES-3986 AttachmentFileNameIs should be decently tested [james-project]

2024-02-12 Thread via GitHub
jeantil commented on code in PR #1991: URL: https://github.com/apache/james-project/pull/1991#discussion_r1486563305 ## mailet/standard/src/test/java/org/apache/james/transport/matchers/AttachmentFileNameIsTest.java: ## @@ -0,0 +1,586 @@

Re: [PR] [JAMES-3897] Crowdsec SMTP connect hook [james-project]

2024-02-12 Thread via GitHub
jeantil commented on code in PR #1994: URL: https://github.com/apache/james-project/pull/1994#discussion_r1485914858 ## third-party/crowdsec/src/main/java/org/apache/james/crowdsec/CrowdsecSMTPConnectHandler.java: ## @@ -0,0 +1,88 @@

Re: [PR] JAMES-3986 AttachmentFileNameIs should be decently tested [james-project]

2024-02-12 Thread via GitHub
chibenwa commented on PR #1991: URL: https://github.com/apache/james-project/pull/1991#issuecomment-1938202035 @jeantil maybe? (VN coworkers are off for the Tet) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use