Querying Exchange for Delivery Status Notification
Hello,
well, DSN messages are standardized (well, sort of):
http://www.cse.ohio-state.edu/cgi-bin/rfc/rfc1891.html
However, Exchange modifies incoming DSNs to make them more "readable". You
can find more on this topic at http://www.m***changefaq.de/internet/ndr.htm
(German only, you could try Google Translations or Altavista Babelfish).
Especially, the following part might be of interest for you, as it disables
the modifications done to DSN messages. You need to change a registry. But
be aware, that this will effect the entire server!
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\M***changeIS\ParametersSystem\InternetContent]
"RenderDSNsAsMessages"=dword:00000001
Best regards,
Henning Krause
|