haraka / haraka-plugin-karma

Karma plugin - A heuristics based reputation engine for Haraka
https://www.npmjs.com/package/haraka-plugin-karma
MIT License
8 stars 7 forks source link

Documentation/utility required to be able to clear or modify a score #22

Open smfreegard opened 7 years ago

smfreegard commented 7 years ago

There's no documentation on how to clear a karma score for an IP address in the case of false-positives or false-negatives.

msimerson commented 7 years ago

That's correct. From time to time I use FLUSHALL as a workaround.

smfreegard commented 7 years ago

Being able to clear individual history for IPs or ASNs would be far more useful than throwing everything away though. Likewise being able to manually set a massive score for an IP or ASN might also be useful as a way of blacklisting in the case of false-negatives etc.

msimerson commented 7 years ago

I completely agree. It's just that the number of times I've needed to do it has been too few for me to prioritize an implementation. The only implementation I'm interested in doing is web based, and there's other scaffolding needed before I can do that.

smfreegard commented 7 years ago

Ok - I can think of a couple of times this very issue has come up on IRC though (in the case of false-positives).

rricker1 commented 4 years ago

"From time to time I use FLUSHALL as a workaround."

I am trying to clear a false positive. Where/how would I issue the FLUSHALL command?

Thank you

msimerson commented 4 years ago

In Redis db id 3.

rricker1 commented 4 years ago

Thank you