Then it screws up the reply-to. -sc
> -----Original Message----- > From: Kretche, Peter [mailto:[email protected]] > Sent: Wednesday, July 01, 2009 3:00 PM > To: MS-Exchange Admin Issues > Subject: RE: Listserv on Exchange > > To get rid of the "Forwarded From:" garbage set the Method in the rule > to "Leave Message Intact" > > ------------------------------------------------- > 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: Steven M. Caesare [mailto:[email protected]] > Sent: Wednesday, July 01, 2009 1:36 PM > To: MS-Exchange Admin Issues > Subject: RE: Listserv on Exchange > > It's what I do too... now if only the public folder assistant wouldn’t > insert the "Forwarded from..." header garbage in the body of the > message. > > I asked the list about customizing this form/behavior a while back to > no avail... > > :( > > -sc > > > -----Original Message----- > > From: Kretche, Peter [mailto:[email protected]] > > Sent: Wednesday, July 01, 2009 2:27 PM > > To: MS-Exchange Admin Issues > > Subject: RE: Listserv on Exchange > > > > 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 > > > >
