Commit 0043eb863af4199f0e95de410664b16fd06ab426

Incorrect headers: Refer user to bad-header option

BerliOS Bug #17272 by Björn Voigt.
NEWS
(4 / 0)
  
7272 then - silently - succeeds. Fetchmail, unless in verbose mode, will collect
7373 all connect errors and only report them if all of them fail.
7474
75# CHANGES
76* When encountering incorrect headers, fetchmail will refer to the bad-header
77 option in the manpage. BerliOS Bug #17272, change suggested by Björn Voigt.
78
7579# KNOWN BUGS AND WORKAROUNDS:
7680 (this section floats upwards through the NEWS file so it stays with the
7781 current release information - however, it was stuck with 6.3.8 for a while)
transact.c
(1 / 1)
  
592592 has_nuls = TRUE;
593593 if (outlevel > O_SILENT)
594594 report(stdout,
595 GT_("incorrect header line found while scanning headers\n"));
595 GT_("incorrect header line found - see manpage for bad-header option\n"));
596596 if (outlevel >= O_VERBOSE)
597597 report (stdout, GT_("line: %s"), line);
598598 refuse_mail = 1;