System.err.println("Check spool manager logs for more details.");
throw new ConfigurationException("Unable to init mailet", ex);
}
if (mailet != null && matcher != null) {
MailetManagement wrappedMailet = new MailetManagement(mailet);
MatcherManagement wrappedMatcher = new MatcherManagement(matcher);
String onMatchException = null;
MailetConfig mailetConfig = wrappedMailet.getMailetConfig();
if (mailetConfig instanceof MailetConfigImpl) {
onMatchException = ((MailetConfigImpl) mailetConfig).getInitAttribute("onMatchException");