uudeview's author makes 1023 chars as maximum header line
length (see line 167 of uulib/uuscan.c). Handling this
limit in the ScanHeaderLine function may skip all header
lines after very long splitted line because of finding CR
in the truncated string (at ptr) instead of scan source
stream (uugen_inbuffer).
PR: ports/84999
Submitted by: Alexey Khlyamkov <bsd@prj.lll.pp.ru>
Approved by: maintainer timeout