This is an automated email from the ASF dual-hosted git repository.

btellier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


    from 8e7c7ac7ae [FIX] Add more JMX disclaimers
     new 39886e3947 JAMES-3944 Add more tests with filter forwards with self 
forward use cases
     new 45356a83d1 JAMES-3944 Forcing local copy out of forwards
     new b99353a17d JAMES-3944 Forcing local copy out of forwards rule
     new c08a1bbb29 JAMES-3944 Rename CommonProcessor: rrtError
     new d7b0c26128 JAMES-3944 Record forward loops as rrt-error
     new c86910953c JAMES-3944 Keep original name
     new e21f85beec JAMES-3944 IsSenderInRRTLoop should also rely on recorded 
recipients
     new 8b418eb6de JAMES-3944 Configure rrt-error in more places
     new d7475326f1 JAMES-3944 Reprocessing should reset loop detection

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/test/resources/mailetcontainer.xml         |   4 +
 .../org/apache/james/cli/DomainManageTest.java     |   2 +-
 .../src/test/resources/mailetcontainer.xml         |   6 +
 .../main/resources/defaultJmapMailetContainer.xml  |   5 +
 .../apache/james/mailets/TemporaryJamesServer.java |   2 +
 .../mailets/configuration/CommonProcessors.java    |   2 +-
 .../mailets/FilterForwardIntegrationTest.java      |  55 ++++-
 .../james/mailets/ForwardIntegrationTest.java      |  76 ++++++-
 .../james/mailets/ForwardLoopIntegrationTest.java  | 221 ++++++++++++++++++---
 .../org/apache/james/mailets/MailetErrorsTest.java |   7 +
 .../james/transport/mailets/AliasMappingTest.java  |   2 +-
 .../james/transport/mailets/DomainMappingTest.java |   2 +-
 .../transport/mailets/GroupMappingRelayTest.java   |   2 +-
 .../james/transport/mailets/GroupMappingTest.java  |   2 +-
 .../src/main/resources/mailetcontainer.xml         |   9 +
 .../mailets/RecipientRewriteTableProcessor.java    |  37 +++-
 .../transport/matchers/IsSenderInRRTLoop.java      |  11 +-
 .../transport/matchers/IsSenderInRRTLoopTest.java  |  27 +++
 .../RemoteDeliveryForwardIntegrationTest.java      |   2 +-
 .../james/jmap/mailet/filter/ActionApplier.java    |  38 +++-
 .../james/jmap/mailet/filter/JMAPFiltering.java    |  11 +-
 .../src/test/resources/mailetcontainer.xml         |   6 +
 .../src/test/resources/mailetcontainer.xml         |   5 +
 .../src/test/resources/mailetcontainer.xml         |   5 +
 .../WebAdminServerIntegrationImmutableTest.java    |   6 +-
 .../integration/WebAdminServerIntegrationTest.java |   6 +-
 .../webadmin/service/ReprocessingService.java      |   3 +
 .../routes/MailRepositoriesRoutesTest.java         |  30 +++
 testing/base/src/main/resources/logback-test.xml   |   4 -
 upgrade-instructions.md                            |   3 +
 30 files changed, 530 insertions(+), 61 deletions(-)


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

Reply via email to