From 0043eb863af4199f0e95de410664b16fd06ab426 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Thu, 17 Jun 2010 22:33:43 +0200 Subject: Incorrect headers: Refer user to bad-header option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BerliOS Bug #17272 by Björn Voigt. --- transact.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transact.c') diff --git a/transact.c b/transact.c index 6de2dfca..3a08bd7a 100644 --- a/transact.c +++ b/transact.c @@ -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; -- cgit v1.2.3