constant SPAM_FILTER_ENABLED in Spam 6
Same name and namespace in other branches
- 5.3 spam.module \SPAM_FILTER_ENABLED
@file Spam module, v3 Copyright(c) 2006-2008 Jeremy Andrews <jeremy@tag1consulting.com>. All rights reserved.
11 uses of SPAM_FILTER_ENABLED
- 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.
- spam_content_update in ./
spam.module - This function is called when content on your website is updated.
- spam_filter_bayesian_spamapi in filters/
spam_filter_bayesian/ spam_filter_bayesian.module - Spam API Hook
File
- ./
spam.module, line 10 - Spam module, v3 Copyright(c) 2006-2008 Jeremy Andrews <jeremy@tag1consulting.com>. All rights reserved.
Code
define('SPAM_FILTER_ENABLED', 1);