You are here

constant SPAM_LOG in Spam 6

Same name and namespace in other branches
  1. 5.3 spam.module \SPAM_LOG
  2. 5 spam.module \SPAM_LOG
7 uses of SPAM_LOG
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.

... See full list

File

./spam.module, line 23
Spam module, v3 Copyright(c) 2006-2008 Jeremy Andrews <jeremy@tag1consulting.com>. All rights reserved.

Code

define('SPAM_LOG', 1);