A tiny hack

by Prometheus 6
October 28, 2003 - 10:20pm.
on Tech

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.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Submitted by Al-Muhajabah (not verified) on October 29, 2003 - 12:59pm.

Yeah, 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.