12 uses of SPAM_DEFAULT_THRESHOLD in Spam 5.3
- 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.
- spam_content_is_spam in ./
spam.module - API call to simply test if content is spam or not. No action is taken.
- spam_content_update in ./
spam.module - This function is called when content on your website is updated.
- spam_links in ./
spam.module - Add the appropriate links to all content that is actively being filtered.
- spam_logs_blocked_ip in filters/
duplicate/ duplicate.module - spam_score_is_spam in ./
spam.module - spam_update_5303 in ./
spam.install - Mark spam comments as SPAM_COMMENT instead of COMMENT_NOT_PUBLISHED.
- url_spam_filter in filters/
url/ url.module - Search for known spam urls in content.