}
@Test(expected = PostponeException.class)
public void testSendSingleHostPostponeException() throws SendException,
RecipientsWereRejectedException, PostponeException {
new Expectations() {
{
mxLookup.queryMxTargets();
result = new Name[] { HOST1_EXAMPLE_COM_NAME };
addressLookup.queryAddresses();