Quick Movable Type hack. If you ever reply to users who’ve left comments on your site – you’ll get a email notification the same as you do for every commenter. Via the Movable Type support forum, I found a way of stopping it. Go to lib/MT/App/Comments.pm in your MT folder. Find the line that reads:
MT::Mail->send(\%head, <
This is on line 152 if you’re using MT 2.6. Change it to:
MT::Mail->send(\%head, $body) unless $author->email eq $comment->email;
And you’re done.
- 2003 03 Oct
- Comment via Twitter
Twitter
Flickr
Zootool
Last.fm
Vimeo
Huffduffer