dur...@mgtsciences.com: > > From: Wietse Venema <wie...@porcupine.org> > > To: Postfix users <postfix-users@postfix.org> > > Date: 07/24/2018 11:53 AM > > Subject: Re: Missing 'Received' in header > > Sent by: owner-postfix-us...@postfix.org > > > > dur...@mgtsciences.com: > > > I receive email through Postfix, then relay it on to my Domino server. > In > > > my old Sendmail > > > setup the Received were in the header, now they are missing. Is there > > > > something I > > > am doing which is striping them off? > > > > > > === main.cf === > > ... > > > header_checks = regexp:/etc/postfix/header_checks > > > > I suggest that you look there. > > Thank you. I have this there. > /^X-SPAM-FLAG:\s+YES/ REDIRECT s...@mycompany.com > > How can I keep this without wiping out the original header?
This does not drop Recived: headers. You are dropping those headers in some other way. Wietse