]> git.donarmstrong.com Git - debbugs.git/commitdiff
* Fix problems with undefined subjects
authorDon Armstrong <don@donarmstrong.com>
Sun, 26 Oct 2008 18:13:55 +0000 (11:13 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 26 Oct 2008 18:13:55 +0000 (11:13 -0700)
scripts/service

index ccdd0f778af34b6e42e1520a84a634e2a33dbeaf..335c71e89fd3e564a952eea0bd8e1cd3d77a538c 100755 (executable)
@@ -84,6 +84,7 @@ for (@headerlines) {
     }
 }
 $header{'message-id'} ||= '';
+$header{subject} ||= '';
 
 grep(s/\s+$//,@bodylines);