try {
out = appender.getOutputStream();
} catch (LocalMailSystemException e) {
logger.error("Cannot accept mail because of a "
+ "maildrop failure", e);
appender.rollback();
throw new RejectExceptionExt(e.errorStatus());
}
try {
out.write(constructReturnPathLine(mail));
mail.mailData.writeTo(out);