Skip to content

Commit

Permalink
Bulk rules update
Browse files Browse the repository at this point in the history
  • Loading branch information
apparition47 committed Dec 18, 2021
1 parent 0b99067 commit cf74448
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

## [0.5.6] - TBA

- improved Higher Logic rule (thanks James M.)
- improved Salesforce rule (thanks Steve H.)
- improve Higher Logic, add Mailshake rules (thanks James M.)
- improve Salesforce rule (thanks Steve H.)
- #158 add Cyberimpact, Veribase (thanks @austinhuang0131)
- improve YouTube rule (thanks Robert R.)

## [0.5.5] - 2021-12-08

Expand Down
6 changes: 5 additions & 1 deletion Source/MTBBlockedMessage.m
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ - (NSDictionary*)getTrackerDict {
@"track.customer.io/e/o",
@"/e/o/[a-zA-Z0-9=]{60}",
],
@"Cyberimpact": @[@"app.cyberimpact.com/footer-image"],
@"Dating Profits": @[@"click.xnxxinc.com/campaign/track-email/"],
@"DidTheyReadIt": @[@"xpostmail.com"],
@"DocuMatix": @[@"enews.itcu.org/op\\?m="],
Expand Down Expand Up @@ -345,7 +346,8 @@ - (NSDictionary*)getTrackerDict {
@"google-analytics.com/collect",
@"google.com/appserve/mkt/img/",
@"notifications.google.com/g/img/(.*).gif",
@"youtube.com/gen_204"
@"youtube.com/gen_204",
@"youtube.com/attribution_link"
],
@"Grammarly": @[@"grammarly.com/open"],
@"Granicus": @[
Expand Down Expand Up @@ -404,6 +406,7 @@ - (NSDictionary*)getTrackerDict {
@"links.[a-zA-Z0-9-.]+/oo/",
@"s0hu.mj.am/oo/"
],
@"Mailshake": @[@"w\\d.msstnu.com/prod/open/"],
@"Mailspring": @[@"getmailspring.com/open"],
@"MailTag": @[@"mailtag.io/email-event"],
@"MailTrack": @[@"mailtrack.io/trace", @"mltrk.io/pixel"],
Expand Down Expand Up @@ -600,6 +603,7 @@ - (NSDictionary*)getTrackerDict {
@"Upland PostUp": @[@"efeedbacktrk.com/.*.gif"],
@"US Bancorp": @[@"post-images.com/amy/open.action"],
@"Validity": @[@"pixel.app.returnpath.net/pixel.gif"],
@"Varibase": @[@"e.varibase.com/mail/MOS"],
@"Vcommission": @[@"tracking.vcommission.com"],
@"Verizon": @[@"verizon.com/econtact/ecrm/EmailTracking.serv"],
@"Vice Media": @[@"rs-stripe.refinery29.com/stripe/image"],
Expand Down

0 comments on commit cf74448

Please sign in to comment.