chiark / gitweb /
webstump: use "reject blocklist" for the hardcoded blocklist-related rejection reason
[modbot-mtm.git] / webstump / scripts / webstump.lib.pl
index 3e9e0efc9af711dd18ee4cebe2897e6a6513e8a3..cafa469a32da835db9a5557db12af9c19f557339 100644 (file)
@@ -585,7 +585,7 @@ sub approval_decision {
       $decision = "reject thread" if $thread_decision eq "ban";
       $decision = "approve" if $thread_decision eq "preapprove";
 
-      $decision = "reject abuse" if $poster_decision eq "ban";
+      $decision = "reject blocklist" if $poster_decision eq "ban";
       $decision = "approve" if $poster_decision eq "preapprove";
 
       if( -r $fullpath && open( MESSAGE, "$fullpath" ) ) {