chiark / gitweb /
HTTPS
[modbot-ulm.git] / webstump / scripts / html_output.pl
index 728bd711d42fd3c153b1598b09598af096318da5..145dce7b38823fff7f02c1f1b5633f9c14ee5859 100644 (file)
@@ -265,13 +265,13 @@ Add poster to watch list</INPUT>
 
 <BR><BR>
 <I>
 
 <BR><BR>
 <I>
-NOTE: Decisions to watchlist and whitelist posters can be reversed by 
-editing the respective lists of whitelisted and watchlisted posters.
+NOTE: Decisions to ban, watchlist and whitelist posters can be reversed by
+editing the respective lists of banlisted, whitelisted and watchlisted posters.
 ";
 
   &link_to_help( "filter-lists", "automatic filtering and filter lists, blacklisting and preapproved threads." );
 
 ";
 
   &link_to_help( "filter-lists", "automatic filtering and filter lists, blacklisting and preapproved threads." );
 
-  print "</I>You may also wish to read the <A href=\"http://www.chiark.greenend.org.uk/~webstump/g.ulm/rrtable.html\" target=\"_blank\">summary of rejection reasons</a> (opens in a new window).\n<BR><BR>
+  print "</I>You may also wish to read the <A href=\"https://www.chiark.greenend.org.uk/~webstump/g.ulm/rrtable.html\" target=\"_blank\">summary of rejection reasons</a> (opens in a new window).\n<BR><BR>
 
 <INPUT TYPE=radio NAME=next_screen VALUE=single CHECKED> 
        Review ONE article in next screen
 
 <INPUT TYPE=radio NAME=next_screen VALUE=single CHECKED> 
        Review ONE article in next screen
@@ -510,7 +510,7 @@ decision (approve/reject etc) and click submit. For those messages which
 you would like to review in more details, do not select anything and
 use Review/Comment function from this screen or from a subsequent screen.
 Remember that if you do not make any decision, the article would stay in the
 you would like to review in more details, do not select anything and
 use Review/Comment function from this screen or from a subsequent screen.
 Remember that if you do not make any decision, the article would stay in the
-queue. See also the <A href=\"http://www.chiark.greenend.org.uk/~webstump/g.ulm/rrtable.html\" target=\"_blank\">summary of rejection reasons</a> (opens in a new window).\n";
+queue. See also the <A href=\"https://www.chiark.greenend.org.uk/~webstump/g.ulm/rrtable.html\" target=\"_blank\">summary of rejection reasons</a> (opens in a new window).\n";
 
   &read_rejection_reasons;
 
 
   &read_rejection_reasons;
 
@@ -636,7 +636,7 @@ sub scanlogs ($$$) {
         local ($_) = @_;
         return $forwards * (
             m/^errs$/ ? 1 :
         local ($_) = @_;
         return $forwards * (
             m/^errs$/ ? 1 :
-            m/^errs\.(\d+)(?:\.gz$)$/ ? ($1+2) :
+            m/^errs\.(\d+)(?:\.gz)?$/ ? ($1+2) :
             0
                            );
     };
             0
                            );
     };
@@ -762,6 +762,7 @@ sub html_newsgroup_management {
 
     <OPTION VALUE=good.posters.list>Good Posters List
     <OPTION VALUE=watch.posters.list>Suspicious Posters List
 
     <OPTION VALUE=good.posters.list>Good Posters List
     <OPTION VALUE=watch.posters.list>Suspicious Posters List
+    <OPTION VALUE=bad.posters.list>Banned Posters List
     <OPTION VALUE=watch.words.list>Suspicious Words List
 
   </SELECT>
     <OPTION VALUE=watch.words.list>Suspicious Words List
 
   </SELECT>
@@ -804,7 +805,7 @@ sub html_newsgroup_management {
 
   print "</UL>\n";
 
 
   print "</UL>\n";
 
-  print "<HR>See the <A href=\"http://www.chiark.greenend.org.uk/~webstump/g.ulm/rrtable.html\" target=\"_blank\">summary of rejection reasons</a> (opens in a new window).\n";
+  print "<HR>See the <A href=\"https://www.chiark.greenend.org.uk/~webstump/g.ulm/rrtable.html\" target=\"_blank\">summary of rejection reasons</a> (opens in a new window).\n";
 
   print "<HR><FORM METHOD=$request_method action=$base_address>";
   &html_print_credentials;
 
   print "<HR><FORM METHOD=$request_method action=$base_address>";
   &html_print_credentials;