fix_whitespace_lines: Why does it NOT fix whitespace lines?
Mike Schleif
1helices at gmail.com
Tue May 31 15:02:07 CEST 2016
What do I have to do to understand what "fix_whitespace_lines" is intended
to do?
In our case, it does NOT "fix whitespace lines" ...
Please, advise. Thank you.
~ Mike
On Fri, May 27, 2016 at 10:35 AM, Mike Schleif <1helices at gmail.com> wrote:
> What is "fix_whitespace_lines" intended to do?
>
> What am I missing?
>
>
>
> On Thu, May 26, 2016 at 10:26 AM, Mike Schleif <mike at mdsresource.net>
> wrote:
>
>> Please, advise.
>>
>> What is "fix_whitespace_lines" intended to do?
>>
>> Thank you.
>>
>>
>>
>> On Wed, May 25, 2016 at 9:18 AM, Mike Schleif <mike at mdsresource.net>
>> wrote:
>>
>>> postfix 2.10.1
>>>
>>> Why are we getting the following error on some outgoing replies?
>>> "Improper folded header field made up entirely of whitespace"
>>>
>>> # grep fix_w /usr/sbin/amavisd
>>> my($fix_whitespace_lines, $fix_long_header_lines, $fix_bare_cr) =
>>> (0,0,0);
>>> $fix_whitespace_lines = 1 if
>>> c('allow_fixing_improper_header_folding');
>>> $fix_whitespace_lines = 1; # fix MIME::Entity artifacts
>>> last if !$fix_whitespace_lines || $next_head !~ /^[ \t]*\n\z/s;
>>> if ($fix_whitespace_lines) { # unfold illegal all-whitespace
>>> lines
>>>
>>> # grep fix_w /etc/amavisd/amavisd.conf
>>> ... EMPTY ...
>>>
>>> What am I missing?
>>>
>>> ~ Mike
>>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.amavis.org/pipermail/amavis-users/attachments/20160531/f76f1190/attachment.html>
More information about the amavis-users
mailing list