I have a drupal 6 site running with blogs on it. I use the comment notify module to implement wordpress-like notification of new comments and the antispam module for keeping the spam off the site.
The issue I have is that commenters get email notification for each comment, including the spam ones, eventhough the antispam module filters those out nicely. My question: how can I configure both modules such that only email notification go out in case of ham comments? Do I need additional modules to make this happen? Any suggestions?