From aabbada0bc8fa2541d3487a038e017f35347a299 Mon Sep 17 00:00:00 2001 From: "H.B." <27873926+midnight-pm@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:28:40 -0400 Subject: [PATCH] Update amended regex to no longer use a matching group Co-authored-by: Wez Furlong --- assets/policy-extras/shaping.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/policy-extras/shaping.toml b/assets/policy-extras/shaping.toml index 52b1ac99..4bdf6895 100644 --- a/assets/policy-extras/shaping.toml +++ b/assets/policy-extras/shaping.toml @@ -122,7 +122,7 @@ match=[{MXSuffix=".yahoodns.net"}] max_deliveries_per_connection = 20 [[provider."yahoo".automation]] -regex = "\\[TS?(S)04\\]" +regex = "\\[TS?S04\\]" action = "Suspend" duration = "2 hours"