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

commit ca9438ca2f48cf8029625f1374ed45d23c9ab67a
Author: Rene Cordier <rcord...@linagora.com>
AuthorDate: Tue Feb 25 17:07:11 2025 +0700

    [Postgres] Fix default mailetcontainer.xml
---
 server/apps/postgres-app/sample-configuration/mailetcontainer.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/apps/postgres-app/sample-configuration/mailetcontainer.xml 
b/server/apps/postgres-app/sample-configuration/mailetcontainer.xml
index 6bd95a89f4..c5e09b8bda 100644
--- a/server/apps/postgres-app/sample-configuration/mailetcontainer.xml
+++ b/server/apps/postgres-app/sample-configuration/mailetcontainer.xml
@@ -77,10 +77,10 @@
             <mailet match="All" class="RecipientRewriteTable">
                 <errorProcessor>rrt-error</errorProcessor>
             </mailet>
-            <mailet match="All" class="VacationMailet">
+            <mailet match="RecipientIsLocal" class="VacationMailet">
                 <onMailetException>ignore</onMailetException>
             </mailet>
-            <mailet match="All" 
class="org.apache.james.jmap.mailet.filter.JMAPFiltering">
+            <mailet match="RecipientIsLocal" 
class="org.apache.james.jmap.mailet.filter.JMAPFiltering">
                 <onMailetException>ignore</onMailetException>
             </mailet>
             <mailet match="RecipientIsLocal" class="Sieve"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to