Merge remote-tracking branch 'btellier/MAILET-122'
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/35ccb7ba Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/35ccb7ba Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/35ccb7ba Branch: refs/heads/master Commit: 35ccb7baad33b856ce408895c4e3c8c0d9026183 Parents: df506d9 aa5c838 Author: Antoine Duprat <[email protected]> Authored: Mon Oct 10 11:38:37 2016 +0200 Committer: Antoine Duprat <[email protected]> Committed: Mon Oct 10 11:38:37 2016 +0200 ---------------------------------------------------------------------- .../base/AutomaticallySentMailDetectorImpl.java | 3 +- .../mailet/base/GenericRecipientMatcher.java | 16 +- .../AutomaticallySentMailDetectorImplTest.java | 21 +++ .../james/transport/matchers/RecipientIs.java | 24 +-- .../transport/matchers/RecipientIsRegex.java | 6 +- .../apache/james/transport/matchers/UserIs.java | 34 ++--- .../matchers/AbstractRecipientIsTest.java | 75 ---------- .../matchers/RecipientIsRegexTest.java | 150 +++++++------------ .../transport/matchers/RecipientIsTest.java | 102 +++++++------ .../james/transport/matchers/UserIsTest.java | 102 +++++++------ .../AbstractRecipientRewriteTableMailet.java | 20 +-- .../integration/SetMessagesMethodTest.java | 4 +- 12 files changed, 253 insertions(+), 304 deletions(-) ---------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
