Modify ↓
Opened 18 years ago
Closed 18 years ago
#4071 closed defect (fixed)
wrong default karma points for the regex filter in SpamFilter
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | devel |
Severity: | normal | Keywords: | spam-filter |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The default regex_karma is -5 which is wrong I think, because with this setup matching a pattern from BadContent increases the karma, while logically it should decrease it.
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
And a more general comment, the karma points configuration is a little bit confusing. For example the session filter strategy adds the karma points to the final karma, but other filter strategies substract the karma points from the final karma. I think it would be better to always only add the karma points, and change the default values to negative numbers.