]> Pileus Git - ~andy/fetchmail/commitdiff
Incorrect headers: Refer user to bad-header option
authorMatthias Andree <matthias.andree@gmx.de>
Thu, 17 Jun 2010 20:33:43 +0000 (22:33 +0200)
committerMatthias Andree <matthias.andree@gmx.de>
Thu, 17 Jun 2010 20:35:16 +0000 (22:35 +0200)
BerliOS Bug #17272 by Björn Voigt.

NEWS
transact.c

diff --git a/NEWS b/NEWS
index 272b94ccdd8b1441f655410331391f3aed057e27..d7ccece4ff27455319838727a48e081d26eaa2e2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -72,6 +72,10 @@ fetchmail-6.3.18 (not yet released):
   then - silently - succeeds.  Fetchmail, unless in verbose mode, will collect
   all connect errors and only report them if all of them fail.
 
+# CHANGES
+* When encountering incorrect headers, fetchmail will refer to the bad-header
+  option in the manpage. BerliOS Bug #17272, change suggested by Björn Voigt.
+
 # KNOWN BUGS AND WORKAROUNDS:
   (this section floats upwards through the NEWS file so it stays with the
   current release information - however, it was stuck with 6.3.8 for a while)
index 6de2dfca07dcac32188a705cfd67fa4bfc7a9579..3a08bd7ad9538b64561ce8ef61cb0235bc83fb1b 100644 (file)
@@ -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;