On Wed, 24 May 2000, Jason J. Horton wrote:
> As far as I understand, Exim only injects a Message-ID if the mail
> client does not add a Message-ID. Is there a way to get Exim to
> create a valid Message-ID if the message has an empty one?
I suppose you could stick something like
headers_remove = ${if eq {$h_message-id:}{<>}{message-id}}
headers_add = ${if eq {$h_message-id:}{<>} \
{message-id: ....new value ...}}
into an approprate router, director, or transport. Or even the
equivalent into a system filter, come to think of it.
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.