13 uses of SPAM_VERBOSE in Spam 5.3
- bayesian_spam_filter in filters/
bayesian/ bayesian.module - Determine whether or not the content is spam.
- custom_spam_filter in filters/
custom/ custom.module - Apply enabled custom filter rules against content.
- 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_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 unpublish 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.
- url_spam_filter in filters/
url/ url.module - Search for known spam urls in content.
- _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.