* This has been created to test javamail 1.4 introduced bug.
* http://issues.apache.org/jira/browse/JAMES-490
*/
public void testDeliveryToSelfWithGatewayAndBind() throws Exception {
finishSetUp(m_testConfiguration);
outgoingSpool = new InMemorySpoolRepository();
((MockStore) m_serviceManager.lookup(Store.ROLE)).add("outgoing", outgoingSpool);
RemoteDelivery rd = new RemoteDelivery();
MockMailContext mmc = new MockMailContext();