Class zpTrivialSpam
This implements the standard SpamFilter class for the none spam filter.
Note that this filter will always pass comments from users with "manage" rights on the commented object.
public
SpamFilter
|
|
public
|
|
public
array
|
#
getOptionsSupported( )
The admin options interface called from admin Options tab returns an array of the option names the theme supports the array is indexed by the option name. The value for each option is an array: 'type' => 0 says for admin to use a standard textbox for the option 'type' => 1 says for admin to use a standard checkbox for the option 'type' => OPTION_TYPE_CUSTOM will cause admin to call handleOption to generate the HTML for the option 'desc' => text to be displayed for the option description. |
public
|
#
handleOption( string $option, mixed $currentValue )
Handles custom formatting of options for Admin |
public
integer
|
#
filterMessage( string $author, string $email, string $website, string $body, string $receiver, string $ip )
The function for processing a message to see if it might be SPAM returns: 0 if the message is SPAM 1 if the message might be SPAM (it will be marked for moderation) 2 if the message is not SPAM |
public
string
|
$name
|
#
'trivialSpam'
|