--- Comments.pm.old Tue Sep 21 12:55:47 2004 +++ Comments.pm Thu Aug 26 06:22:02 2004 @@ -233,6 +233,7 @@ $app->translate('Email Address:') . ' ' . $comment->email . "\n" . $app->translate('URL:') . ' ' . $comment->url . "\n\n" . $app->translate('Comments:') . "\n\n" . $comment->text . "\n\n". + $app->translate('To delete it, go to http://www.benjaminrosenbaum.com/cgi-bin/killspam/killspam.pl ')."\n"; MT::Mail->send(\%head, $body); } }