From: ajt <> Date: Sun, 6 Jan 2002 20:06:19 +0000 (-0800) Subject: [project @ 2002-01-06 12:06:19 by ajt] X-Git-Tag: release/2.6.0~1075 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=557516f6ff6fad3a6039af99903916aafdac0979;p=debbugs.git [project @ 2002-01-06 12:06:19 by ajt] don't complain about missing Subject: headers, which *isn't* an rfc822 violation... --- diff --git a/scripts/process.in b/scripts/process.in index df163239..af5b68d0 100755 --- a/scripts/process.in +++ b/scripts/process.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: process.in,v 1.42 2002/01/06 10:46:24 ajt Exp $ +# $Id: process.in,v 1.43 2002/01/06 12:06:19 ajt Exp $ # # Usage: process nn # Temps: incoming/Pnn @@ -126,14 +126,19 @@ $replytocompare= $_; print DEBUG "replytocompare >$replytocompare<\n"; if (!defined($header{'subject'})) -{ $brokenness.= <