Perform any required initialization
super.init(commandListservManager, configuration);
try {
m_listOwner.add(new MailAddress(getCommandListservManager().getListOwner()));
} catch (ParseException e) {
throw new ConfigurationException(e.getMessage(), e);
}