I recently set up something like this. Our organization has a lot of Google Groups that have to allow emails from outsiders, and periodically we get emails sent to 30+ groups, pretending to be from the minister. 
I used compliance to redirect suspicious emails to our catchall account, which I monitor. That way, if we happen to get a legit email from someone with an email address that matches our regex, I can pass it along to the person or group who should get it.
Here's an example of one of the regular expressions I used to redirect any email from Gmail, Hotmail, or Yahoo that has "rev" (short for reverend) in the username part of the email:
Please let me know if this sounds like it would work for you, and I can share the detailed instructions I recently created when I went back to add another regex and realized I had forgotten some of the steps ;-)