Hey, John et al. It's been a while. I hope things are going well.
I've found an FP on URI_TRY_3LD from
https://mynews.apple.com/subscriptions?… that you could solve by adding
a new alternation to the relevant negative lookahead in that regex:
-uri URI_TRY_3LD
m,^https?://(?:try|start|get(?!.adob
On Fri, 2 Apr 2021, Adam Katz wrote:
Hey, John et al. It's been a while. I hope things are going well.
I've found an FP on URI_TRY_3LD from
https://mynews.apple.com/subscriptions?… that you could solve by adding
a new alternation to the relevant negative lookahead in that regex:
-uri URI_TRY_3
On Fri, 02 Apr 2021 12:12:22 -0400
Adam Katz wrote:
> Hey, John et al. It's been a while. I hope things are going well.
>
> I've found an FP on URI_TRY_3LD from
> https://mynews.apple.com/subscriptions?… that you could solve by
> adding a new alternation to the relevant negative lookahead in tha