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 009a49d788 [FIX] Avoid sending bounce when reprocessing - fix mailet
class
009a49d788 is described below
commit 009a49d7888ac8601a4eaefa8aeaaaf0069590b6
Author: Tung Tran <[email protected]>
AuthorDate: Fri Apr 5 17:25:37 2024 +0700
[FIX] Avoid sending bounce when reprocessing - fix mailet class
---
server/apps/distributed-app/sample-configuration/mailetcontainer.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/server/apps/distributed-app/sample-configuration/mailetcontainer.xml
b/server/apps/distributed-app/sample-configuration/mailetcontainer.xml
index 7885ff1796..bcd4a99f11 100644
--- a/server/apps/distributed-app/sample-configuration/mailetcontainer.xml
+++ b/server/apps/distributed-app/sample-configuration/mailetcontainer.xml
@@ -52,7 +52,7 @@
<mailet match="All" class="MetricsMailet">
<metricName>mailetContainerErrors</metricName>
</mailet>
- <mailet match="not-reprocessed" class="MetricsMailet">
+ <mailet match="not-reprocessed" class="Bounce">
<onMailetException>ignore</onMailetException>
</mailet>
<mailet match="All" class="ToRepository">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]