RE: [Exim] Message-ID: header on TCP received messages

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Nigel Metheringham
Data:  
Para: exim-users
Assunto: RE: [Exim] Message-ID: header on TCP received messages
On Mon, 2004-06-21 at 13:55, Larry Rosenman wrote:
> Philip Hazel wrote:
> > On Sat, 12 Jun 2004, Larry Rosenman wrote:
> >
> >>> Good question. Phil disabled unconditional adding of Message-ID: in
> >>> 4.30/56 without rationale, IIRC.
> >
> > The rationale was that silently adding headers to messages from
> > external sources can be very confusing, in a similar way that
> > qualifying unqualified addresses is.
>
> Does that mean we can't get a controlled way to add it?


You can add headers, including Message-Id: in your ACLs

  warn  hosts = +relay_from_hosts
    condition = ${if !def:h_Message-ID: {1}}
    message = Message-ID: <E$message_id@$primary_hostname>


Modify the hosts part as needed...

    Nigel.
--
[ Nigel Metheringham           Nigel.Metheringham@??? ]
[ - Comments in this message are my own and not ITO opinion/policy - ]