]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2002-02-07 17:33:52 by joy]
authorjoy <>
Fri, 8 Feb 2002 01:33:52 +0000 (17:33 -0800)
committerjoy <>
Fri, 8 Feb 2002 01:33:52 +0000 (17:33 -0800)
do complain about missing subjects because then the bug title is fucked, but omit reference to RFC822

scripts/process.in

index 53a222709615270ff41a99a0a78f24eab056177a..187180f72b9a9140526c9fd9752ad031f7045707 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: process.in,v 1.45 2002/01/19 05:38:29 ajt Exp $
+# $Id: process.in,v 1.46 2002/02/07 17:33:52 joy Exp $
 #
 # Usage: process nn
 # Temps:  incoming/Pnn
@@ -127,16 +127,13 @@ print DEBUG "replytocompare >$replytocompare<\n";
     
 if (!defined($header{'subject'})) 
 {
-#      $brokenness.= <<END;
+       $brokenness.= <<END;
+
+Your message did not contain a Subject field. They are recommended and
+useful because the title of a $gBug is determined using this field.
+Please remember to include a Subject field in your messages in future.
+END
 
-#
-#Your message did not contain a Subject field.  This is broken, I am
-#afraid - the Subject: line is a Required Header according to RFC822.
-#Please remember to include a Subject field in your messages in future.
-#If you did so the fact that it got lost probably indicates a poorly
-#configured mail system at your site or an intervening one.
-#END
-#
 # RFC822 actually lists it as an `optional-field'.
 
     $subject= '(no subject)';