26 calls to spam_log() in Spam 5
- spam_bayesian_filter in ./
spam.module - Simple Bayesian logic to determine the probability that the passed in array of tokens is spam.
- spam_comment in ./
spam.module - Drupal _comment hook. Passes new comments to the spam filter.
- spam_content_filter in ./
spam.module - Determine whether or not provided text is spam.
- spam_cron in ./
spam.module - Drupal _cron hook. Provides ability to automatically expired spam content.
- spam_custom_filter in ./
spam.module - spam_delete_comment in ./
spam.module - Delete the comment and all replies
- spam_delete_node in ./
spam.module - Delete the node
- spam_donothing_comment in ./
spam.module - Take no action if for some reason the command cannot be interpreted
- spam_donothing_node in ./
spam.module - Take no action if for some reason the command cannot be interpreted
- spam_duplicate_filter in ./
spam.module - Search the spam_tracker table to see if this new content is a duplicate of earlier content. If it is a duplicate, see if the content has been duplicated more than the configured number of allowable times.
- spam_ip_filter in ./
spam.module - If blacklist is enabled, check to see if this is a known spammer IP. If it is, make them wait a while then redirect them to the main page with an indication that they're currently blacklisted.
- spam_nodeapi in ./
spam.module - Drupal _nodeapi hook. Passes new node content through the spam filter.
- spam_notspam_comment in ./
spam.module - Mark the comment as not spam. This may cause the comment to become published depending on settings
- spam_notspam_node in ./
spam.module - Force a node to be marked as not spam. May not publish depending on settings
- spam_page in ./
spam.module - Drupal _page hook. Provides various spam actions based on the URL that is currently being accessed.
- spam_publish_comment in ./
spam.module - Publish a comment.
- spam_publish_node in ./
spam.module - Force a node to be published
- spam_spam_comment in ./
spam.module - Mark the comment as spam. This may cause the comment to become unpublished depending on settings
- spam_spam_node in ./
spam.module - Force a node to be marked as spam. May unpublish depending on settings
- spam_tokens_unsave in ./
spam.module - spam_unpublish_comment in ./
spam.module - spam_unpublish_node in ./
spam.module - Force a node to be unpublished
- spam_url_filter in ./
spam.module - spam_url_limit in ./
spam.module - Check if content has two many total urls, or if the same base url is repeated too many times.
- spam_user_report_submit in ./
spam.module - Submit code for the spam_user_report form/function
- spam_validate_comment in ./
spam.module