Re: [PR] JAMES-4888 FILTER: forward loop issue [james-project]

2023-10-24 Thread via GitHub
chibenwa commented on code in PR #1758: URL: https://github.com/apache/james-project/pull/1758#discussion_r1371161662 ## mailet/api/src/main/java/org/apache/mailet/LoopPrevention.java: ## @@ -0,0 +1,70 @@ +/ + *

Re: [PR] JAMES-4888 FILTER: forward loop issue [james-project]

2023-10-24 Thread via GitHub
hungphan227 commented on code in PR #1758: URL: https://github.com/apache/james-project/pull/1758#discussion_r1371124089 ## mailet/api/src/main/java/org/apache/mailet/LoopPrevention.java: ## @@ -0,0 +1,70 @@ +/ + *

Re: [PR] JAMES 3897 - Crowdsec integration for SMTP Authentication [james-project]

2023-10-24 Thread via GitHub
quantranhong1999 commented on code in PR #1759: URL: https://github.com/apache/james-project/pull/1759#discussion_r1371113212 ## third-party/crowdsec/sample-configuration/collections/james.yaml: ## @@ -2,5 +2,5 @@ parsers: - crowdsecurity/syslog-logs -

Re: [PR] Introduce a ResolvedBucketName type to avoid temporal coupling (and e… [james-project]

2023-10-24 Thread via GitHub
Arsnael commented on code in PR #1754: URL: https://github.com/apache/james-project/pull/1754#discussion_r1371086584 ## server/blob/blob-api/src/main/java/org/apache/james/blob/api/ResolvedBucketName.java: ## @@ -0,0 +1,66 @@

Re: [PR] JAMES 3897 - Crowdsec integration for SMTP Authentication [james-project]

2023-10-24 Thread via GitHub
Arsnael commented on code in PR #1759: URL: https://github.com/apache/james-project/pull/1759#discussion_r1371084162 ## third-party/crowdsec/sample-configuration/collections/james.yaml: ## @@ -2,5 +2,5 @@ parsers: - crowdsecurity/syslog-logs -

Re: [PR] Introduce a ResolvedBucketName type to avoid temporal coupling (and e… [james-project]

2023-10-24 Thread via GitHub
aduprat commented on code in PR #1754: URL: https://github.com/apache/james-project/pull/1754#discussion_r1370832940 ## server/blob/blob-api/src/main/java/org/apache/james/blob/api/ResolvedBucketName.java: ## @@ -0,0 +1,66 @@

Re: [PR] JAMES-4888 FILTER: forward loop issue [james-project]

2023-10-24 Thread via GitHub
aduprat commented on code in PR #1758: URL: https://github.com/apache/james-project/pull/1758#discussion_r1370814127 ## mailet/api/src/main/java/org/apache/mailet/LoopPrevention.java: ## @@ -0,0 +1,70 @@ +/ + *

[james-site] branch asf-staging updated: Site checkin for project Apache James: Jenkins Tools

2023-10-24 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/james-site.git The following commit(s) were added to refs/heads/asf-staging by this push: new b4fa3e07d Site checkin for

Re: [PR] JAMES 3897 - Crowdsec integration for SMTP Authentication [james-project]

2023-10-24 Thread via GitHub
thanhbv200585 commented on code in PR #1759: URL: https://github.com/apache/james-project/pull/1759#discussion_r1370385195 ## third-party/crowdsec/sample-configuration/collections/james.yaml: ## @@ -2,5 +2,5 @@ parsers: - crowdsecurity/syslog-logs -

Re: [PR] JAMES-4888 FILTER: forward loop issue [james-project]

2023-10-24 Thread via GitHub
Arsnael commented on code in PR #1758: URL: https://github.com/apache/james-project/pull/1758#discussion_r1369933823 ## server/mailet/integration-testing/src/test/java/org/apache/james/mailets/ForwardLoopIntegrationTest.java: ## @@ -158,15 +159,15 @@ void

Re: [PR] JAMES 3897 - Crowdsec integration for SMTP Authentication [james-project]

2023-10-24 Thread via GitHub
Arsnael commented on code in PR #1759: URL: https://github.com/apache/james-project/pull/1759#discussion_r1369931734 ## third-party/crowdsec/sample-configuration/collections/james.yaml: ## @@ -2,5 +2,5 @@ parsers: - crowdsecurity/syslog-logs -

Re: [PR] JAMES-4877 FILTER: Forward action [james-project]

2023-10-24 Thread via GitHub
Arsnael merged PR #1751: URL: https://github.com/apache/james-project/pull/1751 -- 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:

[james-project] branch master updated: JAMES-4877 FILTER: Forward action (#1751)

2023-10-24 Thread rcordier
This is an automated email from the ASF dual-hosted git repository. rcordier 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 5ff567bc1c JAMES-4877 FILTER: Forward

Re: [PR] JAMES 3897 - Crowdsec integration for SMTP Authentication [james-project]

2023-10-24 Thread via GitHub
quantranhong1999 commented on code in PR #1759: URL: https://github.com/apache/james-project/pull/1759#discussion_r1369794560 ## third-party/crowdsec/sample-configuration/collections/james.yaml: ## @@ -2,5 +2,5 @@ parsers: - crowdsecurity/syslog-logs -

Re: [PR] JAMES-3950 JMAP: configuration to disable extension [james-project]

2023-10-24 Thread via GitHub
quantranhong1999 commented on code in PR #1760: URL: https://github.com/apache/james-project/pull/1760#discussion_r1369792569 ## server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/core/JmapRfc8621Configuration.scala: ## @@ -77,7 +81,13 @@ object

Re: [PR] JAMES 3897 - Crowdsec integration for SMTP Authentication [james-project]

2023-10-24 Thread via GitHub
vttranlina commented on code in PR #1759: URL: https://github.com/apache/james-project/pull/1759#discussion_r1369786440 ## third-party/crowdsec/sample-configuration/collections/james.yaml: ## @@ -2,5 +2,5 @@ parsers: - crowdsecurity/syslog-logs -

Re: [PR] JAMES-4888 FILTER: forward loop issue [james-project]

2023-10-24 Thread via GitHub
quantranhong1999 commented on code in PR #1758: URL: https://github.com/apache/james-project/pull/1758#discussion_r1369769386 ## server/mailet/integration-testing/src/test/java/org/apache/james/mailets/ForwardLoopIntegrationTest.java: ## @@ -158,15 +159,15 @@ void

Re: [PR] JAMES-4888 FILTER: forward loop issue [james-project]

2023-10-24 Thread via GitHub
hungphan227 commented on code in PR #1758: URL: https://github.com/apache/james-project/pull/1758#discussion_r1369747916 ## server/mailet/integration-testing/src/test/java/org/apache/james/mailets/ForwardLoopIntegrationTest.java: ## @@ -158,15 +159,15 @@ void