7 uses of SPAM_LOG in Spam 6
- spam_admin_settings_form in ./
spam.module - Spam module settings form.
- 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_filter_node_age_spam_filter in filters/
spam_filter_node_age/ spam_filter_node_age.module - Determine if a comment is being posted against too old of a node.
- spam_log in ./
spam.module - Write to the spam_log database table.
- spam_operations_callback in ./
spam.module - Callback function for admin mass editing spam. Mark as spam.
- spam_scan in ./
spam.module - API call for scanning content for spam. If spam is found, the appropriate action will be taken.
- _spam_log_trace in ./
spam.module - Maintain a "trace id", allowing easy tracing of all spam actions for each page load. Only active if logging is set to verbose or higher.