constant SPAM_DEFAULT_THRESHOLD in Spam 6
Same name and namespace in other branches
- 5.3 spam.module \SPAM_DEFAULT_THRESHOLD
11 uses of SPAM_DEFAULT_THRESHOLD
- 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.
- spam_content_is_spam in ./
spam.module - API call to simply test if content is spam or not. No action is taken.
File
- ./
spam.module, line 18 - Spam module, v3 Copyright(c) 2006-2008 Jeremy Andrews <jeremy@tag1consulting.com>. All rights reserved.
Code
define('SPAM_DEFAULT_THRESHOLD', 86);