You are here

constant ANTISPAM_API_RESULT_IS_HAM in AntiSpam 7

Same name and namespace in other branches
  1. 6 antispam.module \ANTISPAM_API_RESULT_IS_HAM
4 uses of ANTISPAM_API_RESULT_IS_HAM
antispam_api_cmd_comment_check in ./antispam.module
AntiSpam API: Comment Check.
antispam_api_cmd_spam_check in ./antispam.module
AntiSpam API: Generic Data Check.
_antispam_comment_save in ./antispam.module
Called from hook_comment_insert() and hook_comment_update().
_antispam_node_save in ./antispam.module
Called from hook_node_insert() and hook_node_update()

File

./antispam.module, line 26
Primary hook implementations for the Antispam module.

Code

define('ANTISPAM_API_RESULT_IS_HAM', 2);