> My same thought but higher ups thought it would be too much to ask the
> people in the group to hit “reply to all” and wanted it set up this way.

This makes me wonder how hard it would be (if all you wanted was reply-to:
munging and no other functionality) to write an event sink that would do 
this?  That should be workable with either dist. groups or mail enabled 
public folder.

Pseudo code:

if(msgObj.sentTo == myList) {
    msgObj.replyTo = myList;
}

~JasonG

Reply via email to