18 uses of SPAM_DEBUG in Spam 6
- 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_is_spam in ./
spam.module - API call to simply test if content is spam or not. No action is taken.
- spam_content_update in ./
spam.module - This function is called when content on your website is updated.
- spam_filter_bayesian_spamapi in filters/
spam_filter_bayesian/ spam_filter_bayesian.module - Spam API Hook
- spam_filter_bayesian_spam_filter in filters/
spam_filter_bayesian/ spam_filter_bayesian.module - Determine whether or not the content is spam.
- spam_filter_bayesian_tokens_update in filters/
spam_filter_bayesian/ spam_filter_bayesian.module - Update token probabilities in database.
- spam_filter_content_type in ./
spam.module - Determine if we should be filtering a given content type.
- spam_filter_custom_spam_filter in filters/
spam_filter_custom/ spam_filter_custom.module - Apply enabled custom filter rules against content.
- spam_filter_duplicate_init in filters/
spam_filter_duplicate/ spam_filter_duplicate.module - If IP blacklisting and IP blocking are both enabled, perform a database query on each page load to see if the current visitor has been blacklisted.
- spam_filter_node_age_spam_filter in filters/
spam_filter_node_age/ spam_filter_node_age.module - Determine if a comment is being posted against too old of a node.
- spam_filter_surbl_spam_filter in filters/
spam_filter_surbl/ spam_filter_surbl.module - Search for known spam urls in content.
- spam_filter_url_spamapi in filters/
spam_filter_url/ spam_filter_url.module - @file URL filter plug in for the spam module. Copyright(c) 2007-2008 Jeremy Andrews <jeremy@tag1consulting.com>. All rights reserved.
- spam_filter_url_spam_filter in filters/
spam_filter_url/ spam_filter_url.module - Search for known spam urls in content.
- 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_scan in ./
spam.module - API call for scanning content for spam. If spam is found, the appropriate action will be taken.
- _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.