mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-11 21:12:15 +00:00
Update amended regex to no longer use a matching group
Co-authored-by: Wez Furlong <wez@wezfurlong.org>
This commit is contained in:
committed by
Mike Hillyer
co-authored by
Wez Furlong
parent
6d16c2e4bf
commit
aabbada0bc
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user