From: Don Armstrong Date: Tue, 21 Nov 2006 07:47:44 +0000 (-0800) Subject: * fix missing ; add description of how found works to the control documentation X-Git-Tag: release/2.6.0~585^2^2~63 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8a6e0cb1db6c06f4772dc28c684c29a89e175528;p=debbugs.git * fix missing ; add description of how found works to the control documentation --- diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index ed1943ec..51ea552a 100755 --- a/cgi/bugreport.cgi +++ b/cgi/bugreport.cgi @@ -427,7 +427,7 @@ sub handle_record{ } # Incomming Mail Message my ($received,$hostname) = $record->{text} =~ m/Received: \(at (\S+)\) by (\S+)\;/; - $output .= qq|

Message received at |. + $output .= qq|


Message received at |. htmlsanit("$received\@$hostname") . q| (full text'.q|, mbox)'.":

\n"; $output .= handle_email_message($record->{text}, ref => $bug_number, diff --git a/html/server-control.html.in b/html/server-control.html.in index 8120307f..ebed2ca3 100644 --- a/html/server-control.html.in +++ b/html/server-control.html.in @@ -91,6 +91,12 @@ mailservers is available via the WWW, in the $gBug is cleared. This is identical to the behaviour of reopen. +

This command will only cause a bug to be marked as not done if no + version is specified, or if the version being marked found + is equal to the version which was last marked fixed. (If + you are certain that you want the bug marked as not done, + use reopen in conjunction with found.

+

This command was introduced in preference to reopen because it was difficult to add a version to that command's syntax without suffering ambiguity.