constant SPAM_DEFAULT_THRESHOLD in Spam 5.3
Same name and namespace in other branches
- 6 spam.module \SPAM_DEFAULT_THRESHOLD
12 uses of SPAM_DEFAULT_THRESHOLD
- custom_spam_filter in filters/
custom/ custom.module - Apply enabled custom filter rules against content.
- spam_admin_settings_form in ./
spam.module - Spam module settings form.
- spam_build_filter_query in ./
spam.module - Build query for spam administration filters based on session.
- 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.
File
- ./
spam.module, line 17
Code
define('SPAM_DEFAULT_THRESHOLD', 86);