linagora / james-project

Mirror of Apache James Project
Apache License 2.0
70 stars 63 forks source link

Default conf: do not send bounce upon reprocessing #5136

Closed chibenwa closed 4 months ago

chibenwa commented 4 months ago

This is very annoying for users

chibenwa commented 4 months ago
            <matcher name="not-reprocessed" match="org.apache.james.mailetcontainer.impl.matchers.Not">
                <matcher match="HasMailAttribute=mailRepository-reprocessing"/>
            </matcher>

            && 

<mailet match="not-reprocessed" class="Bounce">
chibenwa commented 4 months ago

https://github.com/apache/james-project/pull/2139