chiark / gitweb /
Re-instate the blocklist of banned posters
[modbot-ulm.git] / webstump / scripts / webstump.lib.pl
index 45ff3d7dae41c4d56a95f5d67a570e23884411bb..379cf0602bbf87c61b2c393d2e5ac02195baa4d2 100644 (file)
@@ -398,6 +398,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 "watch.words.list" );
 
   return &untaint( $list_to_edit );