]> git.donarmstrong.com Git - debbugs.git/commitdiff
Allow messages to -help to go through as well; fixes #385331
authorDon Armstrong <don@volo>
Sun, 17 Sep 2006 06:55:36 +0000 (23:55 -0700)
committerDon Armstrong <don@volo>
Sun, 17 Sep 2006 06:55:36 +0000 (23:55 -0700)
scripts/receive.in

index 873b122f40376f2f1d995fe850911efa2e6e38a7..815b6c80c649acdbfc7550a5deacc761d0e48c41 100755 (executable)
@@ -67,7 +67,7 @@ y/A-Z/a-z/;
 if (s/^(\d{1,9})\b//) {
     $bugnumber= $1;
     if (not exists $withbugaddressmap{$_} and
-/-(?:(?:un)?subscribe|subhelp|ignore|(?:sub(?:yes|approve|reject)
+/-(?:(?:un)?subscribe|subhelp|help|ignore|(?:sub(?:yes|approve|reject)
  |unsubyes|bounce|probe|approve|reject|
  setlistyes|setlistsilentyes).*)/x
        ) {