<div dir="ltr"><div>postfix 2.10.1</div><div><br></div><div>Why are we getting the following error on some outgoing replies?</div><div>    "Improper folded header field made up entirely of whitespace"</div><div><br></div><div># grep fix_w /usr/sbin/amavisd</div><div>  my($fix_whitespace_lines, $fix_long_header_lines, $fix_bare_cr) = (0,0,0);</div><div>    $fix_whitespace_lines  = 1  if c('allow_fixing_improper_header_folding');</div><div>    $fix_whitespace_lines = 1;  # fix MIME::Entity artifacts</div><div>        last  if !$fix_whitespace_lines || $next_head !~ /^[ \t]*\n\z/s;</div><div>        if ($fix_whitespace_lines) {  # unfold illegal all-whitespace lines</div><div><br></div><div># grep fix_w /etc/amavisd/amavisd.conf</div><div>... EMPTY ...</div><div><br></div><div>What am I missing?</div><div><br></div><div>~ Mike</div><div><br></div></div>