Re: [exim] blank message-id

Top Page
Delete this message
Reply to this message
Author: David Woodhouse
Date:  
To: exim-users
CC: Jan Winter
Subject: Re: [exim] blank message-id
On Fri, 2005-08-26 at 14:03 +0100, Tony Finch wrote:
> If you want to fix up messages with blank Message-ID: fields you can
> add something like the following to your LMTP transport:
>
>         headers_remove = ${if match{$h_Message-ID:}{\N^\s*$\N} \
>                               {Message-ID} {} }


Alternatively you could just configure Exim to reject such corrupt
messages in the first place.

--
dwmw2