Skip to content

Commit

Permalink
Bulk rule update
Browse files Browse the repository at this point in the history
  • Loading branch information
apparition47 committed Apr 22, 2022
1 parent 1d48d05 commit c0600e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## [0.6.4] - TBA

- #170 improve Hubspot rule (thanks @m-schmitt)
- add VinSolutions, improve ReachMail rules (thanks Robert R.)
- improve Sailthru rule
- add dataX rule

## [0.6.3] - 2022-04-02

Expand Down
6 changes: 4 additions & 2 deletions Source/MTBBlockedMessage.m
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ - (NSDictionary*)getTrackerDict {
@"/e/o/[a-zA-Z0-9=]{60}",
],
@"Cyberimpact": @[@"app.cyberimpact.com/footer-image"],
@"dataX": @[@"openedlog.bdash-cloud.com/opened"],
@"Dating Profits": @[@"click.xnxxinc.com/campaign/track-email/"],
@"DidTheyReadIt": @[@"xpostmail.com"],
@"Disney": @[@"clk.messaging.go.com/c/\\d\\d/bcasts/\\d{10}/view"],
Expand Down Expand Up @@ -542,7 +543,7 @@ - (NSDictionary*)getTrackerDict {
@"cl.rakuten-bank.co.jp/rw/beacon_(.*).gif",
@"cmb.rakuten-sec.co.jp/bin/checker"
],
@"ReachMail": @[@"/open/\\w{23}/image.gif"],
@"ReachMail": @[@"/open/(\\w|-){23}/image.gif"],
@"ReplyCal": @[@"replycal.com/home/index/\\?token"],
@"ReplyMsg": @[@"replymsg.com"],
@"Responder.co.il": @[@"opens.responder.co.il"],
Expand All @@ -551,7 +552,7 @@ - (NSDictionary*)getTrackerDict {
@"Runtastic": @[@"runtastic.com/mo/"],
@"Sailthru": @[
@"sailthru.com/trk",
@"link.axios.com/img/.*.gif"
@"/img/\\w{48}/\\w{8}.gif"
],
@"Salesforce": @[ // ExactTarget
@"salesforceiq.com/t.png",
Expand Down Expand Up @@ -661,6 +662,7 @@ - (NSDictionary*)getTrackerDict {
@"Varibase": @[@"e.varibase.com/mail/MOS"],
@"Vcommission": @[@"tracking.vcommission.com"],
@"Verizon": @[@"verizon.com/econtact/ecrm/EmailTracking.serv"],
@"VinSolutions": @[@"vinlens.com/email.ashx\\?c="],
@"Vtiger": @[@"od2.vtiger.com/shorturl.php"],
@"WhatCounts": @[@"whatcounts.com/t"],
@"We Are Web": @[@"tracking.weareweb.in/index.php/campaigns/"],
Expand Down

0 comments on commit c0600e0

Please sign in to comment.