18 uses of SPAM_DEBUG in Spam 5.3
- bayesian_spamapi in filters/
bayesian/ bayesian.module - Spam API Hook
- bayesian_spam_filter in filters/
bayesian/ bayesian.module - Determine whether or not the content is spam.
- bayesian_tokens_update in filters/
bayesian/ bayesian.module - Update token probabilities in database.
- custom_spam_filter in filters/
custom/ custom.module - Apply enabled custom filter rules against content.
- duplicate_init in filters/
duplicate/ 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.
- node_age_spam_filter in filters/
node_age/ node_age.module - Determine if a comment is being posted against too old of a node.
- 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_content_type in ./
spam.module - Determine if we should be filtering a given content type.
- 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.
- surbl_spam_filter in filters/
surbl/ surbl.module - Search for known spam urls in content.
- url_spamapi in filters/
url/ url.module - URL filter plug in for the spam module. Copyright(c) 2007-2008 Jeremy Andrews <jeremy@tag1consulting.com>. All rights reserved.
- 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.