8 uses of SPAM_ACTION_PREVENT in Spam 6
- comment_spamapi_form_alter in content/
spam_content_comment.inc - Form alter gets its own function so we can reference &$form without causing errors in PHP4 installations. (If we use spamapi, we have to set a default, which PHP4 doesn't support.)
- comment_spam_scan in content/
spam_content_comment.inc - Scan comment content before it is posted into the database.
- spam_admin_feedback_form_submit in ./
spam.module - Process spam feedback.
- spam_admin_settings_form in ./
spam.module - Spam module settings form.
- spam_content_insert in ./
spam.module - This function is called when new content is first posted to your website.
- spam_content_update in ./
spam.module - This function is called when content on your website is updated.
- spam_mark_as_spam in ./
spam.module - Invoke appropriate actions for marking content as spam. TODO: Integrate with the Actions module, making actions fully configurable.
- spam_scan in ./
spam.module - API call for scanning content for spam. If spam is found, the appropriate action will be taken.