Hi there,
We have been a long time user of your product. In order for us to allow our helpdesk to search for failed incoming e-mails, I wrote an asp.net application that allows them to search the logs based on a date and an e-mail address. I noticed that one of the rejected e-mail failure reasons (EmailTO is not in AuthorizedTOEmail list) has a different result at the end of the failure. Most of the time, a failure ends in the log with either "will be rejected" or "will be disconnected". These are the phrases that I use to key on in my program. The failure noted above does not really have a failure notice. It just ends in "disconnect". Would it be possible to end this type of failure in the same way that the other failures do? Maybe in the next version???
Here is the log section I am talking about...
08/13/08 00:02:37:310 -- (2932) Connection from: 66.xx.xx.205 - Originating country : United States 08/13/08 00:02:37:435 -- (2932) Received MAIL FROM: mailto:administrator@xxxx.xx - administrator@xxxx.xx 08/13/08 00:02:37:450 -- (2932) Received RCPT TO: mailto:ckli@xxxxx.gov - ckli@xxxxx.gov 08/13/08 00:02:37:466 -- (2932) - EmailTO is not in AuthorizedTOEmail list... 08/13/08 00:02:37:497 -- (2932) Resolving 66.xx.xx.205 - mail.xxxxx.com 08/13/08 00:02:37:700 -- (2932) found SPF record for xxxx.xx: v=spf1 ip4:66.xx.xx.192/27 a mx -all 08/13/08 00:02:37:700 -- (2932) SPF query result: pass 08/13/08 00:02:37:700 -- (2932) - SPF analysis for xxxx.xx done: - pass 08/13/08 00:02:37:700 -- (2932) Mail from: mailto:administrator@xxxx.xx - administrator@xxxx.xx 08/13/08 00:02:37:857 -- (2932) - MAPS search done... 08/13/08 00:02:37:857 -- (2932) RCPT TO: mailto:ckli@xxxxx.gov - ckli@xxxxx.gov accepted 08/13/08 00:02:37:919 -- (2932) Disconnect
So what I am looking for is to change "disconnect" to:
Mail from: mailto:administrator@xxxx.xx - administrator@xxxx.xx To: mailto:ckli@xxxxx.gov - ckli@xxxxx.gov will be rejected
It would be great for us if that could be done, pretty please....
Thanks, Chris
|