Function __global->syndicate_spammer_report
Definitions
sources/failure_spammers.php
- Syndicate a spammer report out to wherever we can.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$ip_addr | IP | required parameter | N/A | N/A | IP address to report |
$username | ID_TEXT | required parameter | N/A | N/A | Username address to report |
required parameter | N/A | N/A | Email address to report | ||
$reason | string | required parameter | N/A | N/A | The reason for the report (blank: none) |
$trigger_error | boolean | False | N/A | N/A | Whether to emit a software error, on error. Should not be 'true' for automatic spammer reports, as the spammer should not see the submission process in action! |
Return
- Whether it was successful
- Type: boolean
- Set: N/A
- Range: N/A