try {
transmitter.transmit(mail);
} catch (LocalMailSystemException e) {
logger.warn("Cannot accept mail because of a "
+ "transmission failure", e);
throw new RejectException(e.errorStatus().getSmtpReplyCode(), e
.errorStatus().getMessagePrefixedWithEnhancedStatusCode());
}
}