Update amended regex to no longer use a matching group

Co-authored-by: Wez Furlong <wez@wezfurlong.org>
This commit is contained in:
H.B.
2024-09-19 17:15:38 -04:00
committed by Mike Hillyer
co-authored by Wez Furlong
parent 6d16c2e4bf
commit aabbada0bc
+1 -1
View File
@@ -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"