* Setup a composite Or matcher and test it
* @throws MessagingException
*/
private void setupMatcher() throws MessagingException {
FakeMailContext context = new FakeMailContext();
matcher = new Or();
FakeMatcherConfig mci = new FakeMatcherConfig("Or",context);
matcher.init(mci);
Matcher child = null;
FakeMatcherConfig sub = null;
child = new RecipientIs();