Opened 15 years ago
Closed 14 years ago
#8880 closed enhancement (fixed)
[PATCH] Add trusted karma points to spamfilter
Reported by: | stoecker | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | plugin - spam-filter |
Component: | plugin/spamfilter | Version: | none |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The attached patch adds the ability to give trusted users an karma advance. That is an inbetween solution between trusting them totally and not trusting as it is possible now.
P.S. Can't the captcha and non-captcha version of the spam plugin be joined?
Attachments (2)
Change History (6)
by , 15 years ago
Attachment: | trustkarma.diff added |
---|
comment:1 by , 15 years ago
Milestone: | → not applicable |
---|
comment:2 by , 15 years ago
The docstring should say something like "… when the trust_authenticated setting is false."
And more generally, I would suggest to use "authenticated" instead of "trusted" (if the authenticated users were trusted, you'd use trust_authenticated to begin with ;-) ).
So this becomes:
authenticated_karma = IntOption('spam-filter', 'authenticated_karma ', '10', """The karma given to authenticated users, in case `trust_authenticated` is false.""")
Otherwise, looks fine.
comment:3 by , 15 years ago
Milestone: | not applicable → spam-filter-plugin |
---|
Patch file