From cf74448cac1548c3de9ecc944d888cf9e88674da Mon Sep 17 00:00:00 2001 From: Aaron Lee Date: Sat, 18 Dec 2021 13:40:02 +0900 Subject: [PATCH] Bulk rules update --- CHANGELOG.md | 6 ++++-- Source/MTBBlockedMessage.m | 6 +++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c7dd8e..0f1cdd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Source/MTBBlockedMessage.m b/Source/MTBBlockedMessage.m index 4aec28a..9447583 100644 --- a/Source/MTBBlockedMessage.m +++ b/Source/MTBBlockedMessage.m @@ -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="], @@ -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": @[ @@ -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"], @@ -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"],