public void testSimpleAttachment2() throws MessagingException, IOException {
Mailet mailet = new StripAttachment();
FakeMailetConfig mci = new FakeMailetConfig("Test",
new FakeMailContext());
mci.setProperty("directory", "./");
mci.setProperty("remove", "all");
mci.setProperty("notpattern", "^(winmail\\.dat$)");
mailet.init(mci);