chiark / gitweb /
Merge remote branch 'origin/master'
[modbot-mtm.git] / webstump / scripts / webstump.lib.pl
index 3e9e0efc9af711dd18ee4cebe2897e6a6513e8a3..9b7fc794acb9242edb238313533b9c1fc5b319e7 100644 (file)
@@ -585,8 +585,8 @@ 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 = "approve" if $poster_decision eq "preapprove";
+      #$decision = "reject blocklist" if $poster_decision eq "ban";
+      die if $decision ne "approve" and $poster_decision eq "preapprove";
 
       if( -r $fullpath && open( MESSAGE, "$fullpath" ) ) {
         my $RealSubject = "", $From = "", $Subject = "";