constant SPAM_ACTION_PREVENT_SILENT in Spam 6
Same name and namespace in other branches
- 5.3 spam.module \SPAM_ACTION_PREVENT_SILENT
3 uses of SPAM_ACTION_PREVENT_SILENT
- comment_spamapi_form_alter in content/
spam_content_comment.inc - Form alter gets its own function so we can reference &$form without causing errors in PHP4 installations. (If we use spamapi, we have to set a default, which PHP4 doesn't support.)
- comment_spam_scan in content/
spam_content_comment.inc - Scan comment content before it is posted into the database.
- 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 13 - Spam module, v3 Copyright(c) 2006-2008 Jeremy Andrews <jeremy@tag1consulting.com>. All rights reserved.
Code
define('SPAM_ACTION_PREVENT_SILENT', 0);