I had gotten comfortable NOT receiving notice of the comments I enter here. So after installing MT-Blacklist 1.5 I hacked it a little, changing line 3496 from
MT::Mail->send(\%head, $body);
to
MT::Mail->send(\%head, $body) unless $author->email eq $comment->email;
This very post is the test.
Posted by P6 at October 28, 2003 10:20 PM | Trackback URL: http://www.prometheus6.org/mt/mt-tb.cgi/2140Yeah, you have to apply the hacks to Blacklist.pm now. Which was a pain for me while I was serving as an alpha-tester because I have a number of hacks in Comments.pm and Trackback.pm that now go on Blacklist.pm and I had to keep reapplying them every time I got a new alpha version.