diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-06-17 22:33:43 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-06-17 22:35:16 +0200 |
commit | 0043eb863af4199f0e95de410664b16fd06ab426 (patch) | |
tree | e577366398cc2b9a9e9beb209e8988e1e20f789f /transact.c | |
parent | 34f7ed1fc76dbbcd8f2984d4304ec24ead244b43 (diff) | |
download | fetchmail-0043eb863af4199f0e95de410664b16fd06ab426.tar.gz fetchmail-0043eb863af4199f0e95de410664b16fd06ab426.tar.bz2 fetchmail-0043eb863af4199f0e95de410664b16fd06ab426.zip |
Incorrect headers: Refer user to bad-header option
BerliOS Bug #17272 by Björn Voigt.
Diffstat (limited to 'transact.c')
-rw-r--r-- | transact.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -592,7 +592,7 @@ eoh: has_nuls = TRUE; if (outlevel > O_SILENT) report(stdout, - GT_("incorrect header line found while scanning headers\n")); + GT_("incorrect header line found - see manpage for bad-header option\n")); if (outlevel >= O_VERBOSE) report (stdout, GT_("line: %s"), line); refuse_mail = 1; |