diff --git a/mail_routes.py b/mail_routes.py index 276b58c..eaecb11 100644 --- a/mail_routes.py +++ b/mail_routes.py @@ -26,8 +26,8 @@ DOMAIN_ROUTES: list[tuple[list[str], str]] = [ (["immens.nu"], "Werk.Opdrachten.IMMENS"), (["circle8.nl"], "Werk.Opdrachten.Circle8"), (["getthere.nl"], "Werk.Opdrachten.Get There"), - (["huckr.ai"], "Werk.Opdrachten.Huckr"), (["hey.meetjamie.ai", "notifications.meetjamie.ai"], "Diensten.AI.Jamie"), + (["huckr.ai"], "Werk.Opdrachten.Huckr"), (["maandag.com"], "Werk.Opdrachten.Maandag"), (["futurexl.nl"], "Werk.Opdrachten.FutureXL"), (["drenthe.nl"], "Werk.Opdrachten.Provincie Drenthe"), @@ -69,11 +69,14 @@ DOMAIN_ROUTES: list[tuple[list[str], str]] = [ (["nordaccount.com"], "Diensten.Beveiliging.Nord"), (["info.expressvpn.com"], "Diensten.Beveiliging.ExpressVPN"), (["email.remarkable.com"], "Diensten.Apparaten.reMarkable"), - (["cursor.com"], "Diensten.Software.Cursor"), (["1password.com"], "Diensten.Software.1Password"), (["home.sophos.com", "cleverbridge.com"], "Diensten.Software.Sophos"), (["cogsciapps.com"], "Diensten.Software.CogSci Apps"), - (["claude.com", "mail.anthropic.com"], "Diensten.Software.Claude"), + (["claude.com", "mail.anthropic.com"], "Diensten.AI.Claude"), + (["cursor.com", "mail.cursor.com"], "Diensten.AI.Cursor"), + (["mistral.ai", "mistralai.intercom-mail.eu"], "Diensten.AI.Mistral"), + (["openai.com", "chatgpt.com", "tm.openai.com"], "Diensten.AI.OpenAI"), + (["perplexity.ai"], "Diensten.AI.Perplexity"), (["canva.com", "account.canva.com"], "Diensten.Software.Canva"), (["microsoft.com"], "Diensten.Software.Microsoft"), (["microsoft365.com"], "Diensten.Software.Microsoft Teams"), @@ -82,7 +85,6 @@ DOMAIN_ROUTES: list[tuple[list[str], str]] = [ (["mindnode.com"], "Diensten.Software.MindNode"), (["papersapp.com"], "Diensten.Software.Papers"), (["team.kahoot.com"], "Diensten.Software.Kahoot"), - (["perplexity.ai"], "Diensten.Software.Perplexity"), (["coursera.org", "email.coursera.org", "m.mail.coursera.org", "m.learn.coursera.org"], "Nieuwsbrieven.Leren.Coursera"), (["technologyreview.com", "fulfillment.technologyreview.com"], "Nieuwsbrieven.Leren.MIT Technology Review"), (["mit.edu"], "Nieuwsbrieven.Leren.MIT Open Learning"), diff --git a/mailinglist_routes.json b/mailinglist_routes.json index 4828e38..7e8863f 100644 --- a/mailinglist_routes.json +++ b/mailinglist_routes.json @@ -242,7 +242,7 @@ }, { "action": "keep", - "mailbox": "Diensten.Software.Cursor", + "mailbox": "Diensten.AI.Cursor", "domains": ["cursor.com"], "source_decision_keys": ["cursor.com"] }, @@ -398,7 +398,7 @@ }, { "action": "keep", - "mailbox": "Diensten.Software.Claude", + "mailbox": "Diensten.AI.Claude", "domains": ["claude.com"], "source_decision_keys": ["claude.com"] }, @@ -428,7 +428,7 @@ }, { "action": "keep", - "mailbox": "Diensten.Software.Perplexity", + "mailbox": "Diensten.AI.Perplexity", "domains": ["perplexity.ai"], "source_decision_keys": ["perplexity.ai"] }, diff --git a/restart_prompt.md b/restart_prompt.md index 497bbe2..c96636f 100644 --- a/restart_prompt.md +++ b/restart_prompt.md @@ -74,8 +74,9 @@ Current INBOX candidate domain routing additions: - `drenthe.nl`, `rdw.nl`, and `plasbossinade.nl` route to separate folders under `Werk.Opdrachten`. - `kvk.nl` routes to `Administratie.KvK`. - `godaddy.com`, `cloud86.io`, and `cloud86.zendesk.com` route under `Diensten.Hosting`. -- `mail.anthropic.com`, `canva.com`, `account.canva.com`, `microsoft.com`, `market.envato.com`, `email.remarkable.com`, `nordaccount.com`, and `info.expressvpn.com` route under `Diensten`. -- `maandag.com` routes under `Werk.Opdrachten`; Jamie domains route to `Diensten.AI.Jamie`. +- Clear AI providers route under `Diensten.AI`: Claude/Anthropic, Cursor, Jamie, Mistral, OpenAI, and Perplexity. +- `canva.com`, `account.canva.com`, `microsoft.com`, `market.envato.com`, `email.remarkable.com`, `nordaccount.com`, and `info.expressvpn.com` route under non-AI `Diensten` folders unless the user explicitly reclassifies them. +- `maandag.com` routes under `Werk.Opdrachten`. - `tasks.clickup.com`, `gemeenteprojecten.talent-pool.com`, and `engage.istockphoto.com` route under `Afmelden`. - `n26.com`, `update.bunq.com`, and `hello.bunq.com` route under `Financieel.Bank`. - `notify.orcid.org` routes to `Nieuwsbrieven.Leren.ORCID`.