I'm using the MailNotifier to send emails. Is it possible to send emails to the "interested users" *except* for a particular address? E.g. suppose Joe makes only very occasional commits and it's easier to just bug him in person. Can I say something like MailNotifier(... excludeAddresses="joe at example.com")? Evan