mozilla-services / iprepd

Centralized IP reputation daemon
Mozilla Public License 2.0
60 stars 10 forks source link

add optional reputation recovery suppression #7

Closed ameihm0912 closed 5 years ago

ameihm0912 commented 5 years ago

Reputation entries can have an optional DecayAfter value set which is a timestamp indicating the period of time after which the reputation should begin to decay. This overrides the default behavior, where the reputation will begin to decay immediately.

Also adds support for specification of a decay after value via a recovery suppression field in the violation POST body, which informs iprepd that it should adjust the DecayAfter value to this point in the future (in seconds).