scripts/get_maintainer.pl: better fix for subscriber-only mailing lists
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
290603c120
commit
bdf7c685aa
|
@ -380,7 +380,7 @@ sub add_categories {
|
|||
$list_address = $1;
|
||||
$list_additional = $2;
|
||||
}
|
||||
if ($list_additional =~ m/\(subscribers-only\)/) {
|
||||
if ($list_additional =~ m/subscribers-only/) {
|
||||
if ($email_subscriber_list) {
|
||||
push(@list_to, $list_address);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue