Home All Groups Group Topic Archive Search About

how to make E2K7 process Emails with bad x-sender

Author
19 Jan 2009 6:39 PM
Reinhard Bentrup
We are receiving emails from our ISP via POP account using 3rd party GFI
MailEssentials. This utility drops incoming mails in the pickup directory.

On some emails, for instance if an email could not be delivered, the
"x-sender" field holds just "MAILER-DAEMON". Exchange 2007 does not forward
this email due to invalid x-sender (if I change it to
MAILER-DAE***@dummy.com it works fine!).

How can I get Exchange to process emails with invalid (or certain invalid)
x-sender entries?

Any help is much appreciated!

Reinhard

Author
20 Jan 2009 8:00 AM
Tino Donderwinkel
Here's a tool that strips the x-headers;

http://www.codeplex.com/HeaderFilterAgent

You can also write your own agent to handle the headers;

http://www.tino.nl/index.php/2008/08/27/homebrew-exchange-agent/

whatever it is you are looking for, you should be targetting the transport
services; presumably with a transport agent.

Tino



Show quoteHide quote
"Reinhard Bentrup" <b***@bentrup.de> wrote in message
news:ewbgIVmeJHA.556@TK2MSFTNGP06.phx.gbl...
> We are receiving emails from our ISP via POP account using 3rd party GFI
> MailEssentials. This utility drops incoming mails in the pickup directory.
>
> On some emails, for instance if an email could not be delivered, the
> "x-sender" field holds just "MAILER-DAEMON". Exchange 2007 does not
> forward this email due to invalid x-sender (if I change it to
> MAILER-DAE***@dummy.com it works fine!).
>
> How can I get Exchange to process emails with invalid (or certain invalid)
> x-sender entries?
>
> Any help is much appreciated!
>
> Reinhard
>