You are here

9 calls to spam_mark_as_spam() 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.)
spam_content_filter in ./spam.module
API call to determine the likeliness that a given piece of content is spam, returning a rating from 1% likelihood to 99% likelihood. It is unlikely that you want to call this function directly.
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_filter_duplicate_spam_filter in filters/spam_filter_duplicate/spam_filter_duplicate.module
Determine whether or not the content is spam.
spam_mark_as_spam_callback in ./spam.module
Menu callback that is used for the spam mark links.
spam_mark_comment_as_spam_action in content/spam_content_comment.inc
Implementation of a Drupal action. Mark comment as spam.
spam_mark_node_as_spam_action in content/spam_content_node.inc
Implementation of a Drupal action. Mark node as spam.
spam_mark_user_as_spam_action in content/spam_content_user.inc
Implementation of a Drupal action. Mark user as spam.