Open
Description
I find myself wanting grey listing every now and then. For example, some cron failures are due to temporarily failed DNS lookups every now and then and it's frequent enough to be annoying. But, if I whitelist it I won't see a situation where DNS fails constantly.
Proposal at a high level:
- Add field to whitelist entries called rate limit or perhaps disable threshold?
- rate limit would be X matches in Y time
- if rate limit is tripped, stop applying the filter to subsequent messages
Benefit: I can whitelist something that fails every now and then by it's nature but still catch if it starts failing more then usual.