Out of the box, Drupal 6.x is not configured to notify anyone when a new comment is awaiting approval. If you have decided to require approval for all new comments, you can do one of two things:
- You can visit your site on a regular basis to check for new comments awaiting approval, OR
- You can configure Drupal to send you an email whenever a new comment is created.
I prefer #2, so let's see how that works...
First you need to create a new action.
Go to Administer - Configuration - Actions. Make a new advanced action based on Send e-mail...

Configure the new action to send you (or your site administrator) an email.

Then you need to assign a trigger to the action you just created.
Go to Administer - Building - Triggers. On the Comments tab, assign the new action to the trigger After saving a new comment.

Now it just needs to be tested.
Log out and then add a new comment somewhere on your site. Then check your email and you should see the new notification.

Comments
5 comments postedThanks for the help Jason!
Submitted by Anonymous on Wed, 30/06/2010 - 5:51pm.Thanks for the help Jason! I was looking at all those bloated notify modules when a simply trigger/action did the trick!
-Smith
http://www.smithmilner.com
Great information
Submitted by Anonymous on Wed, 09/06/2010 - 6:07am.I'm a new Drupal user, and hadn't yet learned of Actions and Triggers. Really powerful stuff. Thanks for the very helpful information!
Thanks!
Submitted by Anonymous on Wed, 03/03/2010 - 6:48am.Thanks a lot Jason, I missed this function for a while and now it works!
Greetings,
Arjan
I always forget that triggers
Submitted by Anonymous on Sun, 28/02/2010 - 12:29am.I always forget that triggers are already available in Drupal 6. I was about to write a module to do just this function. Your post saved me from unnecessary coding.
Mel
http://MisterAtMisis.com
Thanks a lot
Submitted by Anonymous on Mon, 25/01/2010 - 11:17pm.Exactly what I was looking for!
Worked in less than 5 minutes.