You are here

14 uses of SPAM_VERBOSE in Spam 6

spam_content_delete in ./spam.module
This function is called when content on your website is deleted.
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_bayesian_spam_filter in filters/spam_filter_bayesian/spam_filter_bayesian.module
Determine whether or not the content is spam.
spam_filter_custom_spam_filter in filters/spam_filter_custom/spam_filter_custom.module
Apply enabled custom filter rules against content.
spam_filter_url_spam_filter in filters/spam_filter_url/spam_filter_url.module
Search for known spam urls in content.
spam_hold in ./spam.module
Invoke hold action for given content type. TODO: Integrate with the Actions module.
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_operations_callback in ./spam.module
Callback function for admin mass editing spam. Mark as spam.
spam_publish in ./spam.module
Invoke publish action for given content type. TODO: Integrate with the Actions module.
spam_unpublish in ./spam.module
Invoke unpublish action for given content type. TODO: Integrate with the Actions module.
_spam_log_trace in ./spam.module
Maintain a "trace id", allowing easy tracing of all spam actions for each page load. Only active if logging is set to verbose or higher.