chiark / gitweb /
xlog: Optionally show more approval/rejection reasons
[modbot-mtm.git] / webstump / scripts / filter.lib.pl
index 3a41cb5656d19a1a5e9cfa3f8736e9bb6db7cb41..965d816430f2b04f9b5b2707aff56df1ec3f622a 100644 (file)
@@ -25,6 +25,7 @@ sub process_approval_decision {
                "Subject: $Subject\n" .
                 "Organization: http://www.algebra.com/~ichudov/stump\n";
 
+  $message .= "\n# $cathow\n";
   $message .= "\n$decision\n";
   $message .= "comment $comment\n" if $comment;
   &email_message( $message, $address );