constant SPAM_DEBUG in Spam 5
Same name and namespace in other branches
- 5.3 spam.module \SPAM_DEBUG
- 6 spam.module \SPAM_DEBUG
8 uses of SPAM_DEBUG
- 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.
File
- ./
spam.module, line 167
Code
define('SPAM_DEBUG', 5);