X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~webstump/git?a=blobdiff_plain;ds=sidebyside;f=webstump%2Fscripts%2Fwebstump.lib.pl;h=cafa469a32da835db9a5557db12af9c19f557339;hb=73de008242b8c16caf85f5134ae63fbc90365f4b;hp=3e9e0efc9af711dd18ee4cebe2897e6a6513e8a3;hpb=ba0c13ec499f48c250a8da3beb08b9b3fbf77d2b;p=modbot-mtm.git diff --git a/webstump/scripts/webstump.lib.pl b/webstump/scripts/webstump.lib.pl index 3e9e0ef..cafa469 100644 --- a/webstump/scripts/webstump.lib.pl +++ b/webstump/scripts/webstump.lib.pl @@ -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" ) ) {