constant SPAM_FILTER_CUSTOM_STYLE_PLAIN in Spam 6
@file Custom spam filter module Copyright(c) 2007-2009 Jeremy Andrews <jeremy@tag1consulting.com>.
Allows manual definition of words and regular expressions to detect spam content.
4 uses of SPAM_FILTER_CUSTOM_STYLE_PLAIN
- spam_filter_custom_admin_filter in filters/
spam_filter_custom/ spam_filter_custom.module - Create or edit a custom spam filter.
- 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 13 - Custom spam filter module Copyright(c) 2007-2009 Jeremy Andrews <jeremy@tag1consulting.com>.
Code
define('SPAM_FILTER_CUSTOM_STYLE_PLAIN', 0);