File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,16 @@ source: |
17
17
// "X" logic
18
18
or (
19
19
(
20
- 2 of (
21
- regex.icontains(sender.display_name, '\bX\b'),
20
+ 3 of (
22
21
strings.iends_with(sender.email.domain.root_domain, "-x.com"),
22
+ any(body.links, strings.iends_with(.href_url.domain.root_domain, "-x.com")),
23
23
strings.ilike(body.current_thread.text,
24
24
"*content dispute*",
25
25
"*copyright*",
26
26
"*appeal*"
27
27
),
28
- strings.contains(body.current_thread.text, '1355 Market Street')
28
+ strings.contains(body.current_thread.text, '1355 Market Street'),
29
+ strings.ilike(body.current_thread.text, '*865 FM 1209*bastrop*')
29
30
)
30
31
or (
31
32
any(ml.logo_detect(beta.message_screenshot()).brands,
@@ -76,4 +77,4 @@ detection_methods:
76
77
id : " 2d4a1e87-3f31-5f5f-8700-7c2bbed30a40"
77
78
og_id : " 013c32c2-fa05-5456-9c45-284e008ff6a4"
78
79
testing_pr : 3023
79
- testing_sha : 958a80aa7b4adaf4dff5d38a2ca9a49bbd6d891a
80
+ testing_sha : 8383563af78f4494c10e3c8016699c54a9306448
You can’t perform that action at this time.
0 commit comments