<div dir="ltr"><div><div>Why does adding "allow_fixing_improper_header_folding" to "$policy_bank{'MYNETS'}" NOT fix this problem for outgoing email?</div><div><br></div><div>$policy_bank{'MYNETS'} = {</div><div>  allow_fixing_improper_header_folding => 0,</div><div>  originating => 1,</div><div>  os_fingerprint_method => undef,</div><div>};</div></div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 18, 2016 at 8:49 AM, Mike Schleif <span dir="ltr"><<a href="mailto:mike@mdsresource.net" target="_blank">mike@mdsresource.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><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" target="_blank">BY1PR13MB0151F1E18A901505CAE7F071CC710@BY1PR13MB0151.namprd13.prod.outlook.com</a>></div><div> <1F13EA4287F2B24EA0E390BCFD313E7AB8A51E8D@SemExchange.sempris.local></div><div> <<a href="mailto:BY1PR13MB01510E8FAC2AA3D5241F8BD4CC710@BY1PR13MB0151.namprd13.prod.outlook.com" target="_blank">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>
</blockquote></div><br></div></div>