constant SPAM_FILTER_CUSTOM_STYLE_REGEX in Spam 6
4 uses of SPAM_FILTER_CUSTOM_STYLE_REGEX
- spam_filter_custom_admin_filter_validate in filters/
spam_filter_custom/ spam_filter_custom.module - Be sure that the custom filter is valid.
- 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_upgrade in filters/
spam_filter_custom/ spam_filter_custom-upgrade.inc
File
- filters/
spam_filter_custom/ spam_filter_custom.module, line 14 - Custom spam filter module Copyright(c) 2007-2009 Jeremy Andrews <jeremy@tag1consulting.com>.
Code
define('SPAM_FILTER_CUSTOM_STYLE_REGEX', 1);