Re: [exim] Adding missing Date and Message-ID headers to SMT…

Top Page
Delete this message
Reply to this message
Author: Adam Funk
Date:  
To: exim-users
Subject: Re: [exim] Adding missing Date and Message-ID headers to SMTPmessages?
On 2006-06-23, Nigel Metheringham <Nigel.Metheringham@???> wrote:
> On Thu, 2006-06-22 at 11:30 +0100, Adam Funk wrote:
>> How cna I configure Exim 4 to add Date and Message-ID headers --- if
>> they are missing --- to messages received by SMTP?
>>
>> (I think I've searched the documentation for this. If I've missed
>> something, I'd be happy with a link to tell me how to do it.)
>
> The magic words are "submission mode"
>     http://exim.org/exim-html-4.62/doc/html/spec_html/ch43.html


Out of curiosity, why does Exim's default behaviour (using a vanilla
config file) accept a message without Date and Message-ID headers and
relay it without adding them? Does adding "control = submission" have
any other, possibly undesirable, effects?


(As I understand RFC2822, these headers are not strictly obligatory,
but Section 3.6.4 that 'Though optional, every message SHOULD have a
"Message-ID:" field.' and the canonical examples in Appendix A all
have Date and Message-ID headers. I think a reasonable definition of
a "sensible message" would include both of these.)