I have a smoke test build that runs on a post-commit trigger. Once a week I'd like it to do a full, clean build with a different set of notifications. Obviously I can create a second project do to this, but the more elegant solution would be if I could control notifications by trigger. E.g. the weekly trigger would send out success and failure emails while the post-commit might only report on build failure.