@Test(expected = PostponeException.class)
public void testSendBothPostponed()
throws SendException, RecipientsWereRejectedException,
PostponeException {
twoMxDnsExpectation();
new Expectations() {
{
mailToHostTransmitter.transmit((Mail) any, (InetAddress) any);
result = POSTPONE_EXCEPTION;
mailToHostTransmitter.transmit((Mail) any, (InetAddress) any);