You are here

constant SPAM_VERBOSE in Spam 5.3

Same name and namespace in other branches
  1. 5 spam.module \SPAM_VERBOSE
  2. 6 spam.module \SPAM_VERBOSE
13 uses of SPAM_VERBOSE
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.

... See full list

File

./spam.module, line 23

Code

define('SPAM_VERBOSE', 3);