35 calls to spam_invoke_module() in Spam 5.3
- bayesian_spamapi in filters/
bayesian/ bayesian.module - Spam API Hook
- bayesian_spam_filter in filters/
bayesian/ bayesian.module - Determine whether or not the content is spam.
- bayesian_tokenize in filters/
bayesian/ bayesian.module - Split content into an array of tokens.
- custom_spam_filter in filters/
custom/ custom.module - Apply enabled custom filter rules against content.
- duplicate_spamapi in filters/
duplicate/ duplicate.module - Spam API Hook
- duplicate_spam_filter in filters/
duplicate/ duplicate.module - Determine whether or not the content is spam.
- node_age_spam_filter in filters/
node_age/ node_age.module - Determine if a comment is being posted against too old of a node.
- spam_admin_feedback_form in ./
spam.module - Spam feedback details.
- spam_admin_overview in ./
spam.module - A filterable list of spam.
- spam_admin_settings_form in ./
spam.module - Spam module settings form.
- spam_admin_settings_form_submit in ./
spam.module - Store general spam settings in database.
- spam_build_filter_query in ./
spam.module - Build query for spam administration filters based on session.
- 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_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_error_page in ./
spam.module - Require user reporting non-spam to submit feedback.
- spam_error_page_submit in ./
spam.module - Store reported legitimate content in database.
- spam_filter_content_type in ./
spam.module - Determine if we should be filtering a given content type.
- spam_init_filters in ./
spam.module - Check if any new spam filters are available for installation.
- spam_install_filter in ./
spam.module - Install the named spam filter, making it available for detecting spam content. It will be configured per any defaults defined by the filter.
- spam_link in ./
spam.module - Drupal _link() hook.
- spam_links in ./
spam.module - Add the appropriate links to all content that is actively being filtered.
- spam_mark_as_not_spam in ./
spam.module - Invoke appropriate actions for marking content as not spam. TODO: Integrate with the Actions module, making actions fully configurable.
- spam_mark_as_spam in ./
spam.module - Invoke appropriate actions for marking content as spam. TODO: Integrate with the Actions module, making actions fully configurable.
- spam_menu in ./
spam.module - Drupal _menu() hook.
- spam_publish in ./
spam.module - Invoke unpublish action for given content type. TODO: Integrate with the Actions module.
- spam_scan in ./
spam.module - API call for scanning content for spam. If spam is found, the appropriate action will be taken.
- spam_unpublish in ./
spam.module - Invoke unpublish action for given content type. TODO: Integrate with the Actions module.
- surbl_spam_filter in filters/
surbl/ surbl.module - Search for known spam urls in content.
- url_spamapi in filters/
url/ url.module - URL filter plug in for the spam module. Copyright(c) 2007-2008 Jeremy Andrews <jeremy@tag1consulting.com>. All rights reserved.
- url_spam_filter in filters/
url/ url.module - Search for known spam urls in content.
- _surbl_url_extract in filters/
surbl/ surbl.module - Extract URLs from content.
- _url_extract in filters/
url/ url.module