Victor Duchovni:
> On Wed, Sep 10, 2008 at 05:09:16PM +1000, Colin Campbell wrote:
>
> > Hi,
> >
> > Can someone explain why we saw the following in our logs?
> >
> > Sep 4 19:50:32 postfix postfix/cleanup[18097]: A68A6220005: message-id=:
> > <[EMAIL PROTECTED]>
> > Sep 4 19:50:32 postfix postfix/cleanup[18097]: A68A6220005:
> > message-id=<k6nzin.5uo3rf@>newsletters.datapro.co.za
> >
>
> If a message has multiple "message-id" headers, cleanup(8) will log
> each one.
In this case, one of the message-id headers looked like this:
message-id:: <5 [EMAIL PROTECTED]>
and the second one:
message-id: <k6nzin.5uo3rf@>newsletters.datapro.co.za
where "message-id" may have been spelled as "Message-ID", "Message-Id",
or some other combination of upper or lower case characters.
So, neither header was "normal".
Wietse