You are here
9 calls to spam_update_statistics() in Spam 5.3
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_mark_as_not_spam in ./spam.module
Invoke appropriate actions for marking content as not spam.
TODO: Integrate with the Actions module, making actions fully configurable.
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_menu in ./spam.module
Drupal _menu() hook.
spam_publish in ./spam.module
Invoke unpublish action for given content type.
TODO: Integrate with the Actions module.
spam_scan in ./spam.module
API call for scanning content for spam. If spam is found, the appropriate
action will be taken.
spam_unpublish in ./spam.module
Invoke unpublish action for given content type.
TODO: Integrate with the Actions module.