From 508e12c715f0fb4272247cb87dee9893fe762073 Mon Sep 17 00:00:00 2001 From: Stacy Brock Date: Tue, 14 Mar 2023 13:48:14 -0700 Subject: [PATCH] Update filters --- filter-rules.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/filter-rules.py b/filter-rules.py index ce2da0e..deaf57a 100644 --- a/filter-rules.py +++ b/filter-rules.py @@ -25,6 +25,7 @@ BLOCK_KEYWORDS = [ 'megacast', 'modify your preferences', 'newsletter', + 'no longer would like to be contacted', 'opt-out', 'opt out', 'prefer not to receive', @@ -38,6 +39,7 @@ BLOCK_KEYWORDS = [ 'survey', 'take-me-off', 'this advertisement', + 'unsub_center', 'unsubscribe', 'want to receive', 'webinar', @@ -48,6 +50,7 @@ BLOCK_KEYWORDS = [ ] BLOCK_DOMAINS = [ + 'aafintl.com', 'atscale.com', 'astutechsolutions.com', 'bytespeed.com', @@ -113,7 +116,8 @@ ALLOW = [ 'ideal-logic.com', 'heliocampus.atlassian.net', 'ctptravelservices.com', - 'Travel@concursolutions.com' + 'Travel@concursolutions.com', + 'substack.com' ] normalized = {}