If munging is the goal, create a mail-enabled Public Folder with the email 
address desired.  Then have it forward email to the distribution list.  All 
replies will go to the Public Folder which in turn will go back to the list.  I 
did this with Ikakura to achieve listserv functionality.  Initially I just 
wanted auto-DL type management that Ikakura provided.

-------------------------------------------------
Thank you,
Pete Kretche
MCP, A+, HP APS
Senior Network/Systems Administrator
E-mail Administrator
UW - Green Bay
Voice: 920.465.5014
Fax: 920.465.2864
[email protected]

Don't become a phishing victim!!  UW Green Bay and other reputable 
organizations will never use email to request that you reply with your 
password, Social Security number or confidential personal information.


-----Original Message-----
From: Jason Gurtz [mailto:[email protected]] 
Sent: Wednesday, July 01, 2009 1:22 PM
To: MS-Exchange Admin Issues
Subject: RE: Listserv on Exchange

> 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