public void testCopyOnWrite() throws IOException, MessagingException {
t.setSpool(new MockSpoolRepository());
Matcher recipientIs = new RecipientIs();
recipientIs.init(new DummyMatcherConfig("rec1@domain.com"));
Matcher all = new All();
all.init(new DummyMatcherConfig(""));
Mailet changeBody = new MyMailet();
Mailet changeBody2 = new MyMailet();
changeBody.init(mockMailetConfig);