<div dir="ltr"><div>postfix 2.10.1</div><div><br></div><div>How can I turn OFF the following particular header check ONLY for outgoing email?</div><div>    "Improper folded header field made up entirely of whitespace"</div><div><br></div><div>We're using postfix between the internet and MS Exchange 2010, and MS Outlook 2010 MUA.</div><div><br></div><div>Several times per week, outgoing mail is quarantined for this header violation, always in the References: header, example below:</div><div><br></div><div>...</div><div>References: <<a href="mailto:BY1PR13MB0151F1E18A901505CAE7F071CC710@BY1PR13MB0151.namprd13.prod.outlook.com">BY1PR13MB0151F1E18A901505CAE7F071CC710@BY1PR13MB0151.namprd13.prod.outlook.com</a>></div><div> <1F13EA4287F2B24EA0E390BCFD313E7AB8A51E8D@SemExchange.sempris.local></div><div> <<a href="mailto:BY1PR13MB01510E8FAC2AA3D5241F8BD4CC710@BY1PR13MB0151.namprd13.prod.outlook.com">BY1PR13MB01510E8FAC2AA3D5241F8BD4CC710@BY1PR13MB0151.namprd13.prod.outlook.com</a>></div><div><br></div><div>Accept-Language: en-US</div><div>...</div><div><br></div><div>We do not want to turn header checks off completely. Incoming email is not a problem for us.</div><div><br></div><div>For internal automated emails from legacy systems, we have already implemented:</div><div>  $interface_policy{'10027'}   = 'SENDERBYPASS';</div><div>  $policy_bank{'SENDERBYPASS'} = {</div><div>    bypass_header_checks_maps  => [1],</div><div>    final_bad_header_destiny   => D_PASS,</div><div>   ... }</div><div>via: /etc/postfix/amavis_sender_bypass</div><div><br></div><div>How can we turn OFF only this one header check for all outbound email?</div><div><br></div></div>