| pcartland 2005-05-02, 4:57 pm |
| We have a win2003 server where we have created a virtual server. The purpose of the server is to receive email which is then picked up by an OnTransportSubmission event sink and placed into MSMQ for processing by a parsing application. The original emails are actually sent to several Exchange 5.5 mail server group addresses. The Exchange 5.5 server then sends the mail to several smtp virtual servers (different locations) for processing.
We have had numerous difficulties getting the event sink to pick up all of the mail for processing. We have tried explicit mail from rules and that has picked up most of the mail but not all. Most recently we have changed the sink to mail from=*. That has caused the event sink to pick up some messages that weren't previously being picked up, but is not picking up others that were being picked up before.
Is there a something I'm missing? |