8 uses of SPAM_DEBUG in Spam 5
- spam_bayesian_filter in ./
spam.module - Simple Bayesian logic to determine the probability that the passed in array of tokens is spam.
- spam_comment in ./
spam.module - Drupal _comment hook. Passes new comments to the spam filter.
- spam_custom_filter in ./
spam.module - spam_duplicate_filter in ./
spam.module - Search the spam_tracker table to see if this new content is a duplicate of earlier content. If it is a duplicate, see if the content has been duplicated more than the configured number of allowable times.
- spam_nodeapi in ./
spam.module - Drupal _nodeapi hook. Passes new node content through the spam filter.
- spam_tokens_unsave in ./
spam.module - spam_url_filter in ./
spam.module - spam_validate_comment in ./
spam.module