Ralph Seichter put forth on 9/11/2010 4:12 AM: > There were no recommendations so far, and I wonder if that means I do > have to write a before-queue content filter myself? Has nobody else yet > tried to remove headers from submitted e-mail before DKIM signatures are > added?
First hit on Google: http://www.posluns.com/guides/hedrem.html What you want to do seems exceedingly simple. Maybe you can provide an example of an unobfuscated header and tell us exactly which lines you want removed. If you're only after Received: lines simply write regexes to kill those lines with IPs matching your internal subnets, and possibly 127.0.0.1 to remove content filter Received: lines. Am I missing something that's preventing you from using header_checks for your purposes? -- Stan