|
|
Question : Problem with adding a disclaimer (event sink) on Exchange 2003
|
|
Hello, I'm trying to add a disclaimer to all e-mail messages going out from an Exchange Eerver 2003 (SBS 2003 SP2) using the method described in the article "How to add a disclaimer to outgoing SMTP messages in Visual Basic script" (http://support.microsoft.com/default.aspx?scid=kb;en-us;317680):
cscript smtpreg.vbs /add 1 OnArrival SMTPScriptingHost CDO.SS_SMTPOnArrivalSink "MAIL FROM=*@mydomain.local" cscript smtpreg.vbs /setprop 1 onarrival SMTPScriptingHost Sink ScriptName "C:\EventSinkScript.vbs"
I can see that the event sink is registered, but no disclaimer is attached to the messages. And yes, the EventSinkScript.vbs file is actually on C:\.
Any ideas?
Thanks, J
|
Answer : Problem with adding a disclaimer (event sink) on Exchange 2003
|
|
|
|
|
|
|