#5651 - Improve antispam notifications (see issue)
| Identifier | #5651 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Improve antispam notifications (see issue) |
| Status | Completed |
| Tags |
Roadmap: v11 (custom) |
| Handling member | PDStig |
| Version | 11 beta4 |
| Addon | General / Uncategorised |
| Description | Currently, the confidence level on perceived spammer notifications is divided by 100 to become a percentile. Don't do that. All of the spam heuristics and threshold configurations use whole number "scores" instead of percentiles. The total confidence level should reflect the same way. |
| Steps to reproduce | |
| Funded? | No |
| Commits |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
This hotfix converts confidence level to a percent instead of a percentile in notifications (which is better for UI).
In addition, spammer requires validation notification will now only get sent if both the request was POST and interesting POST fields were present (hopefully this reduces the number of times it gets triggered; it's really only necessary when someone actually submits something)