I have a web app where-in all users and group emails under a google apps account are being fetched using provisioning API.
When a user inputs a team email address in UI, it is automatically expanded to the email address of all members in that group.
e.g.
Say group email is:
grp@example.com
Members of group are:
abc@example.com (member)
def@example.com (member)
ijk@example.com (owner)
When a user (say abc@example.com) logs in my app and writes grp@example.com, it is replaced by abc@example.com,def@example.com,ijk@example.com
Now if the group is of type announcement, will it be a good idea (from security point of view) to auto-expand group email?