Re: [exim] blank message-id

Pàgina inicial
Delete this message
Reply to this message
Autor: David Woodhouse
Data:  
A: exim-users
CC: Jan Winter
Assumpte: 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