From f25523c63907e83438c2316715dcedb51644ba1c Mon Sep 17 00:00:00 2001 From: Daniel Brahneborg Date: Thu, 26 Jun 2025 12:45:58 +0200 Subject: [PATCH] broadcast.cfg: log when receiving identical messages many times --- throttling/broadcast.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 throttling/broadcast.cfg diff --git a/throttling/broadcast.cfg b/throttling/broadcast.cfg new file mode 100644 index 0000000..dda6315 --- /dev/null +++ b/throttling/broadcast.cfg @@ -0,0 +1,12 @@ +# The same message being sent to multiple recipients may not be a problem per se, +# but it may be worth logging. + +THROTTLE_IN=broadcast + +THROTTLE broadcast < +KEYS=MESSAGE +TIMESPAN=1M +LIMIT=256 +MODE=LOG +> +