Andreas Schulze: > Wietse Venema: > > > To avoid [incompatibility] with Sendmail, Postfix would have to > > > implement the same behavior as Sendmail: ignore the MTA's own > > > received header when reporting headers to Milters, but don't ignore > > > the MTA's own received header when receiving Milter requests [...]. > > > > I have patches for evaluation: > > > > Postfix 2.12 released 20140918 or later: > > no difference to 2.12-20141011 > > the milterchain "spf-milter, amavisd-milter, opendkim + opendmarc" produce > the same header chain: > > ... > Authentication-Results: from opendmarc-milter > Authentication-Results: from opendkim-milter > X-Spam-foo: added by amavisd-milter from amavisd + spamassassin > Received: from MTA > Authentication-Results: from spf-milter > ... > > in short: no problem here (as before ...)
I changed the algorithm that decides what headers are VISIBLE to a Milter. I did not change the header ORDER. Wietse