Wietse Venema:
> > From <[email protected]>
> > Received: from CLIENT (client.my.domain [xx.xx.xx.xx]) by server.my.domain
> > Message-ID: <xxxx...@client>
First of all, that "From <address>" line is an mbox header that
POSTFIX never sends to milter applications.
> Postfix always produces Received: headers that include "by servername
> (Postfix) with protocolname", followed by "for <recipient>" if the
> message has only one recipient.
The Postfix SMTP server, that is.
> If that information is deleted, then you need to examine your
> header_checks rules.
Mail submitted with /usr/sbin/sendmail gets a Received: header
that looks like:
Received: by servername (Postfix, from userid number)
id queueid; date
which also does not match your quote.
Wietse