constant SPAM_FILTER_CUSTOM_STATUS_DISABLED in Spam 6
4 uses of SPAM_FILTER_CUSTOM_STATUS_DISABLED
- spam_filter_custom_admin_settings in filters/
spam_filter_custom/ spam_filter_custom.module - Adminsitrative interface for configuring custom spam filter rules.
- spam_filter_custom_spam_filter in filters/
spam_filter_custom/ spam_filter_custom.module - Apply enabled custom filter rules against content.
- spam_filter_custom_spam_filter_operations in filters/
spam_filter_custom/ spam_filter_custom.module - Perform custom operations. TODO: Confirmation would be nice.
- spam_filter_custom_upgrade in filters/
spam_filter_custom/ spam_filter_custom-upgrade.inc
File
- filters/
spam_filter_custom/ spam_filter_custom.module, line 18 - Custom spam filter module Copyright(c) 2007-2009 Jeremy Andrews <jeremy@tag1consulting.com>.
Code
define('SPAM_FILTER_CUSTOM_STATUS_DISABLED', 0);