Commit 0043eb863af4199f0e95de410664b16fd06ab426
- Diff rendering mode:
- inline
- side by side
NEWS
(4 / 0)
|   | |||
| 72 | 72 | then - silently - succeeds. Fetchmail, unless in verbose mode, will collect | |
| 73 | 73 | all connect errors and only report them if all of them fail. | |
| 74 | 74 | ||
| 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 | |||
| 75 | 79 | # KNOWN BUGS AND WORKAROUNDS: | |
| 76 | 80 | (this section floats upwards through the NEWS file so it stays with the | |
| 77 | 81 | current release information - however, it was stuck with 6.3.8 for a while) |
transact.c
(1 / 1)
|   | |||
| 592 | 592 | has_nuls = TRUE; | |
| 593 | 593 | if (outlevel > O_SILENT) | |
| 594 | 594 | 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")); | ||
| 596 | 596 | if (outlevel >= O_VERBOSE) | |
| 597 | 597 | report (stdout, GT_("line: %s"), line); | |
| 598 | 598 | refuse_mail = 1; |

