Skip to content

Commit f99f981

Browse files
committed
#154 add paystone, ashby rules
1 parent 254b7a1 commit f99f981

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [0.5.4] - TBA
44

5+
- #154 added Paystone, Ashby rules (thanks @austinhuang0131)
56
- improved Zoho Campaigns rule, added YouTube
67
- added Benchmark Email, Epsilon (thanks James M.)
78
- more spacers identified as false positives (thanks James M.)

Source/MTBBlockedMessage.m

+2
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ - (NSDictionary*)getTrackerDict {
217217
@"Apptivo": @[@"apptivo.com"],
218218
@"Artegic": @[@"elaine-asp.de"],
219219
@"Asana": @[@"app.asana.com/-/open"],
220+
@"Ashby": @[@"app.ashbyhq.com/api/beacon/email-read/"],
220221
@"ASUSTeK": @[@"emditpison.asus.com"],
221222
@"Atlassian": @[
222223
@"i.trellomail.com/e/eo",
@@ -460,6 +461,7 @@ - (NSDictionary*)getTrackerDict {
460461
],
461462
@"PayBack": @[@"email.payback.in/a/", @"mail.payback.in/tr/"],
462463
@"PayPal": @[@"paypal-communication.com/O/", @"t.paypal.com/ts\\?"],
464+
@"Paystone": @[@"link.datacandy.com/i/"],
463465
@"Paytm": @[@"trk.paytmemail.com"],
464466
@"Peach Aviation": @[
465467
@"mlapp.flypeach.com/mail/prod/receipt/read.php\\?id=",

0 commit comments

Comments
 (0)