From: Don Armstrong Date: Sun, 17 Sep 2006 06:55:36 +0000 (-0700) Subject: Allow messages to -help to go through as well; fixes #385331 X-Git-Tag: release/2.6.0~596^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=675dd6d618e8128aafb6a13532b9692a549e8e51;p=debbugs.git Allow messages to -help to go through as well; fixes #385331 --- diff --git a/scripts/receive.in b/scripts/receive.in index 873b122f..815b6c80 100755 --- a/scripts/receive.in +++ b/scripts/receive.in @@ -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 ) {