chiark / gitweb /
Only allow the bad.posters, watch.words, and good.posters lists to be
[modbot-uram.git] / webstump / scripts / webstump.lib.pl
index 9b7fc794acb9242edb238313533b9c1fc5b319e7..5bd575f16bec8d738577813ccefd21f5aca7b021 100644 (file)
@@ -397,12 +397,7 @@ sub check_config_list {
 
  &user_error( "invalid list name $list_to_edit" )
     if( $list_to_edit ne "good.posters.list"
-        && $list_to_edit ne "watch.posters.list"
         && $list_to_edit ne "bad.posters.list"
-        && $list_to_edit ne "good.subjects.list"
-        && $list_to_edit ne "watch.subjects.list"
-        && $list_to_edit ne "bad.subjects.list"
-        && $list_to_edit ne "bad.words.list"
         && $list_to_edit ne "watch.words.list" );
 
   return &untaint( $list_to_edit );