Index: parse-advisory.pl
===================================================================
RCS file: /cvs/webwml/webwml/english/security/parse-advisory.pl,v
retrieving revision 1.83
diff -u -r1.83 parse-advisory.pl
--- parse-advisory.pl	4 Apr 2012 13:21:35 -0000	1.83
+++ parse-advisory.pl	29 Oct 2012 22:13:03 -0000
@@ -111,7 +111,7 @@
     }
   }
   $headersnearingend++ if ($l =~ /^Debian-specific:/);
-  if ($headersnearingend && $l !~ /^.{15}:.*$/) {
+  if ($headersnearingend && $l =~ /^\s*$/) {
     $mi++;
     $headersnearingend = 0;
   }

