Is it possible to have this module only send notifications to moderators for Unpublished content that has NOT already been marked for spam? We would like to have that spam deleted during the cron run - no review it needed. However, we'd like to know when legitimate content is added, so we can publish it!

Thanks.

Wondering if in antispam.module this like affects it (I am not a great coder..fyi)

$message_args['@content-status'] = ($is_published ? t('published') : t('not published')) . ($is_spam ? ' ('. t('marked as spam') .')' : '');