// header so that we can see what the true destination
// would have been with support for sub-folders
localMessage.setSubject("["
+ repositoryDestinationBuffer.toString() + "] "
+ localMessage.getSubject());
localMessage.saveChanges();
// NOTE: recipient will have to change to a MailAddress built
// from the repositoryDestinationBuffer
aMailetContext
.storeMail(aMail.getSender(), recipient, localMessage);
delivered = true;