You are here

constant SPAM_ACTION_HOLD in Spam 6

Same name and namespace in other branches
  1. 5.3 spam.module \SPAM_ACTION_HOLD
4 uses of SPAM_ACTION_HOLD
spam_content_insert in ./spam.module
This function is called when new content is first posted to your website.
spam_content_update in ./spam.module
This function is called when content on your website is updated.
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_scan in ./spam.module
API call for scanning content for spam. If spam is found, the appropriate action will be taken.

File

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

Code

define('SPAM_ACTION_HOLD', 2);